Shades of Dark Goldenrod #BC7C0E
Tints of Dark Goldenrod #BC7C0E
RGB
CMYK
RGB Variations
Color information
#BC7C0E (or 0xBC7C0E) is known color: Dark Goldenrod. HEX triplet: BC, 7C and 0E. RGB value is (188,124,14). Sum of RGB (Red+Green+Blue) = 188+124+14=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 14 (5.86% from 255 or 4.29% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7C0E is #4383F1. Grayscale: #838383. Windows color (decimal): -4424690 or 949436. OLE color: 949436.
HSL color Cylindrical-coordinate representation of color #BC7C0E: hue angle of 37.93º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC7C0E is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 124 | 14 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.26 |
| HSL | 37.93º | 0.86% | 0.4% | - |
| HSV(B) | 37.93º | 0.93% | 0.74% | - |
| XYZ | 28.03 | 25.14 | 3.79 | - |
| YUV | 130.6 | 62.2 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 14 | 0 | 0.34 | 0.93 | 0.26 | 37.93 | 0.86 | 0.4 |
| Hex | BC | 7C | E | 0 | 22 | 5D | 1A | 26 | 56 | 28 |
| Octal | 274 | 174 | 16 | 0 | 42 | 135 | 32 | 46 | 126 | 50 |
| Binary | 10111100 | 1111100 | 1110 | 0 | 100010 | 1011101 | 11010 | 100110 | 1010110 | 101000 |
Color Harmonies of #BC7C0E
Complementary color
Monochromatic Colors of #BC7C0E
Black with #BC7C0E
Text Example
Text Example
White with #BC7C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7C0E; }
p { color: rgb(188,124,14); }
H1.HeaderClassName
{
color: #BC7C0E;
}
.AnyTagClassName
{
color: #BC7C0E;
}
</style>
background-color css
<style>
a { background-color: #BC7C0E; }
a { background-color: rgb(188,124,14); }
div.DivClassName
{
background-color: #BC7C0E;
}
.BgClassName
{
background-color: #BC7C0E;
}
</style>
border-color css
<style>
span { border-color: #BC7C0E; }
span { border-color: rgb(188,124,14); }
td.TdClassName
{
border-color: #BC7C0E;
}
.TagClassName
{
border-color: #BC7C0E;
}
</style>