Shades of Dark Goldenrod #BA7916
Tints of Dark Goldenrod #BA7916
RGB
CMYK
RGB Variations
Color information
#BA7916 (or 0xBA7916) is known color: Dark Goldenrod. HEX triplet: BA, 79 and 16. RGB value is (186,121,22). Sum of RGB (Red+Green+Blue) = 186+121+22=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7916 is #4586E9. Grayscale: #818181. Windows color (decimal): -4556522 or 1472954. OLE color: 1472954.
HSL color Cylindrical-coordinate representation of color #BA7916: hue angle of 36.22º 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 #BA7916 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 121 | 22 | - |
| CMYK | 0 | 0.35 | 0.88 | 0.27 |
| HSL | 36.22º | 0.79% | 0.41% | - |
| HSV(B) | 36.22º | 0.88% | 0.73% | - |
| XYZ | 27.23 | 24.17 | 3.99 | - |
| YUV | 129.15 | 67.53 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 121 | 22 | 0 | 0.35 | 0.88 | 0.27 | 36.22 | 0.79 | 0.41 |
| Hex | BA | 79 | 16 | 0 | 23 | 58 | 1B | 24 | 4F | 29 |
| Octal | 272 | 171 | 26 | 0 | 43 | 130 | 33 | 44 | 117 | 51 |
| Binary | 10111010 | 1111001 | 10110 | 0 | 100011 | 1011000 | 11011 | 100100 | 1001111 | 101001 |
Color Harmonies of #BA7916
Complementary color
Monochromatic Colors of #BA7916
Black with #BA7916
Text Example
Text Example
White with #BA7916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7916; }
p { color: rgb(186,121,22); }
H1.HeaderClassName
{
color: #BA7916;
}
.AnyTagClassName
{
color: #BA7916;
}
</style>
background-color css
<style>
a { background-color: #BA7916; }
a { background-color: rgb(186,121,22); }
div.DivClassName
{
background-color: #BA7916;
}
.BgClassName
{
background-color: #BA7916;
}
</style>
border-color css
<style>
span { border-color: #BA7916; }
span { border-color: rgb(186,121,22); }
td.TdClassName
{
border-color: #BA7916;
}
.TagClassName
{
border-color: #BA7916;
}
</style>