Shades of Tussock #BA924E
Tints of Tussock #BA924E
RGB
CMYK
RGB Variations
Color information
#BA924E (or 0xBA924E) is known color: Tussock. HEX triplet: BA, 92 and 4E. RGB value is (186,146,78). Sum of RGB (Red+Green+Blue) = 186+146+78=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 78 (30.86% from 255 or 19.02% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA924E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA924E is #456DB1. Grayscale: #969696. Windows color (decimal): -4550066 or 5149370. OLE color: 5149370.
HSL color Cylindrical-coordinate representation of color #BA924E: hue angle of 37.78º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA924E is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 146 | 78 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.27 |
| HSL | 37.78º | 0.44% | 0.52% | - |
| HSV(B) | 37.78º | 0.58% | 0.73% | - |
| XYZ | 31.9 | 31.55 | 11.62 | - |
| YUV | 150.21 | 87.25 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 78 | 0 | 0.22 | 0.58 | 0.27 | 37.78 | 0.44 | 0.52 |
| Hex | BA | 92 | 4E | 0 | 16 | 3A | 1B | 26 | 2C | 34 |
| Octal | 272 | 222 | 116 | 0 | 26 | 72 | 33 | 46 | 54 | 64 |
| Binary | 10111010 | 10010010 | 1001110 | 0 | 10110 | 111010 | 11011 | 100110 | 101100 | 110100 |
Color Harmonies of #BA924E
Complementary color
Monochromatic Colors of #BA924E
Black with #BA924E
Text Example
Text Example
White with #BA924E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA924E; }
p { color: rgb(186,146,78); }
H1.HeaderClassName
{
color: #BA924E;
}
.AnyTagClassName
{
color: #BA924E;
}
</style>
background-color css
<style>
a { background-color: #BA924E; }
a { background-color: rgb(186,146,78); }
div.DivClassName
{
background-color: #BA924E;
}
.BgClassName
{
background-color: #BA924E;
}
</style>
border-color css
<style>
span { border-color: #BA924E; }
span { border-color: rgb(186,146,78); }
td.TdClassName
{
border-color: #BA924E;
}
.TagClassName
{
border-color: #BA924E;
}
</style>