I don't believe that the color of a CommandButton can be
changed. (If I'm wrong, someone please let me know!)
If you really want a different color, try using a Label
with the following properties:
BackStyle: Normal
BackColor: (Select Your Preferred Color)
SpecialEffect: Raised
BorderStyle: Solid
and enter your code or macro for the OnClick event.