Shades of Tussock #BA9650
Tints of Tussock #BA9650
RGB
CMYK
RGB Variations
Color information
#BA9650 (or 0xBA9650) is known color: Tussock. HEX triplet: BA, 96 and 50. RGB value is (186,150,80). Sum of RGB (Red+Green+Blue) = 186+150+80=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9650 is #4569AF. Grayscale: #999999. Windows color (decimal): -4549040 or 5281466. OLE color: 5281466.
HSL color Cylindrical-coordinate representation of color #BA9650: hue angle of 39.62º 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 #BA9650 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 80 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.27 |
| HSL | 39.62º | 0.43% | 0.52% | - |
| HSV(B) | 39.62º | 0.57% | 0.73% | - |
| XYZ | 32.6 | 32.83 | 12.21 | - |
| YUV | 152.78 | 86.93 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 80 | 0 | 0.19 | 0.57 | 0.27 | 39.62 | 0.43 | 0.52 |
| Hex | BA | 96 | 50 | 0 | 13 | 39 | 1B | 28 | 2B | 34 |
| Octal | 272 | 226 | 120 | 0 | 23 | 71 | 33 | 50 | 53 | 64 |
| Binary | 10111010 | 10010110 | 1010000 | 0 | 10011 | 111001 | 11011 | 101000 | 101011 | 110100 |
Color Harmonies of #BA9650
Complementary color
Monochromatic Colors of #BA9650
Black with #BA9650
Text Example
Text Example
White with #BA9650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9650; }
p { color: rgb(186,150,80); }
H1.HeaderClassName
{
color: #BA9650;
}
.AnyTagClassName
{
color: #BA9650;
}
</style>
background-color css
<style>
a { background-color: #BA9650; }
a { background-color: rgb(186,150,80); }
div.DivClassName
{
background-color: #BA9650;
}
.BgClassName
{
background-color: #BA9650;
}
</style>
border-color css
<style>
span { border-color: #BA9650; }
span { border-color: rgb(186,150,80); }
td.TdClassName
{
border-color: #BA9650;
}
.TagClassName
{
border-color: #BA9650;
}
</style>