Shades of Tana #BAB59D
Tints of Tana #BAB59D
RGB
CMYK
RGB Variations
Color information
#BAB59D (or 0xBAB59D) is known color: Tana. HEX triplet: BA, B5 and 9D. RGB value is (186,181,157). Sum of RGB (Red+Green+Blue) = 186+181+157=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB59D is #454A62. Grayscale: #B3B3B3. Windows color (decimal): -4541027 or 10335674. OLE color: 10335674.
HSL color Cylindrical-coordinate representation of color #BAB59D: hue angle of 49.66º degrees, saturation: 0.17, 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 #BAB59D is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 181 | 157 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.27 |
| HSL | 49.66º | 0.17% | 0.67% | - |
| HSV(B) | 49.66º | 0.16% | 0.73% | - |
| XYZ | 42.86 | 45.92 | 38.5 | - |
| YUV | 179.76 | 115.16 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 157 | 0 | 0.03 | 0.16 | 0.27 | 49.66 | 0.17 | 0.67 |
| Hex | BA | B5 | 9D | 0 | 3 | 10 | 1B | 32 | 11 | 43 |
| Octal | 272 | 265 | 235 | 0 | 3 | 20 | 33 | 62 | 21 | 103 |
| Binary | 10111010 | 10110101 | 10011101 | 0 | 11 | 10000 | 11011 | 110010 | 10001 | 1000011 |
Color Harmonies of #BAB59D
Complementary color
Monochromatic Colors of #BAB59D
Black with #BAB59D
Text Example
Text Example
White with #BAB59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB59D; }
p { color: rgb(186,181,157); }
H1.HeaderClassName
{
color: #BAB59D;
}
.AnyTagClassName
{
color: #BAB59D;
}
</style>
background-color css
<style>
a { background-color: #BAB59D; }
a { background-color: rgb(186,181,157); }
div.DivClassName
{
background-color: #BAB59D;
}
.BgClassName
{
background-color: #BAB59D;
}
</style>
border-color css
<style>
span { border-color: #BAB59D; }
span { border-color: rgb(186,181,157); }
td.TdClassName
{
border-color: #BAB59D;
}
.TagClassName
{
border-color: #BAB59D;
}
</style>