Shades of Tussock #BA874D
Tints of Tussock #BA874D
RGB
CMYK
RGB Variations
Color information
#BA874D (or 0xBA874D) is known color: Tussock. HEX triplet: BA, 87 and 4D. RGB value is (186,135,77). Sum of RGB (Red+Green+Blue) = 186+135+77=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA874D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA874D is #4578B2. Grayscale: #8F8F8F. Windows color (decimal): -4552883 or 5081018. OLE color: 5081018.
HSL color Cylindrical-coordinate representation of color #BA874D: hue angle of 31.93º 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 #BA874D is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 135 | 77 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.27 |
| HSL | 31.93º | 0.44% | 0.52% | - |
| HSV(B) | 31.93º | 0.59% | 0.73% | - |
| XYZ | 30.25 | 28.3 | 10.89 | - |
| YUV | 143.64 | 90.4 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 77 | 0 | 0.27 | 0.59 | 0.27 | 31.93 | 0.44 | 0.52 |
| Hex | BA | 87 | 4D | 0 | 1B | 3B | 1B | 20 | 2C | 34 |
| Octal | 272 | 207 | 115 | 0 | 33 | 73 | 33 | 40 | 54 | 64 |
| Binary | 10111010 | 10000111 | 1001101 | 0 | 11011 | 111011 | 11011 | 100000 | 101100 | 110100 |
Color Harmonies of #BA874D
Complementary color
Monochromatic Colors of #BA874D
Black with #BA874D
Text Example
Text Example
White with #BA874D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA874D; }
p { color: rgb(186,135,77); }
H1.HeaderClassName
{
color: #BA874D;
}
.AnyTagClassName
{
color: #BA874D;
}
</style>
background-color css
<style>
a { background-color: #BA874D; }
a { background-color: rgb(186,135,77); }
div.DivClassName
{
background-color: #BA874D;
}
.BgClassName
{
background-color: #BA874D;
}
</style>
border-color css
<style>
span { border-color: #BA874D; }
span { border-color: rgb(186,135,77); }
td.TdClassName
{
border-color: #BA874D;
}
.TagClassName
{
border-color: #BA874D;
}
</style>