Shades of Dark Goldenrod #BC8111
Tints of Dark Goldenrod #BC8111
RGB
CMYK
RGB Variations
Color information
#BC8111 (or 0xBC8111) is known color: Dark Goldenrod. HEX triplet: BC, 81 and 11. RGB value is (188,129,17). Sum of RGB (Red+Green+Blue) = 188+129+17=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8111 is #437EEE. Grayscale: #868686. Windows color (decimal): -4423407 or 1147324. OLE color: 1147324.
HSL color Cylindrical-coordinate representation of color #BC8111: hue angle of 39.3º 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 #BC8111 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 129 | 17 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.26 |
| HSL | 39.3º | 0.83% | 0.4% | - |
| HSV(B) | 39.3º | 0.91% | 0.74% | - |
| XYZ | 28.69 | 26.43 | 4.12 | - |
| YUV | 133.87 | 62.05 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 17 | 0 | 0.31 | 0.91 | 0.26 | 39.3 | 0.83 | 0.4 |
| Hex | BC | 81 | 11 | 0 | 1F | 5B | 1A | 27 | 53 | 28 |
| Octal | 274 | 201 | 21 | 0 | 37 | 133 | 32 | 47 | 123 | 50 |
| Binary | 10111100 | 10000001 | 10001 | 0 | 11111 | 1011011 | 11010 | 100111 | 1010011 | 101000 |
Color Harmonies of #BC8111
Complementary color
Monochromatic Colors of #BC8111
Black with #BC8111
Text Example
Text Example
White with #BC8111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8111; }
p { color: rgb(188,129,17); }
H1.HeaderClassName
{
color: #BC8111;
}
.AnyTagClassName
{
color: #BC8111;
}
</style>
background-color css
<style>
a { background-color: #BC8111; }
a { background-color: rgb(188,129,17); }
div.DivClassName
{
background-color: #BC8111;
}
.BgClassName
{
background-color: #BC8111;
}
</style>
border-color css
<style>
span { border-color: #BC8111; }
span { border-color: rgb(188,129,17); }
td.TdClassName
{
border-color: #BC8111;
}
.TagClassName
{
border-color: #BC8111;
}
</style>