Shades of Tussock #BA8E49
Tints of Tussock #BA8E49
RGB
CMYK
RGB Variations
Color information
#BA8E49 (or 0xBA8E49) is known color: Tussock. HEX triplet: BA, 8E and 49. RGB value is (186,142,73). Sum of RGB (Red+Green+Blue) = 186+142+73=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 73 (28.91% from 255 or 18.20% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8E49 is #4571B6. Grayscale: #939393. Windows color (decimal): -4551095 or 4820666. OLE color: 4820666.
HSL color Cylindrical-coordinate representation of color #BA8E49: hue angle of 36.64º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA8E49 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 142 | 73 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.27 |
| HSL | 36.64º | 0.45% | 0.51% | - |
| HSV(B) | 36.64º | 0.61% | 0.73% | - |
| XYZ | 31.13 | 30.27 | 10.5 | - |
| YUV | 147.29 | 86.08 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 142 | 73 | 0 | 0.24 | 0.61 | 0.27 | 36.64 | 0.45 | 0.51 |
| Hex | BA | 8E | 49 | 0 | 18 | 3D | 1B | 25 | 2D | 33 |
| Octal | 272 | 216 | 111 | 0 | 30 | 75 | 33 | 45 | 55 | 63 |
| Binary | 10111010 | 10001110 | 1001001 | 0 | 11000 | 111101 | 11011 | 100101 | 101101 | 110011 |
Color Harmonies of #BA8E49
Complementary color
Monochromatic Colors of #BA8E49
Black with #BA8E49
Text Example
Text Example
White with #BA8E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8E49; }
p { color: rgb(186,142,73); }
H1.HeaderClassName
{
color: #BA8E49;
}
.AnyTagClassName
{
color: #BA8E49;
}
</style>
background-color css
<style>
a { background-color: #BA8E49; }
a { background-color: rgb(186,142,73); }
div.DivClassName
{
background-color: #BA8E49;
}
.BgClassName
{
background-color: #BA8E49;
}
</style>
border-color css
<style>
span { border-color: #BA8E49; }
span { border-color: rgb(186,142,73); }
td.TdClassName
{
border-color: #BA8E49;
}
.TagClassName
{
border-color: #BA8E49;
}
</style>