pack [button .b -text hello]
.b cget -background
SystemButtonFace
.b configure -background
-background background Background SystemButtonFace SystemButtonFace
.b configure -background yellow
.b configure -background
-background background Background SystemButtonFace yellow
You can use <widget> configure -option to get the list of default values.
George