Shades of Dark Goldenrod #BA780B
Tints of Dark Goldenrod #BA780B
RGB
CMYK
RGB Variations
Color information
#BA780B (or 0xBA780B) is known color: Dark Goldenrod. HEX triplet: BA, 78 and 0B. RGB value is (186,120,11). Sum of RGB (Red+Green+Blue) = 186+120+11=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 120 (47.27% from 255 or 37.85% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA780B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA780B is #4587F4. Grayscale: #7F7F7F. Windows color (decimal): -4556789 or 751802. OLE color: 751802.
HSL color Cylindrical-coordinate representation of color #BA780B: hue angle of 37.37º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA780B is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 11 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.27 |
| HSL | 37.37º | 0.89% | 0.39% | - |
| HSV(B) | 37.37º | 0.94% | 0.73% | - |
| XYZ | 27.03 | 23.9 | 3.5 | - |
| YUV | 127.31 | 62.37 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 11 | 0 | 0.35 | 0.94 | 0.27 | 37.37 | 0.89 | 0.39 |
| Hex | BA | 78 | B | 0 | 23 | 5E | 1B | 25 | 59 | 27 |
| Octal | 272 | 170 | 13 | 0 | 43 | 136 | 33 | 45 | 131 | 47 |
| Binary | 10111010 | 1111000 | 1011 | 0 | 100011 | 1011110 | 11011 | 100101 | 1011001 | 100111 |
Color Harmonies of #BA780B
Complementary color
Monochromatic Colors of #BA780B
Black with #BA780B
Text Example
Text Example
White with #BA780B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA780B; }
p { color: rgb(186,120,11); }
H1.HeaderClassName
{
color: #BA780B;
}
.AnyTagClassName
{
color: #BA780B;
}
</style>
background-color css
<style>
a { background-color: #BA780B; }
a { background-color: rgb(186,120,11); }
div.DivClassName
{
background-color: #BA780B;
}
.BgClassName
{
background-color: #BA780B;
}
</style>
border-color css
<style>
span { border-color: #BA780B; }
span { border-color: rgb(186,120,11); }
td.TdClassName
{
border-color: #BA780B;
}
.TagClassName
{
border-color: #BA780B;
}
</style>