Shades of Marigold #BC8843
Tints of Marigold #BC8843
RGB
CMYK
RGB Variations
Color information
#BC8843 (or 0xBC8843) is known color: Marigold. HEX triplet: BC, 88 and 43. RGB value is (188,136,67). Sum of RGB (Red+Green+Blue) = 188+136+67=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 67 (26.56% from 255 or 17.14% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8843 is #4377BC. Grayscale: #909090. Windows color (decimal): -4421565 or 4425916. OLE color: 4425916.
HSL color Cylindrical-coordinate representation of color #BC8843: hue angle of 34.21º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC8843 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 67 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.26 |
| HSL | 34.21º | 0.47% | 0.5% | - |
| HSV(B) | 34.21º | 0.64% | 0.74% | - |
| XYZ | 30.56 | 28.7 | 9.24 | - |
| YUV | 143.68 | 84.73 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 67 | 0 | 0.28 | 0.64 | 0.26 | 34.21 | 0.47 | 0.5 |
| Hex | BC | 88 | 43 | 0 | 1C | 40 | 1A | 22 | 2F | 32 |
| Octal | 274 | 210 | 103 | 0 | 34 | 100 | 32 | 42 | 57 | 62 |
| Binary | 10111100 | 10001000 | 1000011 | 0 | 11100 | 1000000 | 11010 | 100010 | 101111 | 110010 |
Color Harmonies of #BC8843
Complementary color
Monochromatic Colors of #BC8843
Black with #BC8843
Text Example
Text Example
White with #BC8843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8843; }
p { color: rgb(188,136,67); }
H1.HeaderClassName
{
color: #BC8843;
}
.AnyTagClassName
{
color: #BC8843;
}
</style>
background-color css
<style>
a { background-color: #BC8843; }
a { background-color: rgb(188,136,67); }
div.DivClassName
{
background-color: #BC8843;
}
.BgClassName
{
background-color: #BC8843;
}
</style>
border-color css
<style>
span { border-color: #BC8843; }
span { border-color: rgb(188,136,67); }
td.TdClassName
{
border-color: #BC8843;
}
.TagClassName
{
border-color: #BC8843;
}
</style>