Shades of Dark Goldenrod #BA7811
Tints of Dark Goldenrod #BA7811
RGB
CMYK
RGB Variations
Color information
#BA7811 (or 0xBA7811) is known color: Dark Goldenrod. HEX triplet: BA, 78 and 11. RGB value is (186,120,17). Sum of RGB (Red+Green+Blue) = 186+120+17=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7811 is #4587EE. Grayscale: #808080. Windows color (decimal): -4556783 or 1145018. OLE color: 1145018.
HSL color Cylindrical-coordinate representation of color #BA7811: hue angle of 36.57º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA7811 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 17 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.27 |
| HSL | 36.57º | 0.83% | 0.4% | - |
| HSV(B) | 36.57º | 0.91% | 0.73% | - |
| XYZ | 27.07 | 23.91 | 3.72 | - |
| YUV | 127.99 | 65.37 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 17 | 0 | 0.35 | 0.91 | 0.27 | 36.57 | 0.83 | 0.4 |
| Hex | BA | 78 | 11 | 0 | 23 | 5B | 1B | 25 | 53 | 28 |
| Octal | 272 | 170 | 21 | 0 | 43 | 133 | 33 | 45 | 123 | 50 |
| Binary | 10111010 | 1111000 | 10001 | 0 | 100011 | 1011011 | 11011 | 100101 | 1010011 | 101000 |
Color Harmonies of #BA7811
Complementary color
Monochromatic Colors of #BA7811
Black with #BA7811
Text Example
Text Example
White with #BA7811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7811; }
p { color: rgb(186,120,17); }
H1.HeaderClassName
{
color: #BA7811;
}
.AnyTagClassName
{
color: #BA7811;
}
</style>
background-color css
<style>
a { background-color: #BA7811; }
a { background-color: rgb(186,120,17); }
div.DivClassName
{
background-color: #BA7811;
}
.BgClassName
{
background-color: #BA7811;
}
</style>
border-color css
<style>
span { border-color: #BA7811; }
span { border-color: rgb(186,120,17); }
td.TdClassName
{
border-color: #BA7811;
}
.TagClassName
{
border-color: #BA7811;
}
</style>