Shades of Tana #BAB99E
Tints of Tana #BAB99E
RGB
CMYK
RGB Variations
Color information
#BAB99E (or 0xBAB99E) is known color: Tana. HEX triplet: BA, B9 and 9E. RGB value is (186,185,158). Sum of RGB (Red+Green+Blue) = 186+185+158=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 158 (62.11% from 255 or 29.87% from 529); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB99E is #454661. Grayscale: #B6B6B6. Windows color (decimal): -4540002 or 10402234. OLE color: 10402234.
HSL color Cylindrical-coordinate representation of color #BAB99E: hue angle of 57.86º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAB99E is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 185 | 158 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.27 |
| HSL | 57.86º | 0.17% | 0.67% | - |
| HSV(B) | 57.86º | 0.15% | 0.73% | - |
| XYZ | 43.77 | 47.61 | 39.23 | - |
| YUV | 182.22 | 114.33 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 158 | 0 | 0.01 | 0.15 | 0.27 | 57.86 | 0.17 | 0.67 |
| Hex | BA | B9 | 9E | 0 | 1 | F | 1B | 3A | 11 | 43 |
| Octal | 272 | 271 | 236 | 0 | 1 | 17 | 33 | 72 | 21 | 103 |
| Binary | 10111010 | 10111001 | 10011110 | 0 | 1 | 1111 | 11011 | 111010 | 10001 | 1000011 |
Color Harmonies of #BAB99E
Complementary color
Monochromatic Colors of #BAB99E
Black with #BAB99E
Text Example
Text Example
White with #BAB99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB99E; }
p { color: rgb(186,185,158); }
H1.HeaderClassName
{
color: #BAB99E;
}
.AnyTagClassName
{
color: #BAB99E;
}
</style>
background-color css
<style>
a { background-color: #BAB99E; }
a { background-color: rgb(186,185,158); }
div.DivClassName
{
background-color: #BAB99E;
}
.BgClassName
{
background-color: #BAB99E;
}
</style>
border-color css
<style>
span { border-color: #BAB99E; }
span { border-color: rgb(186,185,158); }
td.TdClassName
{
border-color: #BAB99E;
}
.TagClassName
{
border-color: #BAB99E;
}
</style>