Shades of Dark Goldenrod #BC8F05
Tints of Dark Goldenrod #BC8F05
RGB
CMYK
RGB Variations
Color information
#BC8F05 (or 0xBC8F05) is known color: Dark Goldenrod. HEX triplet: BC, 8F and 05. RGB value is (188,143,5). Sum of RGB (Red+Green+Blue) = 188+143+5=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 143 (56.25% from 255 or 42.56% from 336); Blue value is 5 (2.34% from 255 or 1.49% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8F05 is #4370FA. Grayscale: #8D8D8D. Windows color (decimal): -4419835 or 364476. OLE color: 364476.
HSL color Cylindrical-coordinate representation of color #BC8F05: hue angle of 45.25º degrees, saturation: 0.95, 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 #BC8F05 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 5 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.26 |
| HSL | 45.25º | 0.95% | 0.38% | - |
| HSV(B) | 45.25º | 0.97% | 0.74% | - |
| XYZ | 30.59 | 30.35 | 4.39 | - |
| YUV | 140.72 | 51.41 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 5 | 0 | 0.24 | 0.97 | 0.26 | 45.25 | 0.95 | 0.38 |
| Hex | BC | 8F | 5 | 0 | 18 | 61 | 1A | 2D | 5F | 26 |
| Octal | 274 | 217 | 5 | 0 | 30 | 141 | 32 | 55 | 137 | 46 |
| Binary | 10111100 | 10001111 | 101 | 0 | 11000 | 1100001 | 11010 | 101101 | 1011111 | 100110 |
Color Harmonies of #BC8F05
Complementary color
Monochromatic Colors of #BC8F05
Black with #BC8F05
Text Example
Text Example
White with #BC8F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F05; }
p { color: rgb(188,143,5); }
H1.HeaderClassName
{
color: #BC8F05;
}
.AnyTagClassName
{
color: #BC8F05;
}
</style>
background-color css
<style>
a { background-color: #BC8F05; }
a { background-color: rgb(188,143,5); }
div.DivClassName
{
background-color: #BC8F05;
}
.BgClassName
{
background-color: #BC8F05;
}
</style>
border-color css
<style>
span { border-color: #BC8F05; }
span { border-color: rgb(188,143,5); }
td.TdClassName
{
border-color: #BC8F05;
}
.TagClassName
{
border-color: #BC8F05;
}
</style>