Shades of Tussock #BA974D
Tints of Tussock #BA974D
RGB
CMYK
RGB Variations
Color information
#BA974D (or 0xBA974D) is known color: Tussock. HEX triplet: BA, 97 and 4D. RGB value is (186,151,77). Sum of RGB (Red+Green+Blue) = 186+151+77=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 151 (59.38% from 255 or 36.47% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA974D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA974D is #4568B2. Grayscale: #999999. Windows color (decimal): -4548787 or 5085114. OLE color: 5085114.
HSL color Cylindrical-coordinate representation of color #BA974D: hue angle of 40.73º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA974D is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 151 | 77 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.27 |
| HSL | 40.73º | 0.44% | 0.52% | - |
| HSV(B) | 40.73º | 0.59% | 0.73% | - |
| XYZ | 32.66 | 33.11 | 11.69 | - |
| YUV | 153.03 | 85.1 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 151 | 77 | 0 | 0.19 | 0.59 | 0.27 | 40.73 | 0.44 | 0.52 |
| Hex | BA | 97 | 4D | 0 | 13 | 3B | 1B | 29 | 2C | 34 |
| Octal | 272 | 227 | 115 | 0 | 23 | 73 | 33 | 51 | 54 | 64 |
| Binary | 10111010 | 10010111 | 1001101 | 0 | 10011 | 111011 | 11011 | 101001 | 101100 | 110100 |
Color Harmonies of #BA974D
Complementary color
Monochromatic Colors of #BA974D
Black with #BA974D
Text Example
Text Example
White with #BA974D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA974D; }
p { color: rgb(186,151,77); }
H1.HeaderClassName
{
color: #BA974D;
}
.AnyTagClassName
{
color: #BA974D;
}
</style>
background-color css
<style>
a { background-color: #BA974D; }
a { background-color: rgb(186,151,77); }
div.DivClassName
{
background-color: #BA974D;
}
.BgClassName
{
background-color: #BA974D;
}
</style>
border-color css
<style>
span { border-color: #BA974D; }
span { border-color: rgb(186,151,77); }
td.TdClassName
{
border-color: #BA974D;
}
.TagClassName
{
border-color: #BA974D;
}
</style>