Shades of Dark Goldenrod #BC8C0B
Tints of Dark Goldenrod #BC8C0B
RGB
CMYK
RGB Variations
Color information
#BC8C0B (or 0xBC8C0B) is known color: Dark Goldenrod. HEX triplet: BC, 8C and 0B. RGB value is (188,140,11). Sum of RGB (Red+Green+Blue) = 188+140+11=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 140 (55.08% from 255 or 41.30% from 339); Blue value is 11 (4.69% from 255 or 3.24% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8C0B is #4373F4. Grayscale: #8C8C8C. Windows color (decimal): -4420597 or 756924. OLE color: 756924.
HSL color Cylindrical-coordinate representation of color #BC8C0B: hue angle of 43.73º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC8C0B is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 11 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.26 |
| HSL | 43.73º | 0.89% | 0.39% | - |
| HSV(B) | 43.73º | 0.94% | 0.74% | - |
| XYZ | 30.18 | 29.47 | 4.41 | - |
| YUV | 139.65 | 55.4 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 11 | 0 | 0.26 | 0.94 | 0.26 | 43.73 | 0.89 | 0.39 |
| Hex | BC | 8C | B | 0 | 1A | 5E | 1A | 2C | 59 | 27 |
| Octal | 274 | 214 | 13 | 0 | 32 | 136 | 32 | 54 | 131 | 47 |
| Binary | 10111100 | 10001100 | 1011 | 0 | 11010 | 1011110 | 11010 | 101100 | 1011001 | 100111 |
Color Harmonies of #BC8C0B
Complementary color
Monochromatic Colors of #BC8C0B
Black with #BC8C0B
Text Example
Text Example
White with #BC8C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C0B; }
p { color: rgb(188,140,11); }
H1.HeaderClassName
{
color: #BC8C0B;
}
.AnyTagClassName
{
color: #BC8C0B;
}
</style>
background-color css
<style>
a { background-color: #BC8C0B; }
a { background-color: rgb(188,140,11); }
div.DivClassName
{
background-color: #BC8C0B;
}
.BgClassName
{
background-color: #BC8C0B;
}
</style>
border-color css
<style>
span { border-color: #BC8C0B; }
span { border-color: rgb(188,140,11); }
td.TdClassName
{
border-color: #BC8C0B;
}
.TagClassName
{
border-color: #BC8C0B;
}
</style>