Shades of Tea #BEB19F
Tints of Tea #BEB19F
RGB
CMYK
RGB Variations
Color information
#BEB19F (or 0xBEB19F) is known color: Tea. HEX triplet: BE, B1 and 9F. RGB value is (190,177,159). Sum of RGB (Red+Green+Blue) = 190+177+159=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 159 (62.5% from 255 or 30.23% from 526); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB19F is #414E60. Grayscale: #B2B2B2. Windows color (decimal): -4279905 or 10465726. OLE color: 10465726.
HSL color Cylindrical-coordinate representation of color #BEB19F: hue angle of 34.84º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEB19F is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 177 | 159 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.25 |
| HSL | 34.84º | 0.19% | 0.68% | - |
| HSV(B) | 34.84º | 0.16% | 0.75% | - |
| XYZ | 43.22 | 44.89 | 39.19 | - |
| YUV | 178.84 | 116.81 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 177 | 159 | 0 | 0.07 | 0.16 | 0.25 | 34.84 | 0.19 | 0.68 |
| Hex | BE | B1 | 9F | 0 | 7 | 10 | 19 | 23 | 13 | 44 |
| Octal | 276 | 261 | 237 | 0 | 7 | 20 | 31 | 43 | 23 | 104 |
| Binary | 10111110 | 10110001 | 10011111 | 0 | 111 | 10000 | 11001 | 100011 | 10011 | 1000100 |
Color Harmonies of #BEB19F
Complementary color
Monochromatic Colors of #BEB19F
Black with #BEB19F
Text Example
Text Example
White with #BEB19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB19F; }
p { color: rgb(190,177,159); }
H1.HeaderClassName
{
color: #BEB19F;
}
.AnyTagClassName
{
color: #BEB19F;
}
</style>
background-color css
<style>
a { background-color: #BEB19F; }
a { background-color: rgb(190,177,159); }
div.DivClassName
{
background-color: #BEB19F;
}
.BgClassName
{
background-color: #BEB19F;
}
</style>
border-color css
<style>
span { border-color: #BEB19F; }
span { border-color: rgb(190,177,159); }
td.TdClassName
{
border-color: #BEB19F;
}
.TagClassName
{
border-color: #BEB19F;
}
</style>