Shades of Tea #BAB2A2
Tints of Tea #BAB2A2
RGB
CMYK
RGB Variations
Color information
#BAB2A2 (or 0xBAB2A2) is known color: Tea. HEX triplet: BA, B2 and A2. RGB value is (186,178,162). Sum of RGB (Red+Green+Blue) = 186+178+162=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 162 (63.67% from 255 or 30.80% from 526); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB2A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB2A2 is #454D5D. Grayscale: #B2B2B2. Windows color (decimal): -4541790 or 10662586. OLE color: 10662586.
HSL color Cylindrical-coordinate representation of color #BAB2A2: hue angle of 40º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAB2A2 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 178 | 162 | - |
CMYK | 0 | 0.04 | 0.13 | 0.27 |
HSL | 40º | 0.15% | 0.68% | - |
HSV(B) | 40º | 0.13% | 0.73% | - |
XYZ | 42.69 | 44.89 | 40.6 | - |
YUV | 178.57 | 118.65 | 133.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 178 | 162 | 0 | 0.04 | 0.13 | 0.27 | 40 | 0.15 | 0.68 |
Hex | BA | B2 | A2 | 0 | 4 | D | 1B | 28 | F | 44 |
Octal | 272 | 262 | 242 | 0 | 4 | 15 | 33 | 50 | 17 | 104 |
Binary | 10111010 | 10110010 | 10100010 | 0 | 100 | 1101 | 11011 | 101000 | 1111 | 1000100 |
Color Harmonies of #BAB2A2
Complementary color
Monochromatic Colors of #BAB2A2
Black with #BAB2A2
Text Example
Text Example
White with #BAB2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB2A2; }
p { color: rgb(186,178,162); }
H1.HeaderClassName
{
color: #BAB2A2;
}
.AnyTagClassName
{
color: #BAB2A2;
}
</style>
background-color css
<style>
a { background-color: #BAB2A2; }
a { background-color: rgb(186,178,162); }
div.DivClassName
{
background-color: #BAB2A2;
}
.BgClassName
{
background-color: #BAB2A2;
}
</style>
border-color css
<style>
span { border-color: #BAB2A2; }
span { border-color: rgb(186,178,162); }
td.TdClassName
{
border-color: #BAB2A2;
}
.TagClassName
{
border-color: #BAB2A2;
}
</style>