Shades of Tussock #BA9552
Tints of Tussock #BA9552
RGB
CMYK
RGB Variations
Color information
#BA9552 (or 0xBA9552) is known color: Tussock. HEX triplet: BA, 95 and 52. RGB value is (186,149,82). Sum of RGB (Red+Green+Blue) = 186+149+82=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 82 (32.42% from 255 or 19.66% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9552 is #456AAD. Grayscale: #989898. Windows color (decimal): -4549294 or 5412282. OLE color: 5412282.
HSL color Cylindrical-coordinate representation of color #BA9552: hue angle of 38.65º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA9552 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 82 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.27 |
| HSL | 38.65º | 0.43% | 0.53% | - |
| HSV(B) | 38.65º | 0.56% | 0.73% | - |
| XYZ | 32.52 | 32.54 | 12.55 | - |
| YUV | 152.43 | 88.26 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 82 | 0 | 0.20 | 0.56 | 0.27 | 38.65 | 0.43 | 0.53 |
| Hex | BA | 95 | 52 | 0 | 14 | 38 | 1B | 27 | 2B | 35 |
| Octal | 272 | 225 | 122 | 0 | 24 | 70 | 33 | 47 | 53 | 65 |
| Binary | 10111010 | 10010101 | 1010010 | 0 | 10100 | 111000 | 11011 | 100111 | 101011 | 110101 |
Color Harmonies of #BA9552
Complementary color
Monochromatic Colors of #BA9552
Black with #BA9552
Text Example
Text Example
White with #BA9552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9552; }
p { color: rgb(186,149,82); }
H1.HeaderClassName
{
color: #BA9552;
}
.AnyTagClassName
{
color: #BA9552;
}
</style>
background-color css
<style>
a { background-color: #BA9552; }
a { background-color: rgb(186,149,82); }
div.DivClassName
{
background-color: #BA9552;
}
.BgClassName
{
background-color: #BA9552;
}
</style>
border-color css
<style>
span { border-color: #BA9552; }
span { border-color: rgb(186,149,82); }
td.TdClassName
{
border-color: #BA9552;
}
.TagClassName
{
border-color: #BA9552;
}
</style>