Shades of Tussock #BA8C49
Tints of Tussock #BA8C49
RGB
CMYK
RGB Variations
Color information
#BA8C49 (or 0xBA8C49) is known color: Tussock. HEX triplet: BA, 8C and 49. RGB value is (186,140,73). Sum of RGB (Red+Green+Blue) = 186+140+73=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8C49 is #4573B6. Grayscale: #929292. Windows color (decimal): -4551607 or 4820154. OLE color: 4820154.
HSL color Cylindrical-coordinate representation of color #BA8C49: hue angle of 35.58º 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 #BA8C49 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 140 | 73 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.27 |
| HSL | 35.58º | 0.45% | 0.51% | - |
| HSV(B) | 35.58º | 0.61% | 0.73% | - |
| XYZ | 30.83 | 29.68 | 10.41 | - |
| YUV | 146.12 | 86.74 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 73 | 0 | 0.25 | 0.61 | 0.27 | 35.58 | 0.45 | 0.51 |
| Hex | BA | 8C | 49 | 0 | 19 | 3D | 1B | 24 | 2D | 33 |
| Octal | 272 | 214 | 111 | 0 | 31 | 75 | 33 | 44 | 55 | 63 |
| Binary | 10111010 | 10001100 | 1001001 | 0 | 11001 | 111101 | 11011 | 100100 | 101101 | 110011 |
Color Harmonies of #BA8C49
Complementary color
Monochromatic Colors of #BA8C49
Black with #BA8C49
Text Example
Text Example
White with #BA8C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8C49; }
p { color: rgb(186,140,73); }
H1.HeaderClassName
{
color: #BA8C49;
}
.AnyTagClassName
{
color: #BA8C49;
}
</style>
background-color css
<style>
a { background-color: #BA8C49; }
a { background-color: rgb(186,140,73); }
div.DivClassName
{
background-color: #BA8C49;
}
.BgClassName
{
background-color: #BA8C49;
}
</style>
border-color css
<style>
span { border-color: #BA8C49; }
span { border-color: rgb(186,140,73); }
td.TdClassName
{
border-color: #BA8C49;
}
.TagClassName
{
border-color: #BA8C49;
}
</style>