Shades of Dark Goldenrod #BC770E
Tints of Dark Goldenrod #BC770E
RGB
CMYK
RGB Variations
Color information
#BC770E (or 0xBC770E) is known color: Dark Goldenrod. HEX triplet: BC, 77 and 0E. RGB value is (188,119,14). Sum of RGB (Red+Green+Blue) = 188+119+14=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 14 (5.86% from 255 or 4.36% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC770E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC770E is #4388F1. Grayscale: #808080. Windows color (decimal): -4425970 or 948156. OLE color: 948156.
HSL color Cylindrical-coordinate representation of color #BC770E: hue angle of 36.21º 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 #BC770E is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 14 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.26 |
| HSL | 36.21º | 0.86% | 0.4% | - |
| HSV(B) | 36.21º | 0.93% | 0.74% | - |
| XYZ | 27.42 | 23.92 | 3.59 | - |
| YUV | 127.66 | 63.86 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 14 | 0 | 0.37 | 0.93 | 0.26 | 36.21 | 0.86 | 0.4 |
| Hex | BC | 77 | E | 0 | 25 | 5D | 1A | 24 | 56 | 28 |
| Octal | 274 | 167 | 16 | 0 | 45 | 135 | 32 | 44 | 126 | 50 |
| Binary | 10111100 | 1110111 | 1110 | 0 | 100101 | 1011101 | 11010 | 100100 | 1010110 | 101000 |
Color Harmonies of #BC770E
Complementary color
Monochromatic Colors of #BC770E
Black with #BC770E
Text Example
Text Example
White with #BC770E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC770E; }
p { color: rgb(188,119,14); }
H1.HeaderClassName
{
color: #BC770E;
}
.AnyTagClassName
{
color: #BC770E;
}
</style>
background-color css
<style>
a { background-color: #BC770E; }
a { background-color: rgb(188,119,14); }
div.DivClassName
{
background-color: #BC770E;
}
.BgClassName
{
background-color: #BC770E;
}
</style>
border-color css
<style>
span { border-color: #BC770E; }
span { border-color: rgb(188,119,14); }
td.TdClassName
{
border-color: #BC770E;
}
.TagClassName
{
border-color: #BC770E;
}
</style>