Shades of Tea #BAB2A0
Tints of Tea #BAB2A0
RGB
CMYK
RGB Variations
Color information
#BAB2A0 (or 0xBAB2A0) is known color: Tea. HEX triplet: BA, B2 and A0. RGB value is (186,178,160). Sum of RGB (Red+Green+Blue) = 186+178+160=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 160 (62.89% from 255 or 30.53% from 524); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB2A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB2A0 is #454D5F. Grayscale: #B2B2B2. Windows color (decimal): -4541792 or 10531514. OLE color: 10531514.
HSL color Cylindrical-coordinate representation of color #BAB2A0: hue angle of 41.54º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAB2A0 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 160 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.27 |
| HSL | 41.54º | 0.16% | 0.68% | - |
| HSV(B) | 41.54º | 0.14% | 0.73% | - |
| XYZ | 42.52 | 44.82 | 39.67 | - |
| YUV | 178.34 | 117.65 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 160 | 0 | 0.04 | 0.14 | 0.27 | 41.54 | 0.16 | 0.68 |
| Hex | BA | B2 | A0 | 0 | 4 | E | 1B | 2A | 10 | 44 |
| Octal | 272 | 262 | 240 | 0 | 4 | 16 | 33 | 52 | 20 | 104 |
| Binary | 10111010 | 10110010 | 10100000 | 0 | 100 | 1110 | 11011 | 101010 | 10000 | 1000100 |
Color Harmonies of #BAB2A0
Complementary color
Monochromatic Colors of #BAB2A0
Black with #BAB2A0
Text Example
Text Example
White with #BAB2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB2A0; }
p { color: rgb(186,178,160); }
H1.HeaderClassName
{
color: #BAB2A0;
}
.AnyTagClassName
{
color: #BAB2A0;
}
</style>
background-color css
<style>
a { background-color: #BAB2A0; }
a { background-color: rgb(186,178,160); }
div.DivClassName
{
background-color: #BAB2A0;
}
.BgClassName
{
background-color: #BAB2A0;
}
</style>
border-color css
<style>
span { border-color: #BAB2A0; }
span { border-color: rgb(186,178,160); }
td.TdClassName
{
border-color: #BAB2A0;
}
.TagClassName
{
border-color: #BAB2A0;
}
</style>