Shades of Tea #BEB2A3
Tints of Tea #BEB2A3
RGB
CMYK
RGB Variations
Color information
#BEB2A3 (or 0xBEB2A3) is known color: Tea. HEX triplet: BE, B2 and A3. RGB value is (190,178,163). Sum of RGB (Red+Green+Blue) = 190+178+163=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 163 (64.06% from 255 or 30.70% from 531); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB2A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB2A3 is #414D5C. Grayscale: #B3B3B3. Windows color (decimal): -4279645 or 10728126. OLE color: 10728126.
HSL color Cylindrical-coordinate representation of color #BEB2A3: hue angle of 33.33º 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 #BEB2A3 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 178 | 163 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.25 |
| HSL | 33.33º | 0.17% | 0.69% | - |
| HSV(B) | 33.33º | 0.14% | 0.75% | - |
| XYZ | 43.77 | 45.43 | 41.11 | - |
| YUV | 179.88 | 118.48 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 178 | 163 | 0 | 0.06 | 0.14 | 0.25 | 33.33 | 0.17 | 0.69 |
| Hex | BE | B2 | A3 | 0 | 6 | E | 19 | 21 | 11 | 45 |
| Octal | 276 | 262 | 243 | 0 | 6 | 16 | 31 | 41 | 21 | 105 |
| Binary | 10111110 | 10110010 | 10100011 | 0 | 110 | 1110 | 11001 | 100001 | 10001 | 1000101 |
Color Harmonies of #BEB2A3
Complementary color
Monochromatic Colors of #BEB2A3
Black with #BEB2A3
Text Example
Text Example
White with #BEB2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB2A3; }
p { color: rgb(190,178,163); }
H1.HeaderClassName
{
color: #BEB2A3;
}
.AnyTagClassName
{
color: #BEB2A3;
}
</style>
background-color css
<style>
a { background-color: #BEB2A3; }
a { background-color: rgb(190,178,163); }
div.DivClassName
{
background-color: #BEB2A3;
}
.BgClassName
{
background-color: #BEB2A3;
}
</style>
border-color css
<style>
span { border-color: #BEB2A3; }
span { border-color: rgb(190,178,163); }
td.TdClassName
{
border-color: #BEB2A3;
}
.TagClassName
{
border-color: #BEB2A3;
}
</style>