Shades of Tana #BEB799
Tints of Tana #BEB799
RGB
CMYK
RGB Variations
Color information
#BEB799 (or 0xBEB799) is known color: Tana. HEX triplet: BE, B7 and 99. RGB value is (190,183,153). Sum of RGB (Red+Green+Blue) = 190+183+153=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 183 (71.88% from 255 or 34.79% from 526); Blue value is 153 (60.16% from 255 or 29.09% from 526); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB799 is #414866. Grayscale: #B5B5B5. Windows color (decimal): -4278375 or 10074046. OLE color: 10074046.
HSL color Cylindrical-coordinate representation of color #BEB799: hue angle of 48.65º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEB799 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 183 | 153 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.25 |
| HSL | 48.65º | 0.22% | 0.67% | - |
| HSV(B) | 48.65º | 0.19% | 0.75% | - |
| XYZ | 43.92 | 47.11 | 36.92 | - |
| YUV | 181.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 183 | 153 | 0 | 0.04 | 0.19 | 0.25 | 48.65 | 0.22 | 0.67 |
| Hex | BE | B7 | 99 | 0 | 4 | 13 | 19 | 31 | 16 | 43 |
| Octal | 276 | 267 | 231 | 0 | 4 | 23 | 31 | 61 | 26 | 103 |
| Binary | 10111110 | 10110111 | 10011001 | 0 | 100 | 10011 | 11001 | 110001 | 10110 | 1000011 |
Color Harmonies of #BEB799
Complementary color
Monochromatic Colors of #BEB799
Black with #BEB799
Text Example
Text Example
White with #BEB799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB799; }
p { color: rgb(190,183,153); }
H1.HeaderClassName
{
color: #BEB799;
}
.AnyTagClassName
{
color: #BEB799;
}
</style>
background-color css
<style>
a { background-color: #BEB799; }
a { background-color: rgb(190,183,153); }
div.DivClassName
{
background-color: #BEB799;
}
.BgClassName
{
background-color: #BEB799;
}
</style>
border-color css
<style>
span { border-color: #BEB799; }
span { border-color: rgb(190,183,153); }
td.TdClassName
{
border-color: #BEB799;
}
.TagClassName
{
border-color: #BEB799;
}
</style>