Shades of Tussock #BA8A4C
Tints of Tussock #BA8A4C
RGB
CMYK
RGB Variations
Color information
#BA8A4C (or 0xBA8A4C) is known color: Tussock. HEX triplet: BA, 8A and 4C. RGB value is (186,138,76). Sum of RGB (Red+Green+Blue) = 186+138+76=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8A4C is #4575B3. Grayscale: #919191. Windows color (decimal): -4552116 or 5016250. OLE color: 5016250.
HSL color Cylindrical-coordinate representation of color #BA8A4C: hue angle of 33.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 #BA8A4C is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 138 | 76 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.27 |
| HSL | 33.82º | 0.44% | 0.51% | - |
| HSV(B) | 33.82º | 0.59% | 0.73% | - |
| XYZ | 30.64 | 29.14 | 10.85 | - |
| YUV | 145.28 | 88.9 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 76 | 0 | 0.26 | 0.59 | 0.27 | 33.82 | 0.44 | 0.51 |
| Hex | BA | 8A | 4C | 0 | 1A | 3B | 1B | 22 | 2C | 33 |
| Octal | 272 | 212 | 114 | 0 | 32 | 73 | 33 | 42 | 54 | 63 |
| Binary | 10111010 | 10001010 | 1001100 | 0 | 11010 | 111011 | 11011 | 100010 | 101100 | 110011 |
Color Harmonies of #BA8A4C
Complementary color
Monochromatic Colors of #BA8A4C
Black with #BA8A4C
Text Example
Text Example
White with #BA8A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8A4C; }
p { color: rgb(186,138,76); }
H1.HeaderClassName
{
color: #BA8A4C;
}
.AnyTagClassName
{
color: #BA8A4C;
}
</style>
background-color css
<style>
a { background-color: #BA8A4C; }
a { background-color: rgb(186,138,76); }
div.DivClassName
{
background-color: #BA8A4C;
}
.BgClassName
{
background-color: #BA8A4C;
}
</style>
border-color css
<style>
span { border-color: #BA8A4C; }
span { border-color: rgb(186,138,76); }
td.TdClassName
{
border-color: #BA8A4C;
}
.TagClassName
{
border-color: #BA8A4C;
}
</style>