Shades of Tana #BAB899
Tints of Tana #BAB899
RGB
CMYK
RGB Variations
Color information
#BAB899 (or 0xBAB899) is known color: Tana. HEX triplet: BA, B8 and 99. RGB value is (186,184,153). Sum of RGB (Red+Green+Blue) = 186+184+153=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 153 (60.16% from 255 or 29.25% from 523); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB899 is #454766. Grayscale: #B5B5B5. Windows color (decimal): -4540263 or 10074298. OLE color: 10074298.
HSL color Cylindrical-coordinate representation of color #BAB899: hue angle of 56.36º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAB899 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 153 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.27 |
| HSL | 56.36º | 0.19% | 0.66% | - |
| HSV(B) | 56.36º | 0.18% | 0.73% | - |
| XYZ | 43.14 | 47.02 | 36.94 | - |
| YUV | 181.06 | 112.16 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 153 | 0 | 0.01 | 0.18 | 0.27 | 56.36 | 0.19 | 0.66 |
| Hex | BA | B8 | 99 | 0 | 1 | 12 | 1B | 38 | 13 | 42 |
| Octal | 272 | 270 | 231 | 0 | 1 | 22 | 33 | 70 | 23 | 102 |
| Binary | 10111010 | 10111000 | 10011001 | 0 | 1 | 10010 | 11011 | 111000 | 10011 | 1000010 |
Color Harmonies of #BAB899
Complementary color
Monochromatic Colors of #BAB899
Black with #BAB899
Text Example
Text Example
White with #BAB899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB899; }
p { color: rgb(186,184,153); }
H1.HeaderClassName
{
color: #BAB899;
}
.AnyTagClassName
{
color: #BAB899;
}
</style>
background-color css
<style>
a { background-color: #BAB899; }
a { background-color: rgb(186,184,153); }
div.DivClassName
{
background-color: #BAB899;
}
.BgClassName
{
background-color: #BAB899;
}
</style>
border-color css
<style>
span { border-color: #BAB899; }
span { border-color: rgb(186,184,153); }
td.TdClassName
{
border-color: #BAB899;
}
.TagClassName
{
border-color: #BAB899;
}
</style>