Shades of Dark Goldenrod #BA8D16
Tints of Dark Goldenrod #BA8D16
RGB
CMYK
RGB Variations
Color information
#BA8D16 (or 0xBA8D16) is known color: Dark Goldenrod. HEX triplet: BA, 8D and 16. RGB value is (186,141,22). Sum of RGB (Red+Green+Blue) = 186+141+22=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 22 (8.98% from 255 or 6.30% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8D16 is #4572E9. Grayscale: #8D8D8D. Windows color (decimal): -4551402 or 1478074. OLE color: 1478074.
HSL color Cylindrical-coordinate representation of color #BA8D16: hue angle of 43.54º 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 #BA8D16 is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 141 | 22 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.27 |
| HSL | 43.54º | 0.79% | 0.41% | - |
| HSV(B) | 43.54º | 0.88% | 0.73% | - |
| XYZ | 29.92 | 29.55 | 4.89 | - |
| YUV | 140.89 | 60.91 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 141 | 22 | 0 | 0.24 | 0.88 | 0.27 | 43.54 | 0.79 | 0.41 |
| Hex | BA | 8D | 16 | 0 | 18 | 58 | 1B | 2C | 4F | 29 |
| Octal | 272 | 215 | 26 | 0 | 30 | 130 | 33 | 54 | 117 | 51 |
| Binary | 10111010 | 10001101 | 10110 | 0 | 11000 | 1011000 | 11011 | 101100 | 1001111 | 101001 |
Color Harmonies of #BA8D16
Complementary color
Monochromatic Colors of #BA8D16
Black with #BA8D16
Text Example
Text Example
White with #BA8D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8D16; }
p { color: rgb(186,141,22); }
H1.HeaderClassName
{
color: #BA8D16;
}
.AnyTagClassName
{
color: #BA8D16;
}
</style>
background-color css
<style>
a { background-color: #BA8D16; }
a { background-color: rgb(186,141,22); }
div.DivClassName
{
background-color: #BA8D16;
}
.BgClassName
{
background-color: #BA8D16;
}
</style>
border-color css
<style>
span { border-color: #BA8D16; }
span { border-color: rgb(186,141,22); }
td.TdClassName
{
border-color: #BA8D16;
}
.TagClassName
{
border-color: #BA8D16;
}
</style>