Shades of Tea #BEB39F
Tints of Tea #BEB39F
RGB
CMYK
RGB Variations
Color information
#BEB39F (or 0xBEB39F) is known color: Tea. HEX triplet: BE, B3 and 9F. RGB value is (190,179,159). Sum of RGB (Red+Green+Blue) = 190+179+159=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 159 (62.5% from 255 or 30.11% from 528); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB39F is #414C60. Grayscale: #B4B4B4. Windows color (decimal): -4279393 or 10466238. OLE color: 10466238.
HSL color Cylindrical-coordinate representation of color #BEB39F: hue angle of 38.71º 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 #BEB39F is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 179 | 159 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.25 |
| HSL | 38.71º | 0.19% | 0.68% | - |
| HSV(B) | 38.71º | 0.16% | 0.75% | - |
| XYZ | 43.61 | 45.69 | 39.32 | - |
| YUV | 180.01 | 116.14 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 179 | 159 | 0 | 0.06 | 0.16 | 0.25 | 38.71 | 0.19 | 0.68 |
| Hex | BE | B3 | 9F | 0 | 6 | 10 | 19 | 27 | 13 | 44 |
| Octal | 276 | 263 | 237 | 0 | 6 | 20 | 31 | 47 | 23 | 104 |
| Binary | 10111110 | 10110011 | 10011111 | 0 | 110 | 10000 | 11001 | 100111 | 10011 | 1000100 |
Color Harmonies of #BEB39F
Complementary color
Monochromatic Colors of #BEB39F
Black with #BEB39F
Text Example
Text Example
White with #BEB39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB39F; }
p { color: rgb(190,179,159); }
H1.HeaderClassName
{
color: #BEB39F;
}
.AnyTagClassName
{
color: #BEB39F;
}
</style>
background-color css
<style>
a { background-color: #BEB39F; }
a { background-color: rgb(190,179,159); }
div.DivClassName
{
background-color: #BEB39F;
}
.BgClassName
{
background-color: #BEB39F;
}
</style>
border-color css
<style>
span { border-color: #BEB39F; }
span { border-color: rgb(190,179,159); }
td.TdClassName
{
border-color: #BEB39F;
}
.TagClassName
{
border-color: #BEB39F;
}
</style>