Shades of Dark Goldenrod #BC7E11
Tints of Dark Goldenrod #BC7E11
RGB
CMYK
RGB Variations
Color information
#BC7E11 (or 0xBC7E11) is known color: Dark Goldenrod. HEX triplet: BC, 7E and 11. RGB value is (188,126,17). Sum of RGB (Red+Green+Blue) = 188+126+17=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 126 (49.61% from 255 or 38.07% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7E11 is #4381EE. Grayscale: #848484. Windows color (decimal): -4424175 or 1146556. OLE color: 1146556.
HSL color Cylindrical-coordinate representation of color #BC7E11: hue angle of 38.25º 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 #BC7E11 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 126 | 17 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.26 |
| HSL | 38.25º | 0.83% | 0.4% | - |
| HSV(B) | 38.25º | 0.91% | 0.74% | - |
| XYZ | 28.3 | 25.65 | 3.99 | - |
| YUV | 132.11 | 63.04 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 126 | 17 | 0 | 0.33 | 0.91 | 0.26 | 38.25 | 0.83 | 0.4 |
| Hex | BC | 7E | 11 | 0 | 21 | 5B | 1A | 26 | 53 | 28 |
| Octal | 274 | 176 | 21 | 0 | 41 | 133 | 32 | 46 | 123 | 50 |
| Binary | 10111100 | 1111110 | 10001 | 0 | 100001 | 1011011 | 11010 | 100110 | 1010011 | 101000 |
Color Harmonies of #BC7E11
Complementary color
Monochromatic Colors of #BC7E11
Black with #BC7E11
Text Example
Text Example
White with #BC7E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7E11; }
p { color: rgb(188,126,17); }
H1.HeaderClassName
{
color: #BC7E11;
}
.AnyTagClassName
{
color: #BC7E11;
}
</style>
background-color css
<style>
a { background-color: #BC7E11; }
a { background-color: rgb(188,126,17); }
div.DivClassName
{
background-color: #BC7E11;
}
.BgClassName
{
background-color: #BC7E11;
}
</style>
border-color css
<style>
span { border-color: #BC7E11; }
span { border-color: rgb(188,126,17); }
td.TdClassName
{
border-color: #BC7E11;
}
.TagClassName
{
border-color: #BC7E11;
}
</style>