Shades of Tussock #BA954C
Tints of Tussock #BA954C
RGB
CMYK
RGB Variations
Color information
#BA954C (or 0xBA954C) is known color: Tussock. HEX triplet: BA, 95 and 4C. RGB value is (186,149,76). Sum of RGB (Red+Green+Blue) = 186+149+76=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 76 (30.08% from 255 or 18.49% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA954C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA954C is #456AB3. Grayscale: #989898. Windows color (decimal): -4549300 or 5019066. OLE color: 5019066.
HSL color Cylindrical-coordinate representation of color #BA954C: hue angle of 39.82º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA954C is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 76 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.27 |
| HSL | 39.82º | 0.44% | 0.51% | - |
| HSV(B) | 39.82º | 0.59% | 0.73% | - |
| XYZ | 32.3 | 32.46 | 11.4 | - |
| YUV | 151.74 | 85.26 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 76 | 0 | 0.20 | 0.59 | 0.27 | 39.82 | 0.44 | 0.51 |
| Hex | BA | 95 | 4C | 0 | 14 | 3B | 1B | 28 | 2C | 33 |
| Octal | 272 | 225 | 114 | 0 | 24 | 73 | 33 | 50 | 54 | 63 |
| Binary | 10111010 | 10010101 | 1001100 | 0 | 10100 | 111011 | 11011 | 101000 | 101100 | 110011 |
Color Harmonies of #BA954C
Complementary color
Monochromatic Colors of #BA954C
Black with #BA954C
Text Example
Text Example
White with #BA954C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA954C; }
p { color: rgb(186,149,76); }
H1.HeaderClassName
{
color: #BA954C;
}
.AnyTagClassName
{
color: #BA954C;
}
</style>
background-color css
<style>
a { background-color: #BA954C; }
a { background-color: rgb(186,149,76); }
div.DivClassName
{
background-color: #BA954C;
}
.BgClassName
{
background-color: #BA954C;
}
</style>
border-color css
<style>
span { border-color: #BA954C; }
span { border-color: rgb(186,149,76); }
td.TdClassName
{
border-color: #BA954C;
}
.TagClassName
{
border-color: #BA954C;
}
</style>