Shades of Tussock #BA9550
Tints of Tussock #BA9550
RGB
CMYK
RGB Variations
Color information
#BA9550 (or 0xBA9550) is known color: Tussock. HEX triplet: BA, 95 and 50. RGB value is (186,149,80). Sum of RGB (Red+Green+Blue) = 186+149+80=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9550 is #456AAF. Grayscale: #989898. Windows color (decimal): -4549296 or 5281210. OLE color: 5281210.
HSL color Cylindrical-coordinate representation of color #BA9550: hue angle of 39.06º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA9550 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 80 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.27 |
| HSL | 39.06º | 0.43% | 0.52% | - |
| HSV(B) | 39.06º | 0.57% | 0.73% | - |
| XYZ | 32.45 | 32.51 | 12.16 | - |
| YUV | 152.2 | 87.26 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 80 | 0 | 0.20 | 0.57 | 0.27 | 39.06 | 0.43 | 0.52 |
| Hex | BA | 95 | 50 | 0 | 14 | 39 | 1B | 27 | 2B | 34 |
| Octal | 272 | 225 | 120 | 0 | 24 | 71 | 33 | 47 | 53 | 64 |
| Binary | 10111010 | 10010101 | 1010000 | 0 | 10100 | 111001 | 11011 | 100111 | 101011 | 110100 |
Color Harmonies of #BA9550
Complementary color
Monochromatic Colors of #BA9550
Black with #BA9550
Text Example
Text Example
White with #BA9550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9550; }
p { color: rgb(186,149,80); }
H1.HeaderClassName
{
color: #BA9550;
}
.AnyTagClassName
{
color: #BA9550;
}
</style>
background-color css
<style>
a { background-color: #BA9550; }
a { background-color: rgb(186,149,80); }
div.DivClassName
{
background-color: #BA9550;
}
.BgClassName
{
background-color: #BA9550;
}
</style>
border-color css
<style>
span { border-color: #BA9550; }
span { border-color: rgb(186,149,80); }
td.TdClassName
{
border-color: #BA9550;
}
.TagClassName
{
border-color: #BA9550;
}
</style>