Shades of Dark Goldenrod #BC8D07
Tints of Dark Goldenrod #BC8D07
RGB
CMYK
RGB Variations
Color information
#BC8D07 (or 0xBC8D07) is known color: Dark Goldenrod. HEX triplet: BC, 8D and 07. RGB value is (188,141,7). Sum of RGB (Red+Green+Blue) = 188+141+7=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 7 (3.12% from 255 or 2.08% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8D07 is #4372F8. Grayscale: #8C8C8C. Windows color (decimal): -4420345 or 495036. OLE color: 495036.
HSL color Cylindrical-coordinate representation of color #BC8D07: hue angle of 44.42º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC8D07 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 141 | 7 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.26 |
| HSL | 44.42º | 0.93% | 0.38% | - |
| HSV(B) | 44.42º | 0.96% | 0.74% | - |
| XYZ | 30.3 | 29.76 | 4.35 | - |
| YUV | 139.78 | 53.07 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 141 | 7 | 0 | 0.25 | 0.96 | 0.26 | 44.42 | 0.93 | 0.38 |
| Hex | BC | 8D | 7 | 0 | 19 | 60 | 1A | 2C | 5D | 26 |
| Octal | 274 | 215 | 7 | 0 | 31 | 140 | 32 | 54 | 135 | 46 |
| Binary | 10111100 | 10001101 | 111 | 0 | 11001 | 1100000 | 11010 | 101100 | 1011101 | 100110 |
Color Harmonies of #BC8D07
Complementary color
Monochromatic Colors of #BC8D07
Black with #BC8D07
Text Example
Text Example
White with #BC8D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8D07; }
p { color: rgb(188,141,7); }
H1.HeaderClassName
{
color: #BC8D07;
}
.AnyTagClassName
{
color: #BC8D07;
}
</style>
background-color css
<style>
a { background-color: #BC8D07; }
a { background-color: rgb(188,141,7); }
div.DivClassName
{
background-color: #BC8D07;
}
.BgClassName
{
background-color: #BC8D07;
}
</style>
border-color css
<style>
span { border-color: #BC8D07; }
span { border-color: rgb(188,141,7); }
td.TdClassName
{
border-color: #BC8D07;
}
.TagClassName
{
border-color: #BC8D07;
}
</style>