Shades of Tea #BEB3A1
Tints of Tea #BEB3A1
RGB
CMYK
RGB Variations
Color information
#BEB3A1 (or 0xBEB3A1) is known color: Tea. HEX triplet: BE, B3 and A1. RGB value is (190,179,161). Sum of RGB (Red+Green+Blue) = 190+179+161=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 161 (63.28% from 255 or 30.38% from 530); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB3A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB3A1 is #414C5E. Grayscale: #B4B4B4. Windows color (decimal): -4279391 or 10597310. OLE color: 10597310.
HSL color Cylindrical-coordinate representation of color #BEB3A1: hue angle of 37.24º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEB3A1 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 179 | 161 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.25 |
| HSL | 37.24º | 0.18% | 0.69% | - |
| HSV(B) | 37.24º | 0.15% | 0.75% | - |
| XYZ | 43.79 | 45.76 | 40.24 | - |
| YUV | 180.24 | 117.14 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 179 | 161 | 0 | 0.06 | 0.15 | 0.25 | 37.24 | 0.18 | 0.69 |
| Hex | BE | B3 | A1 | 0 | 6 | F | 19 | 25 | 12 | 45 |
| Octal | 276 | 263 | 241 | 0 | 6 | 17 | 31 | 45 | 22 | 105 |
| Binary | 10111110 | 10110011 | 10100001 | 0 | 110 | 1111 | 11001 | 100101 | 10010 | 1000101 |
Color Harmonies of #BEB3A1
Complementary color
Monochromatic Colors of #BEB3A1
Black with #BEB3A1
Text Example
Text Example
White with #BEB3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB3A1; }
p { color: rgb(190,179,161); }
H1.HeaderClassName
{
color: #BEB3A1;
}
.AnyTagClassName
{
color: #BEB3A1;
}
</style>
background-color css
<style>
a { background-color: #BEB3A1; }
a { background-color: rgb(190,179,161); }
div.DivClassName
{
background-color: #BEB3A1;
}
.BgClassName
{
background-color: #BEB3A1;
}
</style>
border-color css
<style>
span { border-color: #BEB3A1; }
span { border-color: rgb(190,179,161); }
td.TdClassName
{
border-color: #BEB3A1;
}
.TagClassName
{
border-color: #BEB3A1;
}
</style>