Shades of Tussock #BA964D
Tints of Tussock #BA964D
RGB
CMYK
RGB Variations
Color information
#BA964D (or 0xBA964D) is known color: Tussock. HEX triplet: BA, 96 and 4D. RGB value is (186,150,77). Sum of RGB (Red+Green+Blue) = 186+150+77=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA964D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA964D is #4569B2. Grayscale: #989898. Windows color (decimal): -4549043 or 5084858. OLE color: 5084858.
HSL color Cylindrical-coordinate representation of color #BA964D: hue angle of 40.18º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA964D is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 77 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.27 |
| HSL | 40.18º | 0.44% | 0.52% | - |
| HSV(B) | 40.18º | 0.59% | 0.73% | - |
| XYZ | 32.5 | 32.79 | 11.64 | - |
| YUV | 152.44 | 85.43 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 77 | 0 | 0.19 | 0.59 | 0.27 | 40.18 | 0.44 | 0.52 |
| Hex | BA | 96 | 4D | 0 | 13 | 3B | 1B | 28 | 2C | 34 |
| Octal | 272 | 226 | 115 | 0 | 23 | 73 | 33 | 50 | 54 | 64 |
| Binary | 10111010 | 10010110 | 1001101 | 0 | 10011 | 111011 | 11011 | 101000 | 101100 | 110100 |
Color Harmonies of #BA964D
Complementary color
Monochromatic Colors of #BA964D
Black with #BA964D
Text Example
Text Example
White with #BA964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA964D; }
p { color: rgb(186,150,77); }
H1.HeaderClassName
{
color: #BA964D;
}
.AnyTagClassName
{
color: #BA964D;
}
</style>
background-color css
<style>
a { background-color: #BA964D; }
a { background-color: rgb(186,150,77); }
div.DivClassName
{
background-color: #BA964D;
}
.BgClassName
{
background-color: #BA964D;
}
</style>
border-color css
<style>
span { border-color: #BA964D; }
span { border-color: rgb(186,150,77); }
td.TdClassName
{
border-color: #BA964D;
}
.TagClassName
{
border-color: #BA964D;
}
</style>