Shades of Tea #BAB2A5
Tints of Tea #BAB2A5
RGB
CMYK
RGB Variations
Color information
#BAB2A5 (or 0xBAB2A5) is known color: Tea. HEX triplet: BA, B2 and A5. RGB value is (186,178,165). Sum of RGB (Red+Green+Blue) = 186+178+165=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 165 (64.84% from 255 or 31.19% from 529); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB2A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB2A5 is #454D5A. Grayscale: #B2B2B2. Windows color (decimal): -4541787 or 10859194. OLE color: 10859194.
HSL color Cylindrical-coordinate representation of color #BAB2A5: hue angle of 37.14º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAB2A5 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 165 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.27 |
| HSL | 37.14º | 0.13% | 0.69% | - |
| HSV(B) | 37.14º | 0.11% | 0.73% | - |
| XYZ | 42.96 | 45 | 42.02 | - |
| YUV | 178.91 | 120.15 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 165 | 0 | 0.04 | 0.11 | 0.27 | 37.14 | 0.13 | 0.69 |
| Hex | BA | B2 | A5 | 0 | 4 | B | 1B | 25 | D | 45 |
| Octal | 272 | 262 | 245 | 0 | 4 | 13 | 33 | 45 | 15 | 105 |
| Binary | 10111010 | 10110010 | 10100101 | 0 | 100 | 1011 | 11011 | 100101 | 1101 | 1000101 |
Color Harmonies of #BAB2A5
Complementary color
Monochromatic Colors of #BAB2A5
Black with #BAB2A5
Text Example
Text Example
White with #BAB2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB2A5; }
p { color: rgb(186,178,165); }
H1.HeaderClassName
{
color: #BAB2A5;
}
.AnyTagClassName
{
color: #BAB2A5;
}
</style>
background-color css
<style>
a { background-color: #BAB2A5; }
a { background-color: rgb(186,178,165); }
div.DivClassName
{
background-color: #BAB2A5;
}
.BgClassName
{
background-color: #BAB2A5;
}
</style>
border-color css
<style>
span { border-color: #BAB2A5; }
span { border-color: rgb(186,178,165); }
td.TdClassName
{
border-color: #BAB2A5;
}
.TagClassName
{
border-color: #BAB2A5;
}
</style>