Shades of Dark Goldenrod #BA7A16
Tints of Dark Goldenrod #BA7A16
RGB
CMYK
RGB Variations
Color information
#BA7A16 (or 0xBA7A16) is known color: Dark Goldenrod. HEX triplet: BA, 7A and 16. RGB value is (186,122,22). Sum of RGB (Red+Green+Blue) = 186+122+22=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7A16 is #4585E9. Grayscale: #828282. Windows color (decimal): -4556266 or 1473210. OLE color: 1473210.
HSL color Cylindrical-coordinate representation of color #BA7A16: hue angle of 36.59º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA7A16 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 122 | 22 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.27 |
| HSL | 36.59º | 0.79% | 0.41% | - |
| HSV(B) | 36.59º | 0.88% | 0.73% | - |
| XYZ | 27.35 | 24.42 | 4.03 | - |
| YUV | 129.74 | 67.2 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 22 | 0 | 0.34 | 0.88 | 0.27 | 36.59 | 0.79 | 0.41 |
| Hex | BA | 7A | 16 | 0 | 22 | 58 | 1B | 25 | 4F | 29 |
| Octal | 272 | 172 | 26 | 0 | 42 | 130 | 33 | 45 | 117 | 51 |
| Binary | 10111010 | 1111010 | 10110 | 0 | 100010 | 1011000 | 11011 | 100101 | 1001111 | 101001 |
Color Harmonies of #BA7A16
Complementary color
Monochromatic Colors of #BA7A16
Black with #BA7A16
Text Example
Text Example
White with #BA7A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7A16; }
p { color: rgb(186,122,22); }
H1.HeaderClassName
{
color: #BA7A16;
}
.AnyTagClassName
{
color: #BA7A16;
}
</style>
background-color css
<style>
a { background-color: #BA7A16; }
a { background-color: rgb(186,122,22); }
div.DivClassName
{
background-color: #BA7A16;
}
.BgClassName
{
background-color: #BA7A16;
}
</style>
border-color css
<style>
span { border-color: #BA7A16; }
span { border-color: rgb(186,122,22); }
td.TdClassName
{
border-color: #BA7A16;
}
.TagClassName
{
border-color: #BA7A16;
}
</style>