Shades of Tussock #BA934A
Tints of Tussock #BA934A
RGB
CMYK
RGB Variations
Color information
#BA934A (or 0xBA934A) is known color: Tussock. HEX triplet: BA, 93 and 4A. RGB value is (186,147,74). Sum of RGB (Red+Green+Blue) = 186+147+74=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA934A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA934A is #456CB5. Grayscale: #969696. Windows color (decimal): -4549814 or 4887482. OLE color: 4887482.
HSL color Cylindrical-coordinate representation of color #BA934A: hue angle of 39.11º 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 #BA934A is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 147 | 74 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.27 |
| HSL | 39.11º | 0.45% | 0.51% | - |
| HSV(B) | 39.11º | 0.6% | 0.73% | - |
| XYZ | 31.92 | 31.8 | 10.93 | - |
| YUV | 150.34 | 84.92 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 74 | 0 | 0.21 | 0.60 | 0.27 | 39.11 | 0.45 | 0.51 |
| Hex | BA | 93 | 4A | 0 | 15 | 3C | 1B | 27 | 2D | 33 |
| Octal | 272 | 223 | 112 | 0 | 25 | 74 | 33 | 47 | 55 | 63 |
| Binary | 10111010 | 10010011 | 1001010 | 0 | 10101 | 111100 | 11011 | 100111 | 101101 | 110011 |
Color Harmonies of #BA934A
Complementary color
Monochromatic Colors of #BA934A
Black with #BA934A
Text Example
Text Example
White with #BA934A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA934A; }
p { color: rgb(186,147,74); }
H1.HeaderClassName
{
color: #BA934A;
}
.AnyTagClassName
{
color: #BA934A;
}
</style>
background-color css
<style>
a { background-color: #BA934A; }
a { background-color: rgb(186,147,74); }
div.DivClassName
{
background-color: #BA934A;
}
.BgClassName
{
background-color: #BA934A;
}
</style>
border-color css
<style>
span { border-color: #BA934A; }
span { border-color: rgb(186,147,74); }
td.TdClassName
{
border-color: #BA934A;
}
.TagClassName
{
border-color: #BA934A;
}
</style>