Shades of Tea #BAB2A4
Tints of Tea #BAB2A4
RGB
CMYK
RGB Variations
Color information
#BAB2A4 (or 0xBAB2A4) is known color: Tea. HEX triplet: BA, B2 and A4. RGB value is (186,178,164). Sum of RGB (Red+Green+Blue) = 186+178+164=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 164 (64.45% from 255 or 31.06% from 528); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB2A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB2A4 is #454D5B. Grayscale: #B2B2B2. Windows color (decimal): -4541788 or 10793658. OLE color: 10793658.
HSL color Cylindrical-coordinate representation of color #BAB2A4: hue angle of 38.18º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAB2A4 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 164 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.27 |
| HSL | 38.18º | 0.14% | 0.69% | - |
| HSV(B) | 38.18º | 0.12% | 0.73% | - |
| XYZ | 42.87 | 44.96 | 41.54 | - |
| YUV | 178.8 | 119.65 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 164 | 0 | 0.04 | 0.12 | 0.27 | 38.18 | 0.14 | 0.69 |
| Hex | BA | B2 | A4 | 0 | 4 | C | 1B | 26 | E | 45 |
| Octal | 272 | 262 | 244 | 0 | 4 | 14 | 33 | 46 | 16 | 105 |
| Binary | 10111010 | 10110010 | 10100100 | 0 | 100 | 1100 | 11011 | 100110 | 1110 | 1000101 |
Color Harmonies of #BAB2A4
Complementary color
Monochromatic Colors of #BAB2A4
Black with #BAB2A4
Text Example
Text Example
White with #BAB2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB2A4; }
p { color: rgb(186,178,164); }
H1.HeaderClassName
{
color: #BAB2A4;
}
.AnyTagClassName
{
color: #BAB2A4;
}
</style>
background-color css
<style>
a { background-color: #BAB2A4; }
a { background-color: rgb(186,178,164); }
div.DivClassName
{
background-color: #BAB2A4;
}
.BgClassName
{
background-color: #BAB2A4;
}
</style>
border-color css
<style>
span { border-color: #BAB2A4; }
span { border-color: rgb(186,178,164); }
td.TdClassName
{
border-color: #BAB2A4;
}
.TagClassName
{
border-color: #BAB2A4;
}
</style>