Shades of Tussock #BA944C
Tints of Tussock #BA944C
RGB
CMYK
RGB Variations
Color information
#BA944C (or 0xBA944C) is known color: Tussock. HEX triplet: BA, 94 and 4C. RGB value is (186,148,76). Sum of RGB (Red+Green+Blue) = 186+148+76=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 76 (30.08% from 255 or 18.54% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA944C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA944C is #456BB3. Grayscale: #979797. Windows color (decimal): -4549556 or 5018810. OLE color: 5018810.
HSL color Cylindrical-coordinate representation of color #BA944C: hue angle of 39.27º 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 #BA944C is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 148 | 76 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.27 |
| HSL | 39.27º | 0.44% | 0.51% | - |
| HSV(B) | 39.27º | 0.59% | 0.73% | - |
| XYZ | 32.14 | 32.14 | 11.35 | - |
| YUV | 151.15 | 85.59 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 76 | 0 | 0.20 | 0.59 | 0.27 | 39.27 | 0.44 | 0.51 |
| Hex | BA | 94 | 4C | 0 | 14 | 3B | 1B | 27 | 2C | 33 |
| Octal | 272 | 224 | 114 | 0 | 24 | 73 | 33 | 47 | 54 | 63 |
| Binary | 10111010 | 10010100 | 1001100 | 0 | 10100 | 111011 | 11011 | 100111 | 101100 | 110011 |
Color Harmonies of #BA944C
Complementary color
Monochromatic Colors of #BA944C
Black with #BA944C
Text Example
Text Example
White with #BA944C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA944C; }
p { color: rgb(186,148,76); }
H1.HeaderClassName
{
color: #BA944C;
}
.AnyTagClassName
{
color: #BA944C;
}
</style>
background-color css
<style>
a { background-color: #BA944C; }
a { background-color: rgb(186,148,76); }
div.DivClassName
{
background-color: #BA944C;
}
.BgClassName
{
background-color: #BA944C;
}
</style>
border-color css
<style>
span { border-color: #BA944C; }
span { border-color: rgb(186,148,76); }
td.TdClassName
{
border-color: #BA944C;
}
.TagClassName
{
border-color: #BA944C;
}
</style>