Shades of Tussock #BA854E
Tints of Tussock #BA854E
RGB
CMYK
RGB Variations
Color information
#BA854E (or 0xBA854E) is known color: Tussock. HEX triplet: BA, 85 and 4E. RGB value is (186,133,78). Sum of RGB (Red+Green+Blue) = 186+133+78=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA854E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA854E is #457AB1. Grayscale: #8E8E8E. Windows color (decimal): -4553394 or 5146042. OLE color: 5146042.
HSL color Cylindrical-coordinate representation of color #BA854E: hue angle of 30.56º 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 #BA854E is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 133 | 78 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.27 |
| HSL | 30.56º | 0.44% | 0.52% | - |
| HSV(B) | 30.56º | 0.58% | 0.73% | - |
| XYZ | 30.01 | 27.76 | 10.98 | - |
| YUV | 142.58 | 91.56 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 78 | 0 | 0.28 | 0.58 | 0.27 | 30.56 | 0.44 | 0.52 |
| Hex | BA | 85 | 4E | 0 | 1C | 3A | 1B | 1F | 2C | 34 |
| Octal | 272 | 205 | 116 | 0 | 34 | 72 | 33 | 37 | 54 | 64 |
| Binary | 10111010 | 10000101 | 1001110 | 0 | 11100 | 111010 | 11011 | 11111 | 101100 | 110100 |
Color Harmonies of #BA854E
Complementary color
Monochromatic Colors of #BA854E
Black with #BA854E
Text Example
Text Example
White with #BA854E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA854E; }
p { color: rgb(186,133,78); }
H1.HeaderClassName
{
color: #BA854E;
}
.AnyTagClassName
{
color: #BA854E;
}
</style>
background-color css
<style>
a { background-color: #BA854E; }
a { background-color: rgb(186,133,78); }
div.DivClassName
{
background-color: #BA854E;
}
.BgClassName
{
background-color: #BA854E;
}
</style>
border-color css
<style>
span { border-color: #BA854E; }
span { border-color: rgb(186,133,78); }
td.TdClassName
{
border-color: #BA854E;
}
.TagClassName
{
border-color: #BA854E;
}
</style>