Shades of Dark Goldenrod #BC8113
Tints of Dark Goldenrod #BC8113
RGB
CMYK
RGB Variations
Color information
#BC8113 (or 0xBC8113) is known color: Dark Goldenrod. HEX triplet: BC, 81 and 13. RGB value is (188,129,19). Sum of RGB (Red+Green+Blue) = 188+129+19=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8113 is #437EEC. Grayscale: #868686. Windows color (decimal): -4423405 or 1278396. OLE color: 1278396.
HSL color Cylindrical-coordinate representation of color #BC8113: hue angle of 39.05º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC8113 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 129 | 19 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.26 |
| HSL | 39.05º | 0.82% | 0.41% | - |
| HSV(B) | 39.05º | 0.9% | 0.74% | - |
| XYZ | 28.71 | 26.44 | 4.21 | - |
| YUV | 134.1 | 63.05 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 19 | 0 | 0.31 | 0.90 | 0.26 | 39.05 | 0.82 | 0.41 |
| Hex | BC | 81 | 13 | 0 | 1F | 5A | 1A | 27 | 52 | 29 |
| Octal | 274 | 201 | 23 | 0 | 37 | 132 | 32 | 47 | 122 | 51 |
| Binary | 10111100 | 10000001 | 10011 | 0 | 11111 | 1011010 | 11010 | 100111 | 1010010 | 101001 |
Color Harmonies of #BC8113
Complementary color
Monochromatic Colors of #BC8113
Black with #BC8113
Text Example
Text Example
White with #BC8113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8113; }
p { color: rgb(188,129,19); }
H1.HeaderClassName
{
color: #BC8113;
}
.AnyTagClassName
{
color: #BC8113;
}
</style>
background-color css
<style>
a { background-color: #BC8113; }
a { background-color: rgb(188,129,19); }
div.DivClassName
{
background-color: #BC8113;
}
.BgClassName
{
background-color: #BC8113;
}
</style>
border-color css
<style>
span { border-color: #BC8113; }
span { border-color: rgb(188,129,19); }
td.TdClassName
{
border-color: #BC8113;
}
.TagClassName
{
border-color: #BC8113;
}
</style>