Shades of Tussock #BA844E
Tints of Tussock #BA844E
RGB
CMYK
RGB Variations
Color information
#BA844E (or 0xBA844E) is known color: Tussock. HEX triplet: BA, 84 and 4E. RGB value is (186,132,78). Sum of RGB (Red+Green+Blue) = 186+132+78=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA844E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA844E is #457BB1. Grayscale: #8E8E8E. Windows color (decimal): -4553650 or 5145786. OLE color: 5145786.
HSL color Cylindrical-coordinate representation of color #BA844E: hue angle of 30º 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 #BA844E is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 78 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.27 |
| HSL | 30º | 0.44% | 0.52% | - |
| HSV(B) | 30º | 0.58% | 0.73% | - |
| XYZ | 29.88 | 27.49 | 10.94 | - |
| YUV | 141.99 | 91.89 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 78 | 0 | 0.29 | 0.58 | 0.27 | 30 | 0.44 | 0.52 |
| Hex | BA | 84 | 4E | 0 | 1D | 3A | 1B | 1E | 2C | 34 |
| Octal | 272 | 204 | 116 | 0 | 35 | 72 | 33 | 36 | 54 | 64 |
| Binary | 10111010 | 10000100 | 1001110 | 0 | 11101 | 111010 | 11011 | 11110 | 101100 | 110100 |
Color Harmonies of #BA844E
Complementary color
Monochromatic Colors of #BA844E
Black with #BA844E
Text Example
Text Example
White with #BA844E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA844E; }
p { color: rgb(186,132,78); }
H1.HeaderClassName
{
color: #BA844E;
}
.AnyTagClassName
{
color: #BA844E;
}
</style>
background-color css
<style>
a { background-color: #BA844E; }
a { background-color: rgb(186,132,78); }
div.DivClassName
{
background-color: #BA844E;
}
.BgClassName
{
background-color: #BA844E;
}
</style>
border-color css
<style>
span { border-color: #BA844E; }
span { border-color: rgb(186,132,78); }
td.TdClassName
{
border-color: #BA844E;
}
.TagClassName
{
border-color: #BA844E;
}
</style>