Shades of Tea #BAB3A2
Tints of Tea #BAB3A2
RGB
CMYK
RGB Variations
Color information
#BAB3A2 (or 0xBAB3A2) is known color: Tea. HEX triplet: BA, B3 and A2. RGB value is (186,179,162). Sum of RGB (Red+Green+Blue) = 186+179+162=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 162 (63.67% from 255 or 30.74% from 527); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB3A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB3A2 is #454C5D. Grayscale: #B3B3B3. Windows color (decimal): -4541534 or 10662842. OLE color: 10662842.
HSL color Cylindrical-coordinate representation of color #BAB3A2: hue angle of 42.5º 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 #BAB3A2 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 179 | 162 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.27 |
| HSL | 42.5º | 0.15% | 0.68% | - |
| HSV(B) | 42.5º | 0.13% | 0.73% | - |
| XYZ | 42.89 | 45.29 | 40.66 | - |
| YUV | 179.16 | 118.32 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 162 | 0 | 0.04 | 0.13 | 0.27 | 42.5 | 0.15 | 0.68 |
| Hex | BA | B3 | A2 | 0 | 4 | D | 1B | 2A | F | 44 |
| Octal | 272 | 263 | 242 | 0 | 4 | 15 | 33 | 52 | 17 | 104 |
| Binary | 10111010 | 10110011 | 10100010 | 0 | 100 | 1101 | 11011 | 101010 | 1111 | 1000100 |
Color Harmonies of #BAB3A2
Complementary color
Monochromatic Colors of #BAB3A2
Black with #BAB3A2
Text Example
Text Example
White with #BAB3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB3A2; }
p { color: rgb(186,179,162); }
H1.HeaderClassName
{
color: #BAB3A2;
}
.AnyTagClassName
{
color: #BAB3A2;
}
</style>
background-color css
<style>
a { background-color: #BAB3A2; }
a { background-color: rgb(186,179,162); }
div.DivClassName
{
background-color: #BAB3A2;
}
.BgClassName
{
background-color: #BAB3A2;
}
</style>
border-color css
<style>
span { border-color: #BAB3A2; }
span { border-color: rgb(186,179,162); }
td.TdClassName
{
border-color: #BAB3A2;
}
.TagClassName
{
border-color: #BAB3A2;
}
</style>