Shades of Tana #BAB99F
Tints of Tana #BAB99F
RGB
CMYK
RGB Variations
Color information
#BAB99F (or 0xBAB99F) is known color: Tana. HEX triplet: BA, B9 and 9F. RGB value is (186,185,159). Sum of RGB (Red+Green+Blue) = 186+185+159=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 159 (62.5% from 255 or 30% from 530); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB99F is #454660. Grayscale: #B6B6B6. Windows color (decimal): -4540001 or 10467770. OLE color: 10467770.
HSL color Cylindrical-coordinate representation of color #BAB99F: hue angle of 57.78º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAB99F is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 185 | 159 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.27 |
| HSL | 57.78º | 0.16% | 0.68% | - |
| HSV(B) | 57.78º | 0.15% | 0.73% | - |
| XYZ | 43.86 | 47.64 | 39.68 | - |
| YUV | 182.34 | 114.83 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 159 | 0 | 0.01 | 0.15 | 0.27 | 57.78 | 0.16 | 0.68 |
| Hex | BA | B9 | 9F | 0 | 1 | F | 1B | 3A | 10 | 44 |
| Octal | 272 | 271 | 237 | 0 | 1 | 17 | 33 | 72 | 20 | 104 |
| Binary | 10111010 | 10111001 | 10011111 | 0 | 1 | 1111 | 11011 | 111010 | 10000 | 1000100 |
Color Harmonies of #BAB99F
Complementary color
Monochromatic Colors of #BAB99F
Black with #BAB99F
Text Example
Text Example
White with #BAB99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB99F; }
p { color: rgb(186,185,159); }
H1.HeaderClassName
{
color: #BAB99F;
}
.AnyTagClassName
{
color: #BAB99F;
}
</style>
background-color css
<style>
a { background-color: #BAB99F; }
a { background-color: rgb(186,185,159); }
div.DivClassName
{
background-color: #BAB99F;
}
.BgClassName
{
background-color: #BAB99F;
}
</style>
border-color css
<style>
span { border-color: #BAB99F; }
span { border-color: rgb(186,185,159); }
td.TdClassName
{
border-color: #BAB99F;
}
.TagClassName
{
border-color: #BAB99F;
}
</style>