Shades of Tussock #BA9750
Tints of Tussock #BA9750
RGB
CMYK
RGB Variations
Color information
#BA9750 (or 0xBA9750) is known color: Tussock. HEX triplet: BA, 97 and 50. RGB value is (186,151,80). Sum of RGB (Red+Green+Blue) = 186+151+80=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9750 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9750 is #4568AF. Grayscale: #999999. Windows color (decimal): -4548784 or 5281722. OLE color: 5281722.
HSL color Cylindrical-coordinate representation of color #BA9750: hue angle of 40.19º 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 #BA9750 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 151 | 80 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.27 |
| HSL | 40.19º | 0.43% | 0.52% | - |
| HSV(B) | 40.19º | 0.57% | 0.73% | - |
| XYZ | 32.76 | 33.15 | 12.26 | - |
| YUV | 153.37 | 86.6 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 151 | 80 | 0 | 0.19 | 0.57 | 0.27 | 40.19 | 0.43 | 0.52 |
| Hex | BA | 97 | 50 | 0 | 13 | 39 | 1B | 28 | 2B | 34 |
| Octal | 272 | 227 | 120 | 0 | 23 | 71 | 33 | 50 | 53 | 64 |
| Binary | 10111010 | 10010111 | 1010000 | 0 | 10011 | 111001 | 11011 | 101000 | 101011 | 110100 |
Color Harmonies of #BA9750
Complementary color
Monochromatic Colors of #BA9750
Black with #BA9750
Text Example
Text Example
White with #BA9750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9750; }
p { color: rgb(186,151,80); }
H1.HeaderClassName
{
color: #BA9750;
}
.AnyTagClassName
{
color: #BA9750;
}
</style>
background-color css
<style>
a { background-color: #BA9750; }
a { background-color: rgb(186,151,80); }
div.DivClassName
{
background-color: #BA9750;
}
.BgClassName
{
background-color: #BA9750;
}
</style>
border-color css
<style>
span { border-color: #BA9750; }
span { border-color: rgb(186,151,80); }
td.TdClassName
{
border-color: #BA9750;
}
.TagClassName
{
border-color: #BA9750;
}
</style>