($r, $g, $b) = $widget->rgb("red"); $hex_color = "$r$g$b$"; $mw->Button( -background => $hexcolor);