Shades of Tea #BAB1A3
Tints of Tea #BAB1A3
RGB
CMYK
RGB Variations
Color information
#BAB1A3 (or 0xBAB1A3) is known color: Tea. HEX triplet: BA, B1 and A3. RGB value is (186,177,163). Sum of RGB (Red+Green+Blue) = 186+177+163=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 163 (64.06% from 255 or 30.99% from 526); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB1A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB1A3 is #454E5C. Grayscale: #B2B2B2. Windows color (decimal): -4542045 or 10727866. OLE color: 10727866.
HSL color Cylindrical-coordinate representation of color #BAB1A3: hue angle of 36.52º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAB1A3 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 177 | 163 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.27 |
| HSL | 36.52º | 0.14% | 0.68% | - |
| HSV(B) | 36.52º | 0.12% | 0.73% | - |
| XYZ | 42.58 | 44.53 | 41 | - |
| YUV | 178.1 | 119.48 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 177 | 163 | 0 | 0.05 | 0.12 | 0.27 | 36.52 | 0.14 | 0.68 |
| Hex | BA | B1 | A3 | 0 | 5 | C | 1B | 25 | E | 44 |
| Octal | 272 | 261 | 243 | 0 | 5 | 14 | 33 | 45 | 16 | 104 |
| Binary | 10111010 | 10110001 | 10100011 | 0 | 101 | 1100 | 11011 | 100101 | 1110 | 1000100 |
Color Harmonies of #BAB1A3
Complementary color
Monochromatic Colors of #BAB1A3
Black with #BAB1A3
Text Example
Text Example
White with #BAB1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB1A3; }
p { color: rgb(186,177,163); }
H1.HeaderClassName
{
color: #BAB1A3;
}
.AnyTagClassName
{
color: #BAB1A3;
}
</style>
background-color css
<style>
a { background-color: #BAB1A3; }
a { background-color: rgb(186,177,163); }
div.DivClassName
{
background-color: #BAB1A3;
}
.BgClassName
{
background-color: #BAB1A3;
}
</style>
border-color css
<style>
span { border-color: #BAB1A3; }
span { border-color: rgb(186,177,163); }
td.TdClassName
{
border-color: #BAB1A3;
}
.TagClassName
{
border-color: #BAB1A3;
}
</style>