Shades of Tana #BAB598
Tints of Tana #BAB598
RGB
CMYK
RGB Variations
Color information
#BAB598 (or 0xBAB598) is known color: Tana. HEX triplet: BA, B5 and 98. RGB value is (186,181,152). Sum of RGB (Red+Green+Blue) = 186+181+152=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 152 (59.77% from 255 or 29.29% from 519); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB598 is #454A67. Grayscale: #B3B3B3. Windows color (decimal): -4541032 or 10007994. OLE color: 10007994.
HSL color Cylindrical-coordinate representation of color #BAB598: hue angle of 51.18º degrees, saturation: 0.2, 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 #BAB598 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 181 | 152 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.27 |
| HSL | 51.18º | 0.2% | 0.66% | - |
| HSV(B) | 51.18º | 0.18% | 0.73% | - |
| XYZ | 42.44 | 45.75 | 36.3 | - |
| YUV | 179.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 152 | 0 | 0.03 | 0.18 | 0.27 | 51.18 | 0.2 | 0.66 |
| Hex | BA | B5 | 98 | 0 | 3 | 12 | 1B | 33 | 14 | 42 |
| Octal | 272 | 265 | 230 | 0 | 3 | 22 | 33 | 63 | 24 | 102 |
| Binary | 10111010 | 10110101 | 10011000 | 0 | 11 | 10010 | 11011 | 110011 | 10100 | 1000010 |
Color Harmonies of #BAB598
Complementary color
Monochromatic Colors of #BAB598
Black with #BAB598
Text Example
Text Example
White with #BAB598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB598; }
p { color: rgb(186,181,152); }
H1.HeaderClassName
{
color: #BAB598;
}
.AnyTagClassName
{
color: #BAB598;
}
</style>
background-color css
<style>
a { background-color: #BAB598; }
a { background-color: rgb(186,181,152); }
div.DivClassName
{
background-color: #BAB598;
}
.BgClassName
{
background-color: #BAB598;
}
</style>
border-color css
<style>
span { border-color: #BAB598; }
span { border-color: rgb(186,181,152); }
td.TdClassName
{
border-color: #BAB598;
}
.TagClassName
{
border-color: #BAB598;
}
</style>