Shades of Dark Goldenrod #BC8411
Tints of Dark Goldenrod #BC8411
RGB
CMYK
RGB Variations
Color information
#BC8411 (or 0xBC8411) is known color: Dark Goldenrod. HEX triplet: BC, 84 and 11. RGB value is (188,132,17). Sum of RGB (Red+Green+Blue) = 188+132+17=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8411 is #437BEE. Grayscale: #888888. Windows color (decimal): -4422639 or 1148092. OLE color: 1148092.
HSL color Cylindrical-coordinate representation of color #BC8411: hue angle of 40.35º 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 #BC8411 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 132 | 17 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.26 |
| HSL | 40.35º | 0.83% | 0.4% | - |
| HSV(B) | 40.35º | 0.91% | 0.74% | - |
| XYZ | 29.09 | 27.23 | 4.25 | - |
| YUV | 135.63 | 61.05 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 17 | 0 | 0.30 | 0.91 | 0.26 | 40.35 | 0.83 | 0.4 |
| Hex | BC | 84 | 11 | 0 | 1E | 5B | 1A | 28 | 53 | 28 |
| Octal | 274 | 204 | 21 | 0 | 36 | 133 | 32 | 50 | 123 | 50 |
| Binary | 10111100 | 10000100 | 10001 | 0 | 11110 | 1011011 | 11010 | 101000 | 1010011 | 101000 |
Color Harmonies of #BC8411
Complementary color
Monochromatic Colors of #BC8411
Black with #BC8411
Text Example
Text Example
White with #BC8411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8411; }
p { color: rgb(188,132,17); }
H1.HeaderClassName
{
color: #BC8411;
}
.AnyTagClassName
{
color: #BC8411;
}
</style>
background-color css
<style>
a { background-color: #BC8411; }
a { background-color: rgb(188,132,17); }
div.DivClassName
{
background-color: #BC8411;
}
.BgClassName
{
background-color: #BC8411;
}
</style>
border-color css
<style>
span { border-color: #BC8411; }
span { border-color: rgb(188,132,17); }
td.TdClassName
{
border-color: #BC8411;
}
.TagClassName
{
border-color: #BC8411;
}
</style>