Shades of Tea #BAB2A1
Tints of Tea #BAB2A1
RGB
CMYK
RGB Variations
Color information
#BAB2A1 (or 0xBAB2A1) is known color: Tea. HEX triplet: BA, B2 and A1. RGB value is (186,178,161). Sum of RGB (Red+Green+Blue) = 186+178+161=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 161 (63.28% from 255 or 30.67% from 525); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB2A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB2A1 is #454D5E. Grayscale: #B2B2B2. Windows color (decimal): -4541791 or 10597050. OLE color: 10597050.
HSL color Cylindrical-coordinate representation of color #BAB2A1: hue angle of 40.8º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAB2A1 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 161 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.27 |
| HSL | 40.8º | 0.15% | 0.68% | - |
| HSV(B) | 40.8º | 0.13% | 0.73% | - |
| XYZ | 42.6 | 44.85 | 40.13 | - |
| YUV | 178.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 161 | 0 | 0.04 | 0.13 | 0.27 | 40.8 | 0.15 | 0.68 |
| Hex | BA | B2 | A1 | 0 | 4 | D | 1B | 29 | F | 44 |
| Octal | 272 | 262 | 241 | 0 | 4 | 15 | 33 | 51 | 17 | 104 |
| Binary | 10111010 | 10110010 | 10100001 | 0 | 100 | 1101 | 11011 | 101001 | 1111 | 1000100 |
Color Harmonies of #BAB2A1
Complementary color
Monochromatic Colors of #BAB2A1
Black with #BAB2A1
Text Example
Text Example
White with #BAB2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB2A1; }
p { color: rgb(186,178,161); }
H1.HeaderClassName
{
color: #BAB2A1;
}
.AnyTagClassName
{
color: #BAB2A1;
}
</style>
background-color css
<style>
a { background-color: #BAB2A1; }
a { background-color: rgb(186,178,161); }
div.DivClassName
{
background-color: #BAB2A1;
}
.BgClassName
{
background-color: #BAB2A1;
}
</style>
border-color css
<style>
span { border-color: #BAB2A1; }
span { border-color: rgb(186,178,161); }
td.TdClassName
{
border-color: #BAB2A1;
}
.TagClassName
{
border-color: #BAB2A1;
}
</style>