Shades of Dark Goldenrod #BC8F06
Tints of Dark Goldenrod #BC8F06
RGB
CMYK
RGB Variations
Color information
#BC8F06 (or 0xBC8F06) is known color: Dark Goldenrod. HEX triplet: BC, 8F and 06. RGB value is (188,143,6). Sum of RGB (Red+Green+Blue) = 188+143+6=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 6 (2.73% from 255 or 1.78% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8F06 is #4370F9. Grayscale: #8D8D8D. Windows color (decimal): -4419834 or 430012. OLE color: 430012.
HSL color Cylindrical-coordinate representation of color #BC8F06: hue angle of 45.16º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC8F06 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 6 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.26 |
| HSL | 45.16º | 0.94% | 0.38% | - |
| HSV(B) | 45.16º | 0.97% | 0.74% | - |
| XYZ | 30.59 | 30.35 | 4.42 | - |
| YUV | 140.84 | 51.91 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 6 | 0 | 0.24 | 0.97 | 0.26 | 45.16 | 0.94 | 0.38 |
| Hex | BC | 8F | 6 | 0 | 18 | 61 | 1A | 2D | 5E | 26 |
| Octal | 274 | 217 | 6 | 0 | 30 | 141 | 32 | 55 | 136 | 46 |
| Binary | 10111100 | 10001111 | 110 | 0 | 11000 | 1100001 | 11010 | 101101 | 1011110 | 100110 |
Color Harmonies of #BC8F06
Complementary color
Monochromatic Colors of #BC8F06
Black with #BC8F06
Text Example
Text Example
White with #BC8F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F06; }
p { color: rgb(188,143,6); }
H1.HeaderClassName
{
color: #BC8F06;
}
.AnyTagClassName
{
color: #BC8F06;
}
</style>
background-color css
<style>
a { background-color: #BC8F06; }
a { background-color: rgb(188,143,6); }
div.DivClassName
{
background-color: #BC8F06;
}
.BgClassName
{
background-color: #BC8F06;
}
</style>
border-color css
<style>
span { border-color: #BC8F06; }
span { border-color: rgb(188,143,6); }
td.TdClassName
{
border-color: #BC8F06;
}
.TagClassName
{
border-color: #BC8F06;
}
</style>