Shades of Tea #BBB3A2
Tints of Tea #BBB3A2
RGB
CMYK
RGB Variations
Color information
#BBB3A2 (or 0xBBB3A2) is known color: Tea. HEX triplet: BB, B3 and A2. RGB value is (187,179,162). Sum of RGB (Red+Green+Blue) = 187+179+162=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 162 (63.67% from 255 or 30.68% from 528); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB3A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB3A2 is #444C5D. Grayscale: #B3B3B3. Windows color (decimal): -4475998 or 10662843. OLE color: 10662843.
HSL color Cylindrical-coordinate representation of color #BBB3A2: hue angle of 40.8º degrees, saturation: 0.16, 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 #BBB3A2 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 162 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.27 |
| HSL | 40.8º | 0.16% | 0.68% | - |
| HSV(B) | 40.8º | 0.13% | 0.73% | - |
| XYZ | 43.14 | 45.41 | 40.67 | - |
| YUV | 179.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 162 | 0 | 0.04 | 0.13 | 0.27 | 40.8 | 0.16 | 0.68 |
| Hex | BB | B3 | A2 | 0 | 4 | D | 1B | 29 | 10 | 44 |
| Octal | 273 | 263 | 242 | 0 | 4 | 15 | 33 | 51 | 20 | 104 |
| Binary | 10111011 | 10110011 | 10100010 | 0 | 100 | 1101 | 11011 | 101001 | 10000 | 1000100 |
Color Harmonies of #BBB3A2
Complementary color
Monochromatic Colors of #BBB3A2
Black with #BBB3A2
Text Example
Text Example
White with #BBB3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB3A2; }
p { color: rgb(187,179,162); }
H1.HeaderClassName
{
color: #BBB3A2;
}
.AnyTagClassName
{
color: #BBB3A2;
}
</style>
background-color css
<style>
a { background-color: #BBB3A2; }
a { background-color: rgb(187,179,162); }
div.DivClassName
{
background-color: #BBB3A2;
}
.BgClassName
{
background-color: #BBB3A2;
}
</style>
border-color css
<style>
span { border-color: #BBB3A2; }
span { border-color: rgb(187,179,162); }
td.TdClassName
{
border-color: #BBB3A2;
}
.TagClassName
{
border-color: #BBB3A2;
}
</style>