Shades of Dark Goldenrod #BC7D11
Tints of Dark Goldenrod #BC7D11
RGB
CMYK
RGB Variations
Color information
#BC7D11 (or 0xBC7D11) is known color: Dark Goldenrod. HEX triplet: BC, 7D and 11. RGB value is (188,125,17). Sum of RGB (Red+Green+Blue) = 188+125+17=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7D11 is #4382EE. Grayscale: #848484. Windows color (decimal): -4424431 or 1146300. OLE color: 1146300.
HSL color Cylindrical-coordinate representation of color #BC7D11: hue angle of 37.89º 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 #BC7D11 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 125 | 17 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.26 |
| HSL | 37.89º | 0.83% | 0.4% | - |
| HSV(B) | 37.89º | 0.91% | 0.74% | - |
| XYZ | 28.17 | 25.4 | 3.95 | - |
| YUV | 131.53 | 63.37 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 125 | 17 | 0 | 0.34 | 0.91 | 0.26 | 37.89 | 0.83 | 0.4 |
| Hex | BC | 7D | 11 | 0 | 22 | 5B | 1A | 26 | 53 | 28 |
| Octal | 274 | 175 | 21 | 0 | 42 | 133 | 32 | 46 | 123 | 50 |
| Binary | 10111100 | 1111101 | 10001 | 0 | 100010 | 1011011 | 11010 | 100110 | 1010011 | 101000 |
Color Harmonies of #BC7D11
Complementary color
Monochromatic Colors of #BC7D11
Black with #BC7D11
Text Example
Text Example
White with #BC7D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7D11; }
p { color: rgb(188,125,17); }
H1.HeaderClassName
{
color: #BC7D11;
}
.AnyTagClassName
{
color: #BC7D11;
}
</style>
background-color css
<style>
a { background-color: #BC7D11; }
a { background-color: rgb(188,125,17); }
div.DivClassName
{
background-color: #BC7D11;
}
.BgClassName
{
background-color: #BC7D11;
}
</style>
border-color css
<style>
span { border-color: #BC7D11; }
span { border-color: rgb(188,125,17); }
td.TdClassName
{
border-color: #BC7D11;
}
.TagClassName
{
border-color: #BC7D11;
}
</style>