Shades of Tussock #BA8649
Tints of Tussock #BA8649
RGB
CMYK
RGB Variations
Color information
#BA8649 (or 0xBA8649) is known color: Tussock. HEX triplet: BA, 86 and 49. RGB value is (186,134,73). Sum of RGB (Red+Green+Blue) = 186+134+73=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8649 is #4579B6. Grayscale: #8E8E8E. Windows color (decimal): -4553143 or 4818618. OLE color: 4818618.
HSL color Cylindrical-coordinate representation of color #BA8649: hue angle of 32.39º 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 #BA8649 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 134 | 73 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.27 |
| HSL | 32.39º | 0.45% | 0.51% | - |
| HSV(B) | 32.39º | 0.61% | 0.73% | - |
| XYZ | 29.98 | 27.97 | 10.12 | - |
| YUV | 142.59 | 88.73 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 73 | 0 | 0.28 | 0.61 | 0.27 | 32.39 | 0.45 | 0.51 |
| Hex | BA | 86 | 49 | 0 | 1C | 3D | 1B | 20 | 2D | 33 |
| Octal | 272 | 206 | 111 | 0 | 34 | 75 | 33 | 40 | 55 | 63 |
| Binary | 10111010 | 10000110 | 1001001 | 0 | 11100 | 111101 | 11011 | 100000 | 101101 | 110011 |
Color Harmonies of #BA8649
Complementary color
Monochromatic Colors of #BA8649
Black with #BA8649
Text Example
Text Example
White with #BA8649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8649; }
p { color: rgb(186,134,73); }
H1.HeaderClassName
{
color: #BA8649;
}
.AnyTagClassName
{
color: #BA8649;
}
</style>
background-color css
<style>
a { background-color: #BA8649; }
a { background-color: rgb(186,134,73); }
div.DivClassName
{
background-color: #BA8649;
}
.BgClassName
{
background-color: #BA8649;
}
</style>
border-color css
<style>
span { border-color: #BA8649; }
span { border-color: rgb(186,134,73); }
td.TdClassName
{
border-color: #BA8649;
}
.TagClassName
{
border-color: #BA8649;
}
</style>