Shades of Tana #BEB99A
Tints of Tana #BEB99A
RGB
CMYK
RGB Variations
Color information
#BEB99A (or 0xBEB99A) is known color: Tana. HEX triplet: BE, B9 and 9A. RGB value is (190,185,154). Sum of RGB (Red+Green+Blue) = 190+185+154=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 154 (60.55% from 255 or 29.11% from 529); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB99A is #414665. Grayscale: #B7B7B7. Windows color (decimal): -4277862 or 10140094. OLE color: 10140094.
HSL color Cylindrical-coordinate representation of color #BEB99A: hue angle of 51.67º 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 #BEB99A is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 185 | 154 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.25 |
| HSL | 51.67º | 0.22% | 0.67% | - |
| HSV(B) | 51.67º | 0.19% | 0.75% | - |
| XYZ | 44.42 | 47.98 | 37.49 | - |
| YUV | 182.96 | 111.66 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 185 | 154 | 0 | 0.03 | 0.19 | 0.25 | 51.67 | 0.22 | 0.67 |
| Hex | BE | B9 | 9A | 0 | 3 | 13 | 19 | 34 | 16 | 43 |
| Octal | 276 | 271 | 232 | 0 | 3 | 23 | 31 | 64 | 26 | 103 |
| Binary | 10111110 | 10111001 | 10011010 | 0 | 11 | 10011 | 11001 | 110100 | 10110 | 1000011 |
Color Harmonies of #BEB99A
Complementary color
Monochromatic Colors of #BEB99A
Black with #BEB99A
Text Example
Text Example
White with #BEB99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB99A; }
p { color: rgb(190,185,154); }
H1.HeaderClassName
{
color: #BEB99A;
}
.AnyTagClassName
{
color: #BEB99A;
}
</style>
background-color css
<style>
a { background-color: #BEB99A; }
a { background-color: rgb(190,185,154); }
div.DivClassName
{
background-color: #BEB99A;
}
.BgClassName
{
background-color: #BEB99A;
}
</style>
border-color css
<style>
span { border-color: #BEB99A; }
span { border-color: rgb(190,185,154); }
td.TdClassName
{
border-color: #BEB99A;
}
.TagClassName
{
border-color: #BEB99A;
}
</style>