Shades of Tussock #BA8A4E
Tints of Tussock #BA8A4E
RGB
CMYK
RGB Variations
Color information
#BA8A4E (or 0xBA8A4E) is known color: Tussock. HEX triplet: BA, 8A and 4E. RGB value is (186,138,78). Sum of RGB (Red+Green+Blue) = 186+138+78=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8A4E is #4575B1. Grayscale: #919191. Windows color (decimal): -4552114 or 5147322. OLE color: 5147322.
HSL color Cylindrical-coordinate representation of color #BA8A4E: hue angle of 33.33º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA8A4E is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 138 | 78 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.27 |
| HSL | 33.33º | 0.44% | 0.52% | - |
| HSV(B) | 33.33º | 0.58% | 0.73% | - |
| XYZ | 30.71 | 29.17 | 11.22 | - |
| YUV | 145.51 | 89.9 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 78 | 0 | 0.26 | 0.58 | 0.27 | 33.33 | 0.44 | 0.52 |
| Hex | BA | 8A | 4E | 0 | 1A | 3A | 1B | 21 | 2C | 34 |
| Octal | 272 | 212 | 116 | 0 | 32 | 72 | 33 | 41 | 54 | 64 |
| Binary | 10111010 | 10001010 | 1001110 | 0 | 11010 | 111010 | 11011 | 100001 | 101100 | 110100 |
Color Harmonies of #BA8A4E
Complementary color
Monochromatic Colors of #BA8A4E
Black with #BA8A4E
Text Example
Text Example
White with #BA8A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8A4E; }
p { color: rgb(186,138,78); }
H1.HeaderClassName
{
color: #BA8A4E;
}
.AnyTagClassName
{
color: #BA8A4E;
}
</style>
background-color css
<style>
a { background-color: #BA8A4E; }
a { background-color: rgb(186,138,78); }
div.DivClassName
{
background-color: #BA8A4E;
}
.BgClassName
{
background-color: #BA8A4E;
}
</style>
border-color css
<style>
span { border-color: #BA8A4E; }
span { border-color: rgb(186,138,78); }
td.TdClassName
{
border-color: #BA8A4E;
}
.TagClassName
{
border-color: #BA8A4E;
}
</style>