Shades of Tussock #BA924F
Tints of Tussock #BA924F
RGB
CMYK
RGB Variations
Color information
#BA924F (or 0xBA924F) is known color: Tussock. HEX triplet: BA, 92 and 4F. RGB value is (186,146,79). Sum of RGB (Red+Green+Blue) = 186+146+79=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 79 (31.25% from 255 or 19.22% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA924F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA924F is #456DB0. Grayscale: #969696. Windows color (decimal): -4550065 or 5214906. OLE color: 5214906.
HSL color Cylindrical-coordinate representation of color #BA924F: hue angle of 37.57º 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 #BA924F is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 146 | 79 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.27 |
| HSL | 37.57º | 0.44% | 0.52% | - |
| HSV(B) | 37.57º | 0.58% | 0.73% | - |
| XYZ | 31.94 | 31.56 | 11.81 | - |
| YUV | 150.32 | 87.75 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 79 | 0 | 0.22 | 0.58 | 0.27 | 37.57 | 0.44 | 0.52 |
| Hex | BA | 92 | 4F | 0 | 16 | 3A | 1B | 26 | 2C | 34 |
| Octal | 272 | 222 | 117 | 0 | 26 | 72 | 33 | 46 | 54 | 64 |
| Binary | 10111010 | 10010010 | 1001111 | 0 | 10110 | 111010 | 11011 | 100110 | 101100 | 110100 |
Color Harmonies of #BA924F
Complementary color
Monochromatic Colors of #BA924F
Black with #BA924F
Text Example
Text Example
White with #BA924F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA924F; }
p { color: rgb(186,146,79); }
H1.HeaderClassName
{
color: #BA924F;
}
.AnyTagClassName
{
color: #BA924F;
}
</style>
background-color css
<style>
a { background-color: #BA924F; }
a { background-color: rgb(186,146,79); }
div.DivClassName
{
background-color: #BA924F;
}
.BgClassName
{
background-color: #BA924F;
}
</style>
border-color css
<style>
span { border-color: #BA924F; }
span { border-color: rgb(186,146,79); }
td.TdClassName
{
border-color: #BA924F;
}
.TagClassName
{
border-color: #BA924F;
}
</style>