Shades of Tea #BEB5A0
Tints of Tea #BEB5A0
RGB
CMYK
RGB Variations
Color information
#BEB5A0 (or 0xBEB5A0) is known color: Tea. HEX triplet: BE, B5 and A0. RGB value is (190,181,160). Sum of RGB (Red+Green+Blue) = 190+181+160=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 181 (71.09% from 255 or 34.09% from 531); Blue value is 160 (62.89% from 255 or 30.13% from 531); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB5A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB5A0 is #414A5F. Grayscale: #B5B5B5. Windows color (decimal): -4278880 or 10532286. OLE color: 10532286.
HSL color Cylindrical-coordinate representation of color #BEB5A0: hue angle of 42º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEB5A0 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 181 | 160 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.25 |
| HSL | 42º | 0.19% | 0.69% | - |
| HSV(B) | 42º | 0.16% | 0.75% | - |
| XYZ | 44.1 | 46.53 | 39.91 | - |
| YUV | 181.3 | 115.98 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 181 | 160 | 0 | 0.05 | 0.16 | 0.25 | 42 | 0.19 | 0.69 |
| Hex | BE | B5 | A0 | 0 | 5 | 10 | 19 | 2A | 13 | 45 |
| Octal | 276 | 265 | 240 | 0 | 5 | 20 | 31 | 52 | 23 | 105 |
| Binary | 10111110 | 10110101 | 10100000 | 0 | 101 | 10000 | 11001 | 101010 | 10011 | 1000101 |
Color Harmonies of #BEB5A0
Complementary color
Monochromatic Colors of #BEB5A0
Black with #BEB5A0
Text Example
Text Example
White with #BEB5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB5A0; }
p { color: rgb(190,181,160); }
H1.HeaderClassName
{
color: #BEB5A0;
}
.AnyTagClassName
{
color: #BEB5A0;
}
</style>
background-color css
<style>
a { background-color: #BEB5A0; }
a { background-color: rgb(190,181,160); }
div.DivClassName
{
background-color: #BEB5A0;
}
.BgClassName
{
background-color: #BEB5A0;
}
</style>
border-color css
<style>
span { border-color: #BEB5A0; }
span { border-color: rgb(190,181,160); }
td.TdClassName
{
border-color: #BEB5A0;
}
.TagClassName
{
border-color: #BEB5A0;
}
</style>