Shades of Tussock #BA8549
Tints of Tussock #BA8549
RGB
CMYK
RGB Variations
Color information
#BA8549 (or 0xBA8549) is known color: Tussock. HEX triplet: BA, 85 and 49. RGB value is (186,133,73). Sum of RGB (Red+Green+Blue) = 186+133+73=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 73 (28.91% from 255 or 18.62% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8549 is #457AB6. Grayscale: #8E8E8E. Windows color (decimal): -4553399 or 4818362. OLE color: 4818362.
HSL color Cylindrical-coordinate representation of color #BA8549: hue angle of 31.86º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA8549 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 133 | 73 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.27 |
| HSL | 31.86º | 0.45% | 0.51% | - |
| HSV(B) | 31.86º | 0.61% | 0.73% | - |
| XYZ | 29.84 | 27.7 | 10.08 | - |
| YUV | 142.01 | 89.06 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 73 | 0 | 0.28 | 0.61 | 0.27 | 31.86 | 0.45 | 0.51 |
| Hex | BA | 85 | 49 | 0 | 1C | 3D | 1B | 20 | 2D | 33 |
| Octal | 272 | 205 | 111 | 0 | 34 | 75 | 33 | 40 | 55 | 63 |
| Binary | 10111010 | 10000101 | 1001001 | 0 | 11100 | 111101 | 11011 | 100000 | 101101 | 110011 |
Color Harmonies of #BA8549
Complementary color
Monochromatic Colors of #BA8549
Black with #BA8549
Text Example
Text Example
White with #BA8549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8549; }
p { color: rgb(186,133,73); }
H1.HeaderClassName
{
color: #BA8549;
}
.AnyTagClassName
{
color: #BA8549;
}
</style>
background-color css
<style>
a { background-color: #BA8549; }
a { background-color: rgb(186,133,73); }
div.DivClassName
{
background-color: #BA8549;
}
.BgClassName
{
background-color: #BA8549;
}
</style>
border-color css
<style>
span { border-color: #BA8549; }
span { border-color: rgb(186,133,73); }
td.TdClassName
{
border-color: #BA8549;
}
.TagClassName
{
border-color: #BA8549;
}
</style>