Shades of Tussock #BA924B
Tints of Tussock #BA924B
RGB
CMYK
RGB Variations
Color information
#BA924B (or 0xBA924B) is known color: Tussock. HEX triplet: BA, 92 and 4B. RGB value is (186,146,75). Sum of RGB (Red+Green+Blue) = 186+146+75=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA924B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA924B is #456DB4. Grayscale: #969696. Windows color (decimal): -4550069 or 4952762. OLE color: 4952762.
HSL color Cylindrical-coordinate representation of color #BA924B: hue angle of 38.38º 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 #BA924B is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 146 | 75 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.27 |
| HSL | 38.38º | 0.45% | 0.51% | - |
| HSV(B) | 38.38º | 0.6% | 0.73% | - |
| XYZ | 31.8 | 31.5 | 11.06 | - |
| YUV | 149.87 | 85.75 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 75 | 0 | 0.22 | 0.60 | 0.27 | 38.38 | 0.45 | 0.51 |
| Hex | BA | 92 | 4B | 0 | 16 | 3C | 1B | 26 | 2D | 33 |
| Octal | 272 | 222 | 113 | 0 | 26 | 74 | 33 | 46 | 55 | 63 |
| Binary | 10111010 | 10010010 | 1001011 | 0 | 10110 | 111100 | 11011 | 100110 | 101101 | 110011 |
Color Harmonies of #BA924B
Complementary color
Monochromatic Colors of #BA924B
Black with #BA924B
Text Example
Text Example
White with #BA924B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA924B; }
p { color: rgb(186,146,75); }
H1.HeaderClassName
{
color: #BA924B;
}
.AnyTagClassName
{
color: #BA924B;
}
</style>
background-color css
<style>
a { background-color: #BA924B; }
a { background-color: rgb(186,146,75); }
div.DivClassName
{
background-color: #BA924B;
}
.BgClassName
{
background-color: #BA924B;
}
</style>
border-color css
<style>
span { border-color: #BA924B; }
span { border-color: rgb(186,146,75); }
td.TdClassName
{
border-color: #BA924B;
}
.TagClassName
{
border-color: #BA924B;
}
</style>