Shades of Tussock #BA954B
Tints of Tussock #BA954B
RGB
CMYK
RGB Variations
Color information
#BA954B (or 0xBA954B) is known color: Tussock. HEX triplet: BA, 95 and 4B. RGB value is (186,149,75). Sum of RGB (Red+Green+Blue) = 186+149+75=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA954B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA954B is #456AB4. Grayscale: #979797. Windows color (decimal): -4549301 or 4953530. OLE color: 4953530.
HSL color Cylindrical-coordinate representation of color #BA954B: hue angle of 40º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA954B is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 75 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.27 |
| HSL | 40º | 0.45% | 0.51% | - |
| HSV(B) | 40º | 0.6% | 0.73% | - |
| XYZ | 32.27 | 32.44 | 11.22 | - |
| YUV | 151.63 | 84.76 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 75 | 0 | 0.20 | 0.60 | 0.27 | 40 | 0.45 | 0.51 |
| Hex | BA | 95 | 4B | 0 | 14 | 3C | 1B | 28 | 2D | 33 |
| Octal | 272 | 225 | 113 | 0 | 24 | 74 | 33 | 50 | 55 | 63 |
| Binary | 10111010 | 10010101 | 1001011 | 0 | 10100 | 111100 | 11011 | 101000 | 101101 | 110011 |
Color Harmonies of #BA954B
Complementary color
Monochromatic Colors of #BA954B
Black with #BA954B
Text Example
Text Example
White with #BA954B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA954B; }
p { color: rgb(186,149,75); }
H1.HeaderClassName
{
color: #BA954B;
}
.AnyTagClassName
{
color: #BA954B;
}
</style>
background-color css
<style>
a { background-color: #BA954B; }
a { background-color: rgb(186,149,75); }
div.DivClassName
{
background-color: #BA954B;
}
.BgClassName
{
background-color: #BA954B;
}
</style>
border-color css
<style>
span { border-color: #BA954B; }
span { border-color: rgb(186,149,75); }
td.TdClassName
{
border-color: #BA954B;
}
.TagClassName
{
border-color: #BA954B;
}
</style>