Shades of Tana #BAB79B
Tints of Tana #BAB79B
RGB
CMYK
RGB Variations
Color information
#BAB79B (or 0xBAB79B) is known color: Tana. HEX triplet: BA, B7 and 9B. RGB value is (186,183,155). Sum of RGB (Red+Green+Blue) = 186+183+155=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 183 (71.88% from 255 or 34.92% from 524); Blue value is 155 (60.94% from 255 or 29.58% from 524); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB79B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB79B is #454864. Grayscale: #B4B4B4. Windows color (decimal): -4540517 or 10205114. OLE color: 10205114.
HSL color Cylindrical-coordinate representation of color #BAB79B: hue angle of 54.19º degrees, saturation: 0.18, 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 #BAB79B is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 155 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.27 |
| HSL | 54.19º | 0.18% | 0.67% | - |
| HSV(B) | 54.19º | 0.17% | 0.73% | - |
| XYZ | 43.1 | 46.67 | 37.75 | - |
| YUV | 180.71 | 113.49 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 155 | 0 | 0.02 | 0.17 | 0.27 | 54.19 | 0.18 | 0.67 |
| Hex | BA | B7 | 9B | 0 | 2 | 11 | 1B | 36 | 12 | 43 |
| Octal | 272 | 267 | 233 | 0 | 2 | 21 | 33 | 66 | 22 | 103 |
| Binary | 10111010 | 10110111 | 10011011 | 0 | 10 | 10001 | 11011 | 110110 | 10010 | 1000011 |
Color Harmonies of #BAB79B
Complementary color
Monochromatic Colors of #BAB79B
Black with #BAB79B
Text Example
Text Example
White with #BAB79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB79B; }
p { color: rgb(186,183,155); }
H1.HeaderClassName
{
color: #BAB79B;
}
.AnyTagClassName
{
color: #BAB79B;
}
</style>
background-color css
<style>
a { background-color: #BAB79B; }
a { background-color: rgb(186,183,155); }
div.DivClassName
{
background-color: #BAB79B;
}
.BgClassName
{
background-color: #BAB79B;
}
</style>
border-color css
<style>
span { border-color: #BAB79B; }
span { border-color: rgb(186,183,155); }
td.TdClassName
{
border-color: #BAB79B;
}
.TagClassName
{
border-color: #BAB79B;
}
</style>