Shades of Tussock #BA864A
Tints of Tussock #BA864A
RGB
CMYK
RGB Variations
Color information
#BA864A (or 0xBA864A) is known color: Tussock. HEX triplet: BA, 86 and 4A. RGB value is (186,134,74). Sum of RGB (Red+Green+Blue) = 186+134+74=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA864A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA864A is #4579B5. Grayscale: #8F8F8F. Windows color (decimal): -4553142 or 4884154. OLE color: 4884154.
HSL color Cylindrical-coordinate representation of color #BA864A: hue angle of 32.14º 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 #BA864A is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 134 | 74 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.27 |
| HSL | 32.14º | 0.45% | 0.51% | - |
| HSV(B) | 32.14º | 0.6% | 0.73% | - |
| XYZ | 30.01 | 27.98 | 10.3 | - |
| YUV | 142.71 | 89.23 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 74 | 0 | 0.28 | 0.60 | 0.27 | 32.14 | 0.45 | 0.51 |
| Hex | BA | 86 | 4A | 0 | 1C | 3C | 1B | 20 | 2D | 33 |
| Octal | 272 | 206 | 112 | 0 | 34 | 74 | 33 | 40 | 55 | 63 |
| Binary | 10111010 | 10000110 | 1001010 | 0 | 11100 | 111100 | 11011 | 100000 | 101101 | 110011 |
Color Harmonies of #BA864A
Complementary color
Monochromatic Colors of #BA864A
Black with #BA864A
Text Example
Text Example
White with #BA864A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA864A; }
p { color: rgb(186,134,74); }
H1.HeaderClassName
{
color: #BA864A;
}
.AnyTagClassName
{
color: #BA864A;
}
</style>
background-color css
<style>
a { background-color: #BA864A; }
a { background-color: rgb(186,134,74); }
div.DivClassName
{
background-color: #BA864A;
}
.BgClassName
{
background-color: #BA864A;
}
</style>
border-color css
<style>
span { border-color: #BA864A; }
span { border-color: rgb(186,134,74); }
td.TdClassName
{
border-color: #BA864A;
}
.TagClassName
{
border-color: #BA864A;
}
</style>