Shades of Tussock #BA9551
Tints of Tussock #BA9551
RGB
CMYK
RGB Variations
Color information
#BA9551 (or 0xBA9551) is known color: Tussock. HEX triplet: BA, 95 and 51. RGB value is (186,149,81). Sum of RGB (Red+Green+Blue) = 186+149+81=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 81 (32.03% from 255 or 19.47% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9551 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9551 is #456AAE. Grayscale: #989898. Windows color (decimal): -4549295 or 5346746. OLE color: 5346746.
HSL color Cylindrical-coordinate representation of color #BA9551: hue angle of 38.86º 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 #BA9551 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 81 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.27 |
| HSL | 38.86º | 0.43% | 0.52% | - |
| HSV(B) | 38.86º | 0.56% | 0.73% | - |
| XYZ | 32.48 | 32.53 | 12.35 | - |
| YUV | 152.31 | 87.76 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 81 | 0 | 0.20 | 0.56 | 0.27 | 38.86 | 0.43 | 0.52 |
| Hex | BA | 95 | 51 | 0 | 14 | 38 | 1B | 27 | 2B | 34 |
| Octal | 272 | 225 | 121 | 0 | 24 | 70 | 33 | 47 | 53 | 64 |
| Binary | 10111010 | 10010101 | 1010001 | 0 | 10100 | 111000 | 11011 | 100111 | 101011 | 110100 |
Color Harmonies of #BA9551
Complementary color
Monochromatic Colors of #BA9551
Black with #BA9551
Text Example
Text Example
White with #BA9551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9551; }
p { color: rgb(186,149,81); }
H1.HeaderClassName
{
color: #BA9551;
}
.AnyTagClassName
{
color: #BA9551;
}
</style>
background-color css
<style>
a { background-color: #BA9551; }
a { background-color: rgb(186,149,81); }
div.DivClassName
{
background-color: #BA9551;
}
.BgClassName
{
background-color: #BA9551;
}
</style>
border-color css
<style>
span { border-color: #BA9551; }
span { border-color: rgb(186,149,81); }
td.TdClassName
{
border-color: #BA9551;
}
.TagClassName
{
border-color: #BA9551;
}
</style>