Shades of Tana #BAB89A
Tints of Tana #BAB89A
RGB
CMYK
RGB Variations
Color information
#BAB89A (or 0xBAB89A) is known color: Tana. HEX triplet: BA, B8 and 9A. RGB value is (186,184,154). Sum of RGB (Red+Green+Blue) = 186+184+154=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 184 (72.27% from 255 or 35.11% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB89A is #454765. Grayscale: #B5B5B5. Windows color (decimal): -4540262 or 10139834. OLE color: 10139834.
HSL color Cylindrical-coordinate representation of color #BAB89A: hue angle of 56.25º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAB89A is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 154 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.27 |
| HSL | 56.25º | 0.19% | 0.67% | - |
| HSV(B) | 56.25º | 0.17% | 0.73% | - |
| XYZ | 43.22 | 47.05 | 37.38 | - |
| YUV | 181.18 | 112.66 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 154 | 0 | 0.01 | 0.17 | 0.27 | 56.25 | 0.19 | 0.67 |
| Hex | BA | B8 | 9A | 0 | 1 | 11 | 1B | 38 | 13 | 43 |
| Octal | 272 | 270 | 232 | 0 | 1 | 21 | 33 | 70 | 23 | 103 |
| Binary | 10111010 | 10111000 | 10011010 | 0 | 1 | 10001 | 11011 | 111000 | 10011 | 1000011 |
Color Harmonies of #BAB89A
Complementary color
Monochromatic Colors of #BAB89A
Black with #BAB89A
Text Example
Text Example
White with #BAB89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB89A; }
p { color: rgb(186,184,154); }
H1.HeaderClassName
{
color: #BAB89A;
}
.AnyTagClassName
{
color: #BAB89A;
}
</style>
background-color css
<style>
a { background-color: #BAB89A; }
a { background-color: rgb(186,184,154); }
div.DivClassName
{
background-color: #BAB89A;
}
.BgClassName
{
background-color: #BAB89A;
}
</style>
border-color css
<style>
span { border-color: #BAB89A; }
span { border-color: rgb(186,184,154); }
td.TdClassName
{
border-color: #BAB89A;
}
.TagClassName
{
border-color: #BAB89A;
}
</style>