Shades of Dark Goldenrod #BA770E
Tints of Dark Goldenrod #BA770E
RGB
CMYK
RGB Variations
Color information
#BA770E (or 0xBA770E) is known color: Dark Goldenrod. HEX triplet: BA, 77 and 0E. RGB value is (186,119,14). Sum of RGB (Red+Green+Blue) = 186+119+14=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA770E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA770E is #4588F1. Grayscale: #7F7F7F. Windows color (decimal): -4557042 or 948154. OLE color: 948154.
HSL color Cylindrical-coordinate representation of color #BA770E: hue angle of 36.63º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA770E is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 119 | 14 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.27 |
| HSL | 36.63º | 0.86% | 0.39% | - |
| HSV(B) | 36.63º | 0.92% | 0.73% | - |
| XYZ | 26.93 | 23.66 | 3.56 | - |
| YUV | 127.06 | 64.2 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 14 | 0 | 0.36 | 0.92 | 0.27 | 36.63 | 0.86 | 0.39 |
| Hex | BA | 77 | E | 0 | 24 | 5C | 1B | 25 | 56 | 27 |
| Octal | 272 | 167 | 16 | 0 | 44 | 134 | 33 | 45 | 126 | 47 |
| Binary | 10111010 | 1110111 | 1110 | 0 | 100100 | 1011100 | 11011 | 100101 | 1010110 | 100111 |
Color Harmonies of #BA770E
Complementary color
Monochromatic Colors of #BA770E
Black with #BA770E
Text Example
Text Example
White with #BA770E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA770E; }
p { color: rgb(186,119,14); }
H1.HeaderClassName
{
color: #BA770E;
}
.AnyTagClassName
{
color: #BA770E;
}
</style>
background-color css
<style>
a { background-color: #BA770E; }
a { background-color: rgb(186,119,14); }
div.DivClassName
{
background-color: #BA770E;
}
.BgClassName
{
background-color: #BA770E;
}
</style>
border-color css
<style>
span { border-color: #BA770E; }
span { border-color: rgb(186,119,14); }
td.TdClassName
{
border-color: #BA770E;
}
.TagClassName
{
border-color: #BA770E;
}
</style>