Shades of Dark Goldenrod #BC8311
Tints of Dark Goldenrod #BC8311
RGB
CMYK
RGB Variations
Color information
#BC8311 (or 0xBC8311) is known color: Dark Goldenrod. HEX triplet: BC, 83 and 11. RGB value is (188,131,17). Sum of RGB (Red+Green+Blue) = 188+131+17=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8311 is #437CEE. Grayscale: #878787. Windows color (decimal): -4422895 or 1147836. OLE color: 1147836.
HSL color Cylindrical-coordinate representation of color #BC8311: hue angle of 40º 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 #BC8311 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 131 | 17 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.26 |
| HSL | 40º | 0.83% | 0.4% | - |
| HSV(B) | 40º | 0.91% | 0.74% | - |
| XYZ | 28.96 | 26.96 | 4.21 | - |
| YUV | 135.05 | 61.38 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 17 | 0 | 0.30 | 0.91 | 0.26 | 40 | 0.83 | 0.4 |
| Hex | BC | 83 | 11 | 0 | 1E | 5B | 1A | 28 | 53 | 28 |
| Octal | 274 | 203 | 21 | 0 | 36 | 133 | 32 | 50 | 123 | 50 |
| Binary | 10111100 | 10000011 | 10001 | 0 | 11110 | 1011011 | 11010 | 101000 | 1010011 | 101000 |
Color Harmonies of #BC8311
Complementary color
Monochromatic Colors of #BC8311
Black with #BC8311
Text Example
Text Example
White with #BC8311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8311; }
p { color: rgb(188,131,17); }
H1.HeaderClassName
{
color: #BC8311;
}
.AnyTagClassName
{
color: #BC8311;
}
</style>
background-color css
<style>
a { background-color: #BC8311; }
a { background-color: rgb(188,131,17); }
div.DivClassName
{
background-color: #BC8311;
}
.BgClassName
{
background-color: #BC8311;
}
</style>
border-color css
<style>
span { border-color: #BC8311; }
span { border-color: rgb(188,131,17); }
td.TdClassName
{
border-color: #BC8311;
}
.TagClassName
{
border-color: #BC8311;
}
</style>