Shades of Tea #BEB7A3
Tints of Tea #BEB7A3
RGB
CMYK
RGB Variations
Color information
#BEB7A3 (or 0xBEB7A3) is known color: Tea. HEX triplet: BE, B7 and A3. RGB value is (190,183,163). Sum of RGB (Red+Green+Blue) = 190+183+163=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 183 (71.88% from 255 or 34.14% from 536); Blue value is 163 (64.06% from 255 or 30.41% from 536); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB7A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB7A3 is #41485C. Grayscale: #B6B6B6. Windows color (decimal): -4278365 or 10729406. OLE color: 10729406.
HSL color Cylindrical-coordinate representation of color #BEB7A3: hue angle of 44.44º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEB7A3 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 183 | 163 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.25 |
| HSL | 44.44º | 0.17% | 0.69% | - |
| HSV(B) | 44.44º | 0.14% | 0.75% | - |
| XYZ | 44.78 | 47.46 | 41.45 | - |
| YUV | 182.81 | 116.82 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 183 | 163 | 0 | 0.04 | 0.14 | 0.25 | 44.44 | 0.17 | 0.69 |
| Hex | BE | B7 | A3 | 0 | 4 | E | 19 | 2C | 11 | 45 |
| Octal | 276 | 267 | 243 | 0 | 4 | 16 | 31 | 54 | 21 | 105 |
| Binary | 10111110 | 10110111 | 10100011 | 0 | 100 | 1110 | 11001 | 101100 | 10001 | 1000101 |
Color Harmonies of #BEB7A3
Complementary color
Monochromatic Colors of #BEB7A3
Black with #BEB7A3
Text Example
Text Example
White with #BEB7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB7A3; }
p { color: rgb(190,183,163); }
H1.HeaderClassName
{
color: #BEB7A3;
}
.AnyTagClassName
{
color: #BEB7A3;
}
</style>
background-color css
<style>
a { background-color: #BEB7A3; }
a { background-color: rgb(190,183,163); }
div.DivClassName
{
background-color: #BEB7A3;
}
.BgClassName
{
background-color: #BEB7A3;
}
</style>
border-color css
<style>
span { border-color: #BEB7A3; }
span { border-color: rgb(190,183,163); }
td.TdClassName
{
border-color: #BEB7A3;
}
.TagClassName
{
border-color: #BEB7A3;
}
</style>