Shades of Marigold #BC8642
Tints of Marigold #BC8642
RGB
CMYK
RGB Variations
Color information
#BC8642 (or 0xBC8642) is known color: Marigold. HEX triplet: BC, 86 and 42. RGB value is (188,134,66). Sum of RGB (Red+Green+Blue) = 188+134+66=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 66 (26.17% from 255 or 17.01% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8642 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8642 is #4379BD. Grayscale: #8E8E8E. Windows color (decimal): -4422078 or 4359868. OLE color: 4359868.
HSL color Cylindrical-coordinate representation of color #BC8642: hue angle of 33.44º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC8642 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 134 | 66 | - |
| CMYK | 0 | 0.29 | 0.65 | 0.26 |
| HSL | 33.44º | 0.48% | 0.5% | - |
| HSV(B) | 33.44º | 0.65% | 0.74% | - |
| XYZ | 30.25 | 28.13 | 8.99 | - |
| YUV | 142.39 | 84.89 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 66 | 0 | 0.29 | 0.65 | 0.26 | 33.44 | 0.48 | 0.5 |
| Hex | BC | 86 | 42 | 0 | 1D | 41 | 1A | 21 | 30 | 32 |
| Octal | 274 | 206 | 102 | 0 | 35 | 101 | 32 | 41 | 60 | 62 |
| Binary | 10111100 | 10000110 | 1000010 | 0 | 11101 | 1000001 | 11010 | 100001 | 110000 | 110010 |
Color Harmonies of #BC8642
Complementary color
Monochromatic Colors of #BC8642
Black with #BC8642
Text Example
Text Example
White with #BC8642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8642; }
p { color: rgb(188,134,66); }
H1.HeaderClassName
{
color: #BC8642;
}
.AnyTagClassName
{
color: #BC8642;
}
</style>
background-color css
<style>
a { background-color: #BC8642; }
a { background-color: rgb(188,134,66); }
div.DivClassName
{
background-color: #BC8642;
}
.BgClassName
{
background-color: #BC8642;
}
</style>
border-color css
<style>
span { border-color: #BC8642; }
span { border-color: rgb(188,134,66); }
td.TdClassName
{
border-color: #BC8642;
}
.TagClassName
{
border-color: #BC8642;
}
</style>