Shades of Dark Goldenrod #BC8F01
Tints of Dark Goldenrod #BC8F01
RGB
CMYK
RGB Variations
Color information
#BC8F01 (or 0xBC8F01) is known color: Dark Goldenrod. HEX triplet: BC, 8F and 01. RGB value is (188,143,1). Sum of RGB (Red+Green+Blue) = 188+143+1=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 143 (56.25% from 255 or 43.07% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8F01 is #4370FE. Grayscale: #8C8C8C. Windows color (decimal): -4419839 or 102332. OLE color: 102332.
HSL color Cylindrical-coordinate representation of color #BC8F01: hue angle of 45.56º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC8F01 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 1 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.26 |
| HSL | 45.56º | 0.99% | 0.37% | - |
| HSV(B) | 45.56º | 0.99% | 0.74% | - |
| XYZ | 30.57 | 30.34 | 4.27 | - |
| YUV | 140.27 | 49.41 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 1 | 0 | 0.24 | 0.99 | 0.26 | 45.56 | 0.99 | 0.37 |
| Hex | BC | 8F | 1 | 0 | 18 | 63 | 1A | 2E | 63 | 25 |
| Octal | 274 | 217 | 1 | 0 | 30 | 143 | 32 | 56 | 143 | 45 |
| Binary | 10111100 | 10001111 | 1 | 0 | 11000 | 1100011 | 11010 | 101110 | 1100011 | 100101 |
Color Harmonies of #BC8F01
Complementary color
Monochromatic Colors of #BC8F01
Black with #BC8F01
Text Example
Text Example
White with #BC8F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F01; }
p { color: rgb(188,143,1); }
H1.HeaderClassName
{
color: #BC8F01;
}
.AnyTagClassName
{
color: #BC8F01;
}
</style>
background-color css
<style>
a { background-color: #BC8F01; }
a { background-color: rgb(188,143,1); }
div.DivClassName
{
background-color: #BC8F01;
}
.BgClassName
{
background-color: #BC8F01;
}
</style>
border-color css
<style>
span { border-color: #BC8F01; }
span { border-color: rgb(188,143,1); }
td.TdClassName
{
border-color: #BC8F01;
}
.TagClassName
{
border-color: #BC8F01;
}
</style>