Shades of Tana #BEB999
Tints of Tana #BEB999
RGB
CMYK
RGB Variations
Color information
#BEB999 (or 0xBEB999) is known color: Tana. HEX triplet: BE, B9 and 99. RGB value is (190,185,153). Sum of RGB (Red+Green+Blue) = 190+185+153=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 153 (60.16% from 255 or 28.98% from 528); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB999 is #414666. Grayscale: #B6B6B6. Windows color (decimal): -4277863 or 10074558. OLE color: 10074558.
HSL color Cylindrical-coordinate representation of color #BEB999: hue angle of 51.89º 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 #BEB999 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 185 | 153 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.25 |
| HSL | 51.89º | 0.22% | 0.67% | - |
| HSV(B) | 51.89º | 0.19% | 0.75% | - |
| XYZ | 44.33 | 47.94 | 37.05 | - |
| YUV | 182.85 | 111.16 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 185 | 153 | 0 | 0.03 | 0.19 | 0.25 | 51.89 | 0.22 | 0.67 |
| Hex | BE | B9 | 99 | 0 | 3 | 13 | 19 | 34 | 16 | 43 |
| Octal | 276 | 271 | 231 | 0 | 3 | 23 | 31 | 64 | 26 | 103 |
| Binary | 10111110 | 10111001 | 10011001 | 0 | 11 | 10011 | 11001 | 110100 | 10110 | 1000011 |
Color Harmonies of #BEB999
Complementary color
Monochromatic Colors of #BEB999
Black with #BEB999
Text Example
Text Example
White with #BEB999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB999; }
p { color: rgb(190,185,153); }
H1.HeaderClassName
{
color: #BEB999;
}
.AnyTagClassName
{
color: #BEB999;
}
</style>
background-color css
<style>
a { background-color: #BEB999; }
a { background-color: rgb(190,185,153); }
div.DivClassName
{
background-color: #BEB999;
}
.BgClassName
{
background-color: #BEB999;
}
</style>
border-color css
<style>
span { border-color: #BEB999; }
span { border-color: rgb(190,185,153); }
td.TdClassName
{
border-color: #BEB999;
}
.TagClassName
{
border-color: #BEB999;
}
</style>