Shades of Tana #BAB79C
Tints of Tana #BAB79C
RGB
CMYK
RGB Variations
Color information
#BAB79C (or 0xBAB79C) is known color: Tana. HEX triplet: BA, B7 and 9C. RGB value is (186,183,156). Sum of RGB (Red+Green+Blue) = 186+183+156=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 183 (71.88% from 255 or 34.86% from 525); Blue value is 156 (61.33% from 255 or 29.71% from 525); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB79C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB79C is #454863. Grayscale: #B4B4B4. Windows color (decimal): -4540516 or 10270650. OLE color: 10270650.
HSL color Cylindrical-coordinate representation of color #BAB79C: hue angle of 54º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAB79C is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 156 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.27 |
| HSL | 54º | 0.18% | 0.67% | - |
| HSV(B) | 54º | 0.16% | 0.73% | - |
| XYZ | 43.18 | 46.71 | 38.19 | - |
| YUV | 180.82 | 113.99 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 156 | 0 | 0.02 | 0.16 | 0.27 | 54 | 0.18 | 0.67 |
| Hex | BA | B7 | 9C | 0 | 2 | 10 | 1B | 36 | 12 | 43 |
| Octal | 272 | 267 | 234 | 0 | 2 | 20 | 33 | 66 | 22 | 103 |
| Binary | 10111010 | 10110111 | 10011100 | 0 | 10 | 10000 | 11011 | 110110 | 10010 | 1000011 |
Color Harmonies of #BAB79C
Complementary color
Monochromatic Colors of #BAB79C
Black with #BAB79C
Text Example
Text Example
White with #BAB79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB79C; }
p { color: rgb(186,183,156); }
H1.HeaderClassName
{
color: #BAB79C;
}
.AnyTagClassName
{
color: #BAB79C;
}
</style>
background-color css
<style>
a { background-color: #BAB79C; }
a { background-color: rgb(186,183,156); }
div.DivClassName
{
background-color: #BAB79C;
}
.BgClassName
{
background-color: #BAB79C;
}
</style>
border-color css
<style>
span { border-color: #BAB79C; }
span { border-color: rgb(186,183,156); }
td.TdClassName
{
border-color: #BAB79C;
}
.TagClassName
{
border-color: #BAB79C;
}
</style>