Shades of Marigold #BC8845
Tints of Marigold #BC8845
RGB
CMYK
RGB Variations
Color information
#BC8845 (or 0xBC8845) is known color: Marigold. HEX triplet: BC, 88 and 45. RGB value is (188,136,69). Sum of RGB (Red+Green+Blue) = 188+136+69=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 69 (27.34% from 255 or 17.56% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8845 is #4377BA. Grayscale: #909090. Windows color (decimal): -4421563 or 4556988. OLE color: 4556988.
HSL color Cylindrical-coordinate representation of color #BC8845: hue angle of 33.78º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC8845 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 69 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.26 |
| HSL | 33.78º | 0.47% | 0.5% | - |
| HSV(B) | 33.78º | 0.63% | 0.74% | - |
| XYZ | 30.62 | 28.73 | 9.56 | - |
| YUV | 143.91 | 85.73 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 69 | 0 | 0.28 | 0.63 | 0.26 | 33.78 | 0.47 | 0.5 |
| Hex | BC | 88 | 45 | 0 | 1C | 3F | 1A | 22 | 2F | 32 |
| Octal | 274 | 210 | 105 | 0 | 34 | 77 | 32 | 42 | 57 | 62 |
| Binary | 10111100 | 10001000 | 1000101 | 0 | 11100 | 111111 | 11010 | 100010 | 101111 | 110010 |
Color Harmonies of #BC8845
Complementary color
Monochromatic Colors of #BC8845
Black with #BC8845
Text Example
Text Example
White with #BC8845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8845; }
p { color: rgb(188,136,69); }
H1.HeaderClassName
{
color: #BC8845;
}
.AnyTagClassName
{
color: #BC8845;
}
</style>
background-color css
<style>
a { background-color: #BC8845; }
a { background-color: rgb(188,136,69); }
div.DivClassName
{
background-color: #BC8845;
}
.BgClassName
{
background-color: #BC8845;
}
</style>
border-color css
<style>
span { border-color: #BC8845; }
span { border-color: rgb(188,136,69); }
td.TdClassName
{
border-color: #BC8845;
}
.TagClassName
{
border-color: #BC8845;
}
</style>