Shades of Tana #BEB99C
Tints of Tana #BEB99C
RGB
CMYK
RGB Variations
Color information
#BEB99C (or 0xBEB99C) is known color: Tana. HEX triplet: BE, B9 and 9C. RGB value is (190,185,156). Sum of RGB (Red+Green+Blue) = 190+185+156=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 156 (61.33% from 255 or 29.38% from 531); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB99C is #414663. Grayscale: #B7B7B7. Windows color (decimal): -4277860 or 10271166. OLE color: 10271166.
HSL color Cylindrical-coordinate representation of color #BEB99C: hue angle of 51.18º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEB99C is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 185 | 156 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.25 |
| HSL | 51.18º | 0.21% | 0.68% | - |
| HSV(B) | 51.18º | 0.18% | 0.75% | - |
| XYZ | 44.58 | 48.05 | 38.38 | - |
| YUV | 183.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 185 | 156 | 0 | 0.03 | 0.18 | 0.25 | 51.18 | 0.21 | 0.68 |
| Hex | BE | B9 | 9C | 0 | 3 | 12 | 19 | 33 | 15 | 44 |
| Octal | 276 | 271 | 234 | 0 | 3 | 22 | 31 | 63 | 25 | 104 |
| Binary | 10111110 | 10111001 | 10011100 | 0 | 11 | 10010 | 11001 | 110011 | 10101 | 1000100 |
Color Harmonies of #BEB99C
Complementary color
Monochromatic Colors of #BEB99C
Black with #BEB99C
Text Example
Text Example
White with #BEB99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB99C; }
p { color: rgb(190,185,156); }
H1.HeaderClassName
{
color: #BEB99C;
}
.AnyTagClassName
{
color: #BEB99C;
}
</style>
background-color css
<style>
a { background-color: #BEB99C; }
a { background-color: rgb(190,185,156); }
div.DivClassName
{
background-color: #BEB99C;
}
.BgClassName
{
background-color: #BEB99C;
}
</style>
border-color css
<style>
span { border-color: #BEB99C; }
span { border-color: rgb(190,185,156); }
td.TdClassName
{
border-color: #BEB99C;
}
.TagClassName
{
border-color: #BEB99C;
}
</style>