Shades of Tea #BAB4A9
Tints of Tea #BAB4A9
RGB
CMYK
RGB Variations
Color information
#BAB4A9 (or 0xBAB4A9) is known color: Tea. HEX triplet: BA, B4 and A9. RGB value is (186,180,169). Sum of RGB (Red+Green+Blue) = 186+180+169=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 169 (66.41% from 255 or 31.59% from 535); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB4A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB4A9 is #454B56. Grayscale: #B4B4B4. Windows color (decimal): -4541271 or 11121850. OLE color: 11121850.
HSL color Cylindrical-coordinate representation of color #BAB4A9: hue angle of 38.82º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BAB4A9 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 180 | 169 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.27 |
| HSL | 38.82º | 0.11% | 0.7% | - |
| HSV(B) | 38.82º | 0.09% | 0.73% | - |
| XYZ | 43.73 | 45.95 | 44.1 | - |
| YUV | 180.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 180 | 169 | 0 | 0.03 | 0.09 | 0.27 | 38.82 | 0.11 | 0.7 |
| Hex | BA | B4 | A9 | 0 | 3 | 9 | 1B | 27 | B | 46 |
| Octal | 272 | 264 | 251 | 0 | 3 | 11 | 33 | 47 | 13 | 106 |
| Binary | 10111010 | 10110100 | 10101001 | 0 | 11 | 1001 | 11011 | 100111 | 1011 | 1000110 |
Color Harmonies of #BAB4A9
Complementary color
Monochromatic Colors of #BAB4A9
Black with #BAB4A9
Text Example
Text Example
White with #BAB4A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB4A9; }
p { color: rgb(186,180,169); }
H1.HeaderClassName
{
color: #BAB4A9;
}
.AnyTagClassName
{
color: #BAB4A9;
}
</style>
background-color css
<style>
a { background-color: #BAB4A9; }
a { background-color: rgb(186,180,169); }
div.DivClassName
{
background-color: #BAB4A9;
}
.BgClassName
{
background-color: #BAB4A9;
}
</style>
border-color css
<style>
span { border-color: #BAB4A9; }
span { border-color: rgb(186,180,169); }
td.TdClassName
{
border-color: #BAB4A9;
}
.TagClassName
{
border-color: #BAB4A9;
}
</style>