Shades of Tussock #BA964E
Tints of Tussock #BA964E
RGB
CMYK
RGB Variations
Color information
#BA964E (or 0xBA964E) is known color: Tussock. HEX triplet: BA, 96 and 4E. RGB value is (186,150,78). Sum of RGB (Red+Green+Blue) = 186+150+78=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 78 (30.86% from 255 or 18.84% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA964E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA964E is #4569B1. Grayscale: #989898. Windows color (decimal): -4549042 or 5150394. OLE color: 5150394.
HSL color Cylindrical-coordinate representation of color #BA964E: hue angle of 40º 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 #BA964E is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 78 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.27 |
| HSL | 40º | 0.44% | 0.52% | - |
| HSV(B) | 40º | 0.58% | 0.73% | - |
| XYZ | 32.53 | 32.8 | 11.82 | - |
| YUV | 152.56 | 85.93 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 78 | 0 | 0.19 | 0.58 | 0.27 | 40 | 0.44 | 0.52 |
| Hex | BA | 96 | 4E | 0 | 13 | 3A | 1B | 28 | 2C | 34 |
| Octal | 272 | 226 | 116 | 0 | 23 | 72 | 33 | 50 | 54 | 64 |
| Binary | 10111010 | 10010110 | 1001110 | 0 | 10011 | 111010 | 11011 | 101000 | 101100 | 110100 |
Color Harmonies of #BA964E
Complementary color
Monochromatic Colors of #BA964E
Black with #BA964E
Text Example
Text Example
White with #BA964E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA964E; }
p { color: rgb(186,150,78); }
H1.HeaderClassName
{
color: #BA964E;
}
.AnyTagClassName
{
color: #BA964E;
}
</style>
background-color css
<style>
a { background-color: #BA964E; }
a { background-color: rgb(186,150,78); }
div.DivClassName
{
background-color: #BA964E;
}
.BgClassName
{
background-color: #BA964E;
}
</style>
border-color css
<style>
span { border-color: #BA964E; }
span { border-color: rgb(186,150,78); }
td.TdClassName
{
border-color: #BA964E;
}
.TagClassName
{
border-color: #BA964E;
}
</style>