Shades of Tussock #BA944A
Tints of Tussock #BA944A
RGB
CMYK
RGB Variations
Color information
#BA944A (or 0xBA944A) is known color: Tussock. HEX triplet: BA, 94 and 4A. RGB value is (186,148,74). Sum of RGB (Red+Green+Blue) = 186+148+74=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA944A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA944A is #456BB5. Grayscale: #979797. Windows color (decimal): -4549558 or 4887738. OLE color: 4887738.
HSL color Cylindrical-coordinate representation of color #BA944A: hue angle of 39.64º 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 #BA944A is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 148 | 74 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.27 |
| HSL | 39.64º | 0.45% | 0.51% | - |
| HSV(B) | 39.64º | 0.6% | 0.73% | - |
| XYZ | 32.08 | 32.11 | 10.99 | - |
| YUV | 150.93 | 84.59 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 74 | 0 | 0.20 | 0.60 | 0.27 | 39.64 | 0.45 | 0.51 |
| Hex | BA | 94 | 4A | 0 | 14 | 3C | 1B | 28 | 2D | 33 |
| Octal | 272 | 224 | 112 | 0 | 24 | 74 | 33 | 50 | 55 | 63 |
| Binary | 10111010 | 10010100 | 1001010 | 0 | 10100 | 111100 | 11011 | 101000 | 101101 | 110011 |
Color Harmonies of #BA944A
Complementary color
Monochromatic Colors of #BA944A
Black with #BA944A
Text Example
Text Example
White with #BA944A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA944A; }
p { color: rgb(186,148,74); }
H1.HeaderClassName
{
color: #BA944A;
}
.AnyTagClassName
{
color: #BA944A;
}
</style>
background-color css
<style>
a { background-color: #BA944A; }
a { background-color: rgb(186,148,74); }
div.DivClassName
{
background-color: #BA944A;
}
.BgClassName
{
background-color: #BA944A;
}
</style>
border-color css
<style>
span { border-color: #BA944A; }
span { border-color: rgb(186,148,74); }
td.TdClassName
{
border-color: #BA944A;
}
.TagClassName
{
border-color: #BA944A;
}
</style>