Shades of Tussock #BA934D
Tints of Tussock #BA934D
RGB
CMYK
RGB Variations
Color information
#BA934D (or 0xBA934D) is known color: Tussock. HEX triplet: BA, 93 and 4D. RGB value is (186,147,77). Sum of RGB (Red+Green+Blue) = 186+147+77=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 77 (30.47% from 255 or 18.78% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA934D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA934D is #456CB2. Grayscale: #969696. Windows color (decimal): -4549811 or 5084090. OLE color: 5084090.
HSL color Cylindrical-coordinate representation of color #BA934D: hue angle of 38.53º 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 #BA934D is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 147 | 77 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.27 |
| HSL | 38.53º | 0.44% | 0.52% | - |
| HSV(B) | 38.53º | 0.59% | 0.73% | - |
| XYZ | 32.02 | 31.84 | 11.48 | - |
| YUV | 150.68 | 86.42 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 77 | 0 | 0.21 | 0.59 | 0.27 | 38.53 | 0.44 | 0.52 |
| Hex | BA | 93 | 4D | 0 | 15 | 3B | 1B | 27 | 2C | 34 |
| Octal | 272 | 223 | 115 | 0 | 25 | 73 | 33 | 47 | 54 | 64 |
| Binary | 10111010 | 10010011 | 1001101 | 0 | 10101 | 111011 | 11011 | 100111 | 101100 | 110100 |
Color Harmonies of #BA934D
Complementary color
Monochromatic Colors of #BA934D
Black with #BA934D
Text Example
Text Example
White with #BA934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA934D; }
p { color: rgb(186,147,77); }
H1.HeaderClassName
{
color: #BA934D;
}
.AnyTagClassName
{
color: #BA934D;
}
</style>
background-color css
<style>
a { background-color: #BA934D; }
a { background-color: rgb(186,147,77); }
div.DivClassName
{
background-color: #BA934D;
}
.BgClassName
{
background-color: #BA934D;
}
</style>
border-color css
<style>
span { border-color: #BA934D; }
span { border-color: rgb(186,147,77); }
td.TdClassName
{
border-color: #BA934D;
}
.TagClassName
{
border-color: #BA934D;
}
</style>