Shades of Tussock #BA8A49
Tints of Tussock #BA8A49
RGB
CMYK
RGB Variations
Color information
#BA8A49 (or 0xBA8A49) is known color: Tussock. HEX triplet: BA, 8A and 49. RGB value is (186,138,73). Sum of RGB (Red+Green+Blue) = 186+138+73=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8A49 is #4575B6. Grayscale: #919191. Windows color (decimal): -4552119 or 4819642. OLE color: 4819642.
HSL color Cylindrical-coordinate representation of color #BA8A49: hue angle of 34.51º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA8A49 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 138 | 73 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.27 |
| HSL | 34.51º | 0.45% | 0.51% | - |
| HSV(B) | 34.51º | 0.61% | 0.73% | - |
| XYZ | 30.54 | 29.1 | 10.31 | - |
| YUV | 144.94 | 87.4 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 73 | 0 | 0.26 | 0.61 | 0.27 | 34.51 | 0.45 | 0.51 |
| Hex | BA | 8A | 49 | 0 | 1A | 3D | 1B | 23 | 2D | 33 |
| Octal | 272 | 212 | 111 | 0 | 32 | 75 | 33 | 43 | 55 | 63 |
| Binary | 10111010 | 10001010 | 1001001 | 0 | 11010 | 111101 | 11011 | 100011 | 101101 | 110011 |
Color Harmonies of #BA8A49
Complementary color
Monochromatic Colors of #BA8A49
Black with #BA8A49
Text Example
Text Example
White with #BA8A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8A49; }
p { color: rgb(186,138,73); }
H1.HeaderClassName
{
color: #BA8A49;
}
.AnyTagClassName
{
color: #BA8A49;
}
</style>
background-color css
<style>
a { background-color: #BA8A49; }
a { background-color: rgb(186,138,73); }
div.DivClassName
{
background-color: #BA8A49;
}
.BgClassName
{
background-color: #BA8A49;
}
</style>
border-color css
<style>
span { border-color: #BA8A49; }
span { border-color: rgb(186,138,73); }
td.TdClassName
{
border-color: #BA8A49;
}
.TagClassName
{
border-color: #BA8A49;
}
</style>