Shades of Dark Goldenrod #BC8211
Tints of Dark Goldenrod #BC8211
RGB
CMYK
RGB Variations
Color information
#BC8211 (or 0xBC8211) is known color: Dark Goldenrod. HEX triplet: BC, 82 and 11. RGB value is (188,130,17). Sum of RGB (Red+Green+Blue) = 188+130+17=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8211 is #437DEE. Grayscale: #868686. Windows color (decimal): -4423151 or 1147580. OLE color: 1147580.
HSL color Cylindrical-coordinate representation of color #BC8211: hue angle of 39.65º 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 #BC8211 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 17 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.26 |
| HSL | 39.65º | 0.83% | 0.4% | - |
| HSV(B) | 39.65º | 0.91% | 0.74% | - |
| XYZ | 28.82 | 26.7 | 4.16 | - |
| YUV | 134.46 | 61.72 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 17 | 0 | 0.31 | 0.91 | 0.26 | 39.65 | 0.83 | 0.4 |
| Hex | BC | 82 | 11 | 0 | 1F | 5B | 1A | 28 | 53 | 28 |
| Octal | 274 | 202 | 21 | 0 | 37 | 133 | 32 | 50 | 123 | 50 |
| Binary | 10111100 | 10000010 | 10001 | 0 | 11111 | 1011011 | 11010 | 101000 | 1010011 | 101000 |
Color Harmonies of #BC8211
Complementary color
Monochromatic Colors of #BC8211
Black with #BC8211
Text Example
Text Example
White with #BC8211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8211; }
p { color: rgb(188,130,17); }
H1.HeaderClassName
{
color: #BC8211;
}
.AnyTagClassName
{
color: #BC8211;
}
</style>
background-color css
<style>
a { background-color: #BC8211; }
a { background-color: rgb(188,130,17); }
div.DivClassName
{
background-color: #BC8211;
}
.BgClassName
{
background-color: #BC8211;
}
</style>
border-color css
<style>
span { border-color: #BC8211; }
span { border-color: rgb(188,130,17); }
td.TdClassName
{
border-color: #BC8211;
}
.TagClassName
{
border-color: #BC8211;
}
</style>