Shades of Dark Goldenrod #BC8511
Tints of Dark Goldenrod #BC8511
RGB
CMYK
RGB Variations
Color information
#BC8511 (or 0xBC8511) is known color: Dark Goldenrod. HEX triplet: BC, 85 and 11. RGB value is (188,133,17). Sum of RGB (Red+Green+Blue) = 188+133+17=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8511 is #437AEE. Grayscale: #888888. Windows color (decimal): -4422383 or 1148348. OLE color: 1148348.
HSL color Cylindrical-coordinate representation of color #BC8511: hue angle of 40.7º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC8511 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 17 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.26 |
| HSL | 40.7º | 0.83% | 0.4% | - |
| HSV(B) | 40.7º | 0.91% | 0.74% | - |
| XYZ | 29.23 | 27.51 | 4.3 | - |
| YUV | 136.22 | 60.72 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 17 | 0 | 0.29 | 0.91 | 0.26 | 40.7 | 0.83 | 0.4 |
| Hex | BC | 85 | 11 | 0 | 1D | 5B | 1A | 29 | 53 | 28 |
| Octal | 274 | 205 | 21 | 0 | 35 | 133 | 32 | 51 | 123 | 50 |
| Binary | 10111100 | 10000101 | 10001 | 0 | 11101 | 1011011 | 11010 | 101001 | 1010011 | 101000 |
Color Harmonies of #BC8511
Complementary color
Monochromatic Colors of #BC8511
Black with #BC8511
Text Example
Text Example
White with #BC8511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8511; }
p { color: rgb(188,133,17); }
H1.HeaderClassName
{
color: #BC8511;
}
.AnyTagClassName
{
color: #BC8511;
}
</style>
background-color css
<style>
a { background-color: #BC8511; }
a { background-color: rgb(188,133,17); }
div.DivClassName
{
background-color: #BC8511;
}
.BgClassName
{
background-color: #BC8511;
}
</style>
border-color css
<style>
span { border-color: #BC8511; }
span { border-color: rgb(188,133,17); }
td.TdClassName
{
border-color: #BC8511;
}
.TagClassName
{
border-color: #BC8511;
}
</style>