Shades of Tana #BAB8A4
Tints of Tana #BAB8A4
RGB
CMYK
RGB Variations
Color information
#BAB8A4 (or 0xBAB8A4) is known color: Tana. HEX triplet: BA, B8 and A4. RGB value is (186,184,164). Sum of RGB (Red+Green+Blue) = 186+184+164=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 184 (72.27% from 255 or 34.46% from 534); Blue value is 164 (64.45% from 255 or 30.71% from 534); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB8A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB8A4 is #45475B. Grayscale: #B6B6B6. Windows color (decimal): -4540252 or 10795194. OLE color: 10795194.
HSL color Cylindrical-coordinate representation of color #BAB8A4: hue angle of 54.55º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAB8A4 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 164 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.27 |
| HSL | 54.55º | 0.14% | 0.69% | - |
| HSV(B) | 54.55º | 0.12% | 0.73% | - |
| XYZ | 44.09 | 47.4 | 41.95 | - |
| YUV | 182.32 | 117.66 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 164 | 0 | 0.01 | 0.12 | 0.27 | 54.55 | 0.14 | 0.69 |
| Hex | BA | B8 | A4 | 0 | 1 | C | 1B | 37 | E | 45 |
| Octal | 272 | 270 | 244 | 0 | 1 | 14 | 33 | 67 | 16 | 105 |
| Binary | 10111010 | 10111000 | 10100100 | 0 | 1 | 1100 | 11011 | 110111 | 1110 | 1000101 |
Color Harmonies of #BAB8A4
Complementary color
Monochromatic Colors of #BAB8A4
Black with #BAB8A4
Text Example
Text Example
White with #BAB8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB8A4; }
p { color: rgb(186,184,164); }
H1.HeaderClassName
{
color: #BAB8A4;
}
.AnyTagClassName
{
color: #BAB8A4;
}
</style>
background-color css
<style>
a { background-color: #BAB8A4; }
a { background-color: rgb(186,184,164); }
div.DivClassName
{
background-color: #BAB8A4;
}
.BgClassName
{
background-color: #BAB8A4;
}
</style>
border-color css
<style>
span { border-color: #BAB8A4; }
span { border-color: rgb(186,184,164); }
td.TdClassName
{
border-color: #BAB8A4;
}
.TagClassName
{
border-color: #BAB8A4;
}
</style>