Shades of Tea #BAB0A0
Tints of Tea #BAB0A0
RGB
CMYK
RGB Variations
Color information
#BAB0A0 (or 0xBAB0A0) is known color: Tea. HEX triplet: BA, B0 and A0. RGB value is (186,176,160). Sum of RGB (Red+Green+Blue) = 186+176+160=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 160 (62.89% from 255 or 30.65% from 522); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB0A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB0A0 is #454F5F. Grayscale: #B1B1B1. Windows color (decimal): -4542304 or 10531002. OLE color: 10531002.
HSL color Cylindrical-coordinate representation of color #BAB0A0: hue angle of 36.92º 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 #BAB0A0 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 176 | 160 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.27 |
| HSL | 36.92º | 0.16% | 0.68% | - |
| HSV(B) | 36.92º | 0.14% | 0.73% | - |
| XYZ | 42.12 | 44.03 | 39.54 | - |
| YUV | 177.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 160 | 0 | 0.05 | 0.14 | 0.27 | 36.92 | 0.16 | 0.68 |
| Hex | BA | B0 | A0 | 0 | 5 | E | 1B | 25 | 10 | 44 |
| Octal | 272 | 260 | 240 | 0 | 5 | 16 | 33 | 45 | 20 | 104 |
| Binary | 10111010 | 10110000 | 10100000 | 0 | 101 | 1110 | 11011 | 100101 | 10000 | 1000100 |
Color Harmonies of #BAB0A0
Complementary color
Monochromatic Colors of #BAB0A0
Black with #BAB0A0
Text Example
Text Example
White with #BAB0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB0A0; }
p { color: rgb(186,176,160); }
H1.HeaderClassName
{
color: #BAB0A0;
}
.AnyTagClassName
{
color: #BAB0A0;
}
</style>
background-color css
<style>
a { background-color: #BAB0A0; }
a { background-color: rgb(186,176,160); }
div.DivClassName
{
background-color: #BAB0A0;
}
.BgClassName
{
background-color: #BAB0A0;
}
</style>
border-color css
<style>
span { border-color: #BAB0A0; }
span { border-color: rgb(186,176,160); }
td.TdClassName
{
border-color: #BAB0A0;
}
.TagClassName
{
border-color: #BAB0A0;
}
</style>