Shades of Tana #BEB99D
Tints of Tana #BEB99D
RGB
CMYK
RGB Variations
Color information
#BEB99D (or 0xBEB99D) is known color: Tana. HEX triplet: BE, B9 and 9D. RGB value is (190,185,157). Sum of RGB (Red+Green+Blue) = 190+185+157=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB99D is #414662. Grayscale: #B7B7B7. Windows color (decimal): -4277859 or 10336702. OLE color: 10336702.
HSL color Cylindrical-coordinate representation of color #BEB99D: hue angle of 50.91º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEB99D is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 185 | 157 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.25 |
| HSL | 50.91º | 0.2% | 0.68% | - |
| HSV(B) | 50.91º | 0.17% | 0.75% | - |
| XYZ | 44.67 | 48.08 | 38.82 | - |
| YUV | 183.3 | 113.16 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 185 | 157 | 0 | 0.03 | 0.17 | 0.25 | 50.91 | 0.2 | 0.68 |
| Hex | BE | B9 | 9D | 0 | 3 | 11 | 19 | 33 | 14 | 44 |
| Octal | 276 | 271 | 235 | 0 | 3 | 21 | 31 | 63 | 24 | 104 |
| Binary | 10111110 | 10111001 | 10011101 | 0 | 11 | 10001 | 11001 | 110011 | 10100 | 1000100 |
Color Harmonies of #BEB99D
Complementary color
Monochromatic Colors of #BEB99D
Black with #BEB99D
Text Example
Text Example
White with #BEB99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB99D; }
p { color: rgb(190,185,157); }
H1.HeaderClassName
{
color: #BEB99D;
}
.AnyTagClassName
{
color: #BEB99D;
}
</style>
background-color css
<style>
a { background-color: #BEB99D; }
a { background-color: rgb(190,185,157); }
div.DivClassName
{
background-color: #BEB99D;
}
.BgClassName
{
background-color: #BEB99D;
}
</style>
border-color css
<style>
span { border-color: #BEB99D; }
span { border-color: rgb(190,185,157); }
td.TdClassName
{
border-color: #BEB99D;
}
.TagClassName
{
border-color: #BEB99D;
}
</style>