Shades of Tea #BEB6A8
Tints of Tea #BEB6A8
RGB
CMYK
RGB Variations
Color information
#BEB6A8 (or 0xBEB6A8) is known color: Tea. HEX triplet: BE, B6 and A8. RGB value is (190,182,168). Sum of RGB (Red+Green+Blue) = 190+182+168=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 182 (71.48% from 255 or 33.70% from 540); Blue value is 168 (66.02% from 255 or 31.11% from 540); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB6A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB6A8 is #414957. Grayscale: #B6B6B6. Windows color (decimal): -4278616 or 11056830. OLE color: 11056830.
HSL color Cylindrical-coordinate representation of color #BEB6A8: hue angle of 38.18º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEB6A8 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 182 | 168 | - |
CMYK | 0 | 0.04 | 0.12 | 0.25 |
HSL | 38.18º | 0.14% | 0.7% | - |
HSV(B) | 38.18º | 0.12% | 0.75% | - |
XYZ | 45.03 | 47.23 | 43.79 | - |
YUV | 182.8 | 119.65 | 133.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 182 | 168 | 0 | 0.04 | 0.12 | 0.25 | 38.18 | 0.14 | 0.7 |
Hex | BE | B6 | A8 | 0 | 4 | C | 19 | 26 | E | 46 |
Octal | 276 | 266 | 250 | 0 | 4 | 14 | 31 | 46 | 16 | 106 |
Binary | 10111110 | 10110110 | 10101000 | 0 | 100 | 1100 | 11001 | 100110 | 1110 | 1000110 |
Color Harmonies of #BEB6A8
Complementary color
Monochromatic Colors of #BEB6A8
Black with #BEB6A8
Text Example
Text Example
White with #BEB6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB6A8; }
p { color: rgb(190,182,168); }
H1.HeaderClassName
{
color: #BEB6A8;
}
.AnyTagClassName
{
color: #BEB6A8;
}
</style>
background-color css
<style>
a { background-color: #BEB6A8; }
a { background-color: rgb(190,182,168); }
div.DivClassName
{
background-color: #BEB6A8;
}
.BgClassName
{
background-color: #BEB6A8;
}
</style>
border-color css
<style>
span { border-color: #BEB6A8; }
span { border-color: rgb(190,182,168); }
td.TdClassName
{
border-color: #BEB6A8;
}
.TagClassName
{
border-color: #BEB6A8;
}
</style>