Shades of Tussock #BA9251
Tints of Tussock #BA9251
RGB
CMYK
RGB Variations
Color information
#BA9251 (or 0xBA9251) is known color: Tussock. HEX triplet: BA, 92 and 51. RGB value is (186,146,81). Sum of RGB (Red+Green+Blue) = 186+146+81=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 81 (32.03% from 255 or 19.61% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9251 is #456DAE. Grayscale: #969696. Windows color (decimal): -4550063 or 5345978. OLE color: 5345978.
HSL color Cylindrical-coordinate representation of color #BA9251: hue angle of 37.14º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA9251 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 146 | 81 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.27 |
| HSL | 37.14º | 0.43% | 0.52% | - |
| HSV(B) | 37.14º | 0.56% | 0.73% | - |
| XYZ | 32.01 | 31.59 | 12.19 | - |
| YUV | 150.55 | 88.75 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 81 | 0 | 0.22 | 0.56 | 0.27 | 37.14 | 0.43 | 0.52 |
| Hex | BA | 92 | 51 | 0 | 16 | 38 | 1B | 25 | 2B | 34 |
| Octal | 272 | 222 | 121 | 0 | 26 | 70 | 33 | 45 | 53 | 64 |
| Binary | 10111010 | 10010010 | 1010001 | 0 | 10110 | 111000 | 11011 | 100101 | 101011 | 110100 |
Color Harmonies of #BA9251
Complementary color
Monochromatic Colors of #BA9251
Black with #BA9251
Text Example
Text Example
White with #BA9251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9251; }
p { color: rgb(186,146,81); }
H1.HeaderClassName
{
color: #BA9251;
}
.AnyTagClassName
{
color: #BA9251;
}
</style>
background-color css
<style>
a { background-color: #BA9251; }
a { background-color: rgb(186,146,81); }
div.DivClassName
{
background-color: #BA9251;
}
.BgClassName
{
background-color: #BA9251;
}
</style>
border-color css
<style>
span { border-color: #BA9251; }
span { border-color: rgb(186,146,81); }
td.TdClassName
{
border-color: #BA9251;
}
.TagClassName
{
border-color: #BA9251;
}
</style>