Shades of Dark Goldenrod #BA8A16
Tints of Dark Goldenrod #BA8A16
RGB
CMYK
RGB Variations
Color information
#BA8A16 (or 0xBA8A16) is known color: Dark Goldenrod. HEX triplet: BA, 8A and 16. RGB value is (186,138,22). Sum of RGB (Red+Green+Blue) = 186+138+22=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8A16 is #4575E9. Grayscale: #8B8B8B. Windows color (decimal): -4552170 or 1477306. OLE color: 1477306.
HSL color Cylindrical-coordinate representation of color #BA8A16: hue angle of 42.44º 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 #BA8A16 is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 138 | 22 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.27 |
| HSL | 42.44º | 0.79% | 0.41% | - |
| HSV(B) | 42.44º | 0.88% | 0.73% | - |
| XYZ | 29.48 | 28.67 | 4.74 | - |
| YUV | 139.13 | 61.9 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 22 | 0 | 0.26 | 0.88 | 0.27 | 42.44 | 0.79 | 0.41 |
| Hex | BA | 8A | 16 | 0 | 1A | 58 | 1B | 2A | 4F | 29 |
| Octal | 272 | 212 | 26 | 0 | 32 | 130 | 33 | 52 | 117 | 51 |
| Binary | 10111010 | 10001010 | 10110 | 0 | 11010 | 1011000 | 11011 | 101010 | 1001111 | 101001 |
Color Harmonies of #BA8A16
Complementary color
Monochromatic Colors of #BA8A16
Black with #BA8A16
Text Example
Text Example
White with #BA8A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8A16; }
p { color: rgb(186,138,22); }
H1.HeaderClassName
{
color: #BA8A16;
}
.AnyTagClassName
{
color: #BA8A16;
}
</style>
background-color css
<style>
a { background-color: #BA8A16; }
a { background-color: rgb(186,138,22); }
div.DivClassName
{
background-color: #BA8A16;
}
.BgClassName
{
background-color: #BA8A16;
}
</style>
border-color css
<style>
span { border-color: #BA8A16; }
span { border-color: rgb(186,138,22); }
td.TdClassName
{
border-color: #BA8A16;
}
.TagClassName
{
border-color: #BA8A16;
}
</style>