Shades of Tussock #BA9851
Tints of Tussock #BA9851
RGB
CMYK
RGB Variations
Color information
#BA9851 (or 0xBA9851) is known color: Tussock. HEX triplet: BA, 98 and 51. RGB value is (186,152,81). Sum of RGB (Red+Green+Blue) = 186+152+81=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 81 (32.03% from 255 or 19.33% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9851 is #4567AE. Grayscale: #9A9A9A. Windows color (decimal): -4548527 or 5347514. OLE color: 5347514.
HSL color Cylindrical-coordinate representation of color #BA9851: hue angle of 40.57º 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 #BA9851 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 152 | 81 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.27 |
| HSL | 40.57º | 0.43% | 0.52% | - |
| HSV(B) | 40.57º | 0.56% | 0.73% | - |
| XYZ | 32.96 | 33.49 | 12.51 | - |
| YUV | 154.07 | 86.76 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 81 | 0 | 0.18 | 0.56 | 0.27 | 40.57 | 0.43 | 0.52 |
| Hex | BA | 98 | 51 | 0 | 12 | 38 | 1B | 29 | 2B | 34 |
| Octal | 272 | 230 | 121 | 0 | 22 | 70 | 33 | 51 | 53 | 64 |
| Binary | 10111010 | 10011000 | 1010001 | 0 | 10010 | 111000 | 11011 | 101001 | 101011 | 110100 |
Color Harmonies of #BA9851
Complementary color
Monochromatic Colors of #BA9851
Black with #BA9851
Text Example
Text Example
White with #BA9851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9851; }
p { color: rgb(186,152,81); }
H1.HeaderClassName
{
color: #BA9851;
}
.AnyTagClassName
{
color: #BA9851;
}
</style>
background-color css
<style>
a { background-color: #BA9851; }
a { background-color: rgb(186,152,81); }
div.DivClassName
{
background-color: #BA9851;
}
.BgClassName
{
background-color: #BA9851;
}
</style>
border-color css
<style>
span { border-color: #BA9851; }
span { border-color: rgb(186,152,81); }
td.TdClassName
{
border-color: #BA9851;
}
.TagClassName
{
border-color: #BA9851;
}
</style>