Shades of Dark Goldenrod #BC8F08
Tints of Dark Goldenrod #BC8F08
RGB
CMYK
RGB Variations
Color information
#BC8F08 (or 0xBC8F08) is known color: Dark Goldenrod. HEX triplet: BC, 8F and 08. RGB value is (188,143,8). Sum of RGB (Red+Green+Blue) = 188+143+8=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 8 (3.52% from 255 or 2.36% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8F08 is #4370F7. Grayscale: #8D8D8D. Windows color (decimal): -4419832 or 561084. OLE color: 561084.
HSL color Cylindrical-coordinate representation of color #BC8F08: hue angle of 45º degrees, saturation: 0.92, 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 #BC8F08 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 8 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.26 |
| HSL | 45º | 0.92% | 0.38% | - |
| HSV(B) | 45º | 0.96% | 0.74% | - |
| XYZ | 30.61 | 30.35 | 4.48 | - |
| YUV | 141.07 | 52.91 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 8 | 0 | 0.24 | 0.96 | 0.26 | 45 | 0.92 | 0.38 |
| Hex | BC | 8F | 8 | 0 | 18 | 60 | 1A | 2D | 5C | 26 |
| Octal | 274 | 217 | 10 | 0 | 30 | 140 | 32 | 55 | 134 | 46 |
| Binary | 10111100 | 10001111 | 1000 | 0 | 11000 | 1100000 | 11010 | 101101 | 1011100 | 100110 |
Color Harmonies of #BC8F08
Complementary color
Monochromatic Colors of #BC8F08
Black with #BC8F08
Text Example
Text Example
White with #BC8F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F08; }
p { color: rgb(188,143,8); }
H1.HeaderClassName
{
color: #BC8F08;
}
.AnyTagClassName
{
color: #BC8F08;
}
</style>
background-color css
<style>
a { background-color: #BC8F08; }
a { background-color: rgb(188,143,8); }
div.DivClassName
{
background-color: #BC8F08;
}
.BgClassName
{
background-color: #BC8F08;
}
</style>
border-color css
<style>
span { border-color: #BC8F08; }
span { border-color: rgb(188,143,8); }
td.TdClassName
{
border-color: #BC8F08;
}
.TagClassName
{
border-color: #BC8F08;
}
</style>