Shades of Tussock #BA9145
Tints of Tussock #BA9145
RGB
CMYK
RGB Variations
Color information
#BA9145 (or 0xBA9145) is known color: Tussock. HEX triplet: BA, 91 and 45. RGB value is (186,145,69). Sum of RGB (Red+Green+Blue) = 186+145+69=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9145 is #456EBA. Grayscale: #949494. Windows color (decimal): -4550331 or 4559290. OLE color: 4559290.
HSL color Cylindrical-coordinate representation of color #BA9145: hue angle of 38.97º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA9145 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 145 | 69 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.27 |
| HSL | 38.97º | 0.46% | 0.5% | - |
| HSV(B) | 38.97º | 0.63% | 0.73% | - |
| XYZ | 31.45 | 31.12 | 9.98 | - |
| YUV | 148.6 | 83.08 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 69 | 0 | 0.22 | 0.63 | 0.27 | 38.97 | 0.46 | 0.5 |
| Hex | BA | 91 | 45 | 0 | 16 | 3F | 1B | 27 | 2E | 32 |
| Octal | 272 | 221 | 105 | 0 | 26 | 77 | 33 | 47 | 56 | 62 |
| Binary | 10111010 | 10010001 | 1000101 | 0 | 10110 | 111111 | 11011 | 100111 | 101110 | 110010 |
Color Harmonies of #BA9145
Complementary color
Monochromatic Colors of #BA9145
Black with #BA9145
Text Example
Text Example
White with #BA9145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9145; }
p { color: rgb(186,145,69); }
H1.HeaderClassName
{
color: #BA9145;
}
.AnyTagClassName
{
color: #BA9145;
}
</style>
background-color css
<style>
a { background-color: #BA9145; }
a { background-color: rgb(186,145,69); }
div.DivClassName
{
background-color: #BA9145;
}
.BgClassName
{
background-color: #BA9145;
}
</style>
border-color css
<style>
span { border-color: #BA9145; }
span { border-color: rgb(186,145,69); }
td.TdClassName
{
border-color: #BA9145;
}
.TagClassName
{
border-color: #BA9145;
}
</style>