Shades of Marigold #BC8838
Tints of Marigold #BC8838
RGB
CMYK
RGB Variations
Color information
#BC8838 (or 0xBC8838) is known color: Marigold. HEX triplet: BC, 88 and 38. RGB value is (188,136,56). Sum of RGB (Red+Green+Blue) = 188+136+56=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 56 (22.27% from 255 or 14.74% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8838 is #4377C7. Grayscale: #8E8E8E. Windows color (decimal): -4421576 or 3705020. OLE color: 3705020.
HSL color Cylindrical-coordinate representation of color #BC8838: hue angle of 36.36º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC8838 is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 56 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.26 |
| HSL | 36.36º | 0.54% | 0.48% | - |
| HSV(B) | 36.36º | 0.7% | 0.74% | - |
| XYZ | 30.26 | 28.59 | 7.66 | - |
| YUV | 142.43 | 79.23 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 56 | 0 | 0.28 | 0.70 | 0.26 | 36.36 | 0.54 | 0.48 |
| Hex | BC | 88 | 38 | 0 | 1C | 46 | 1A | 24 | 36 | 30 |
| Octal | 274 | 210 | 70 | 0 | 34 | 106 | 32 | 44 | 66 | 60 |
| Binary | 10111100 | 10001000 | 111000 | 0 | 11100 | 1000110 | 11010 | 100100 | 110110 | 110000 |
Color Harmonies of #BC8838
Complementary color
Monochromatic Colors of #BC8838
Black with #BC8838
Text Example
Text Example
White with #BC8838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8838; }
p { color: rgb(188,136,56); }
H1.HeaderClassName
{
color: #BC8838;
}
.AnyTagClassName
{
color: #BC8838;
}
</style>
background-color css
<style>
a { background-color: #BC8838; }
a { background-color: rgb(188,136,56); }
div.DivClassName
{
background-color: #BC8838;
}
.BgClassName
{
background-color: #BC8838;
}
</style>
border-color css
<style>
span { border-color: #BC8838; }
span { border-color: rgb(188,136,56); }
td.TdClassName
{
border-color: #BC8838;
}
.TagClassName
{
border-color: #BC8838;
}
</style>