Shades of Tea #BAB2A7
Tints of Tea #BAB2A7
RGB
CMYK
RGB Variations
Color information
#BAB2A7 (or 0xBAB2A7) is known color: Tea. HEX triplet: BA, B2 and A7. RGB value is (186,178,167). Sum of RGB (Red+Green+Blue) = 186+178+167=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 167 (65.62% from 255 or 31.45% from 531); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB2A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB2A7 is #454D58. Grayscale: #B3B3B3. Windows color (decimal): -4541785 or 10990266. OLE color: 10990266.
HSL color Cylindrical-coordinate representation of color #BAB2A7: hue angle of 34.74º 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 #BAB2A7 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 167 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.27 |
| HSL | 34.74º | 0.12% | 0.69% | - |
| HSV(B) | 34.74º | 0.1% | 0.73% | - |
| XYZ | 43.15 | 45.07 | 42.98 | - |
| YUV | 179.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 167 | 0 | 0.04 | 0.10 | 0.27 | 34.74 | 0.12 | 0.69 |
| Hex | BA | B2 | A7 | 0 | 4 | A | 1B | 23 | C | 45 |
| Octal | 272 | 262 | 247 | 0 | 4 | 12 | 33 | 43 | 14 | 105 |
| Binary | 10111010 | 10110010 | 10100111 | 0 | 100 | 1010 | 11011 | 100011 | 1100 | 1000101 |
Color Harmonies of #BAB2A7
Complementary color
Monochromatic Colors of #BAB2A7
Black with #BAB2A7
Text Example
Text Example
White with #BAB2A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB2A7; }
p { color: rgb(186,178,167); }
H1.HeaderClassName
{
color: #BAB2A7;
}
.AnyTagClassName
{
color: #BAB2A7;
}
</style>
background-color css
<style>
a { background-color: #BAB2A7; }
a { background-color: rgb(186,178,167); }
div.DivClassName
{
background-color: #BAB2A7;
}
.BgClassName
{
background-color: #BAB2A7;
}
</style>
border-color css
<style>
span { border-color: #BAB2A7; }
span { border-color: rgb(186,178,167); }
td.TdClassName
{
border-color: #BAB2A7;
}
.TagClassName
{
border-color: #BAB2A7;
}
</style>