Shades of Tea #BAB3A7
Tints of Tea #BAB3A7
RGB
CMYK
RGB Variations
Color information
#BAB3A7 (or 0xBAB3A7) is known color: Tea. HEX triplet: BA, B3 and A7. RGB value is (186,179,167). Sum of RGB (Red+Green+Blue) = 186+179+167=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 179 (70.31% from 255 or 33.65% from 532); Blue value is 167 (65.62% from 255 or 31.39% from 532); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB3A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB3A7 is #454C58. Grayscale: #B3B3B3. Windows color (decimal): -4541529 or 10990522. OLE color: 10990522.
HSL color Cylindrical-coordinate representation of color #BAB3A7: hue angle of 37.89º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAB3A7 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 179 | 167 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.27 |
| HSL | 37.89º | 0.12% | 0.69% | - |
| HSV(B) | 37.89º | 0.1% | 0.73% | - |
| XYZ | 43.34 | 45.47 | 43.05 | - |
| YUV | 179.73 | 120.82 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 167 | 0 | 0.04 | 0.10 | 0.27 | 37.89 | 0.12 | 0.69 |
| Hex | BA | B3 | A7 | 0 | 4 | A | 1B | 26 | C | 45 |
| Octal | 272 | 263 | 247 | 0 | 4 | 12 | 33 | 46 | 14 | 105 |
| Binary | 10111010 | 10110011 | 10100111 | 0 | 100 | 1010 | 11011 | 100110 | 1100 | 1000101 |
Color Harmonies of #BAB3A7
Complementary color
Monochromatic Colors of #BAB3A7
Black with #BAB3A7
Text Example
Text Example
White with #BAB3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB3A7; }
p { color: rgb(186,179,167); }
H1.HeaderClassName
{
color: #BAB3A7;
}
.AnyTagClassName
{
color: #BAB3A7;
}
</style>
background-color css
<style>
a { background-color: #BAB3A7; }
a { background-color: rgb(186,179,167); }
div.DivClassName
{
background-color: #BAB3A7;
}
.BgClassName
{
background-color: #BAB3A7;
}
</style>
border-color css
<style>
span { border-color: #BAB3A7; }
span { border-color: rgb(186,179,167); }
td.TdClassName
{
border-color: #BAB3A7;
}
.TagClassName
{
border-color: #BAB3A7;
}
</style>