Shades of Dark Goldenrod #BC7F16
Tints of Dark Goldenrod #BC7F16
RGB
CMYK
RGB Variations
Color information
#BC7F16 (or 0xBC7F16) is known color: Dark Goldenrod. HEX triplet: BC, 7F and 16. RGB value is (188,127,22). Sum of RGB (Red+Green+Blue) = 188+127+22=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7F16 is #4380E9. Grayscale: #858585. Windows color (decimal): -4423914 or 1474492. OLE color: 1474492.
HSL color Cylindrical-coordinate representation of color #BC7F16: hue angle of 37.95º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC7F16 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 127 | 22 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.26 |
| HSL | 37.95º | 0.79% | 0.41% | - |
| HSV(B) | 37.95º | 0.88% | 0.74% | - |
| XYZ | 28.47 | 25.93 | 4.26 | - |
| YUV | 133.27 | 65.21 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 22 | 0 | 0.32 | 0.88 | 0.26 | 37.95 | 0.79 | 0.41 |
| Hex | BC | 7F | 16 | 0 | 20 | 58 | 1A | 26 | 4F | 29 |
| Octal | 274 | 177 | 26 | 0 | 40 | 130 | 32 | 46 | 117 | 51 |
| Binary | 10111100 | 1111111 | 10110 | 0 | 100000 | 1011000 | 11010 | 100110 | 1001111 | 101001 |
Color Harmonies of #BC7F16
Complementary color
Monochromatic Colors of #BC7F16
Black with #BC7F16
Text Example
Text Example
White with #BC7F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7F16; }
p { color: rgb(188,127,22); }
H1.HeaderClassName
{
color: #BC7F16;
}
.AnyTagClassName
{
color: #BC7F16;
}
</style>
background-color css
<style>
a { background-color: #BC7F16; }
a { background-color: rgb(188,127,22); }
div.DivClassName
{
background-color: #BC7F16;
}
.BgClassName
{
background-color: #BC7F16;
}
</style>
border-color css
<style>
span { border-color: #BC7F16; }
span { border-color: rgb(188,127,22); }
td.TdClassName
{
border-color: #BC7F16;
}
.TagClassName
{
border-color: #BC7F16;
}
</style>