Shades of Marigold #BC8C43
Tints of Marigold #BC8C43
RGB
CMYK
RGB Variations
Color information
#BC8C43 (or 0xBC8C43) is known color: Marigold. HEX triplet: BC, 8C and 43. RGB value is (188,140,67). Sum of RGB (Red+Green+Blue) = 188+140+67=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 67 (26.56% from 255 or 16.96% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8C43 is #4373BC. Grayscale: #929292. Windows color (decimal): -4420541 or 4426940. OLE color: 4426940.
HSL color Cylindrical-coordinate representation of color #BC8C43: hue angle of 36.2º 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 #BC8C43 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 67 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.26 |
| HSL | 36.2º | 0.47% | 0.5% | - |
| HSV(B) | 36.2º | 0.64% | 0.74% | - |
| XYZ | 31.13 | 29.85 | 9.43 | - |
| YUV | 146.03 | 83.4 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 67 | 0 | 0.26 | 0.64 | 0.26 | 36.2 | 0.47 | 0.5 |
| Hex | BC | 8C | 43 | 0 | 1A | 40 | 1A | 24 | 2F | 32 |
| Octal | 274 | 214 | 103 | 0 | 32 | 100 | 32 | 44 | 57 | 62 |
| Binary | 10111100 | 10001100 | 1000011 | 0 | 11010 | 1000000 | 11010 | 100100 | 101111 | 110010 |
Color Harmonies of #BC8C43
Complementary color
Monochromatic Colors of #BC8C43
Black with #BC8C43
Text Example
Text Example
White with #BC8C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C43; }
p { color: rgb(188,140,67); }
H1.HeaderClassName
{
color: #BC8C43;
}
.AnyTagClassName
{
color: #BC8C43;
}
</style>
background-color css
<style>
a { background-color: #BC8C43; }
a { background-color: rgb(188,140,67); }
div.DivClassName
{
background-color: #BC8C43;
}
.BgClassName
{
background-color: #BC8C43;
}
</style>
border-color css
<style>
span { border-color: #BC8C43; }
span { border-color: rgb(188,140,67); }
td.TdClassName
{
border-color: #BC8C43;
}
.TagClassName
{
border-color: #BC8C43;
}
</style>