Shades of Tana #BEBB9B
Tints of Tana #BEBB9B
RGB
CMYK
RGB Variations
Color information
#BEBB9B (or 0xBEBB9B) is known color: Tana. HEX triplet: BE, BB and 9B. RGB value is (190,187,155). Sum of RGB (Red+Green+Blue) = 190+187+155=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 155 (60.94% from 255 or 29.14% from 532); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBB9B is #414464. Grayscale: #B8B8B8. Windows color (decimal): -4277349 or 10206142. OLE color: 10206142.
HSL color Cylindrical-coordinate representation of color #BEBB9B: hue angle of 54.86º 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 #BEBB9B is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 187 | 155 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.25 |
| HSL | 54.86º | 0.21% | 0.68% | - |
| HSV(B) | 54.86º | 0.18% | 0.75% | - |
| XYZ | 44.92 | 48.85 | 38.07 | - |
| YUV | 184.25 | 111.49 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 187 | 155 | 0 | 0.02 | 0.18 | 0.25 | 54.86 | 0.21 | 0.68 |
| Hex | BE | BB | 9B | 0 | 2 | 12 | 19 | 37 | 15 | 44 |
| Octal | 276 | 273 | 233 | 0 | 2 | 22 | 31 | 67 | 25 | 104 |
| Binary | 10111110 | 10111011 | 10011011 | 0 | 10 | 10010 | 11001 | 110111 | 10101 | 1000100 |
Color Harmonies of #BEBB9B
Complementary color
Monochromatic Colors of #BEBB9B
Black with #BEBB9B
Text Example
Text Example
White with #BEBB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBB9B; }
p { color: rgb(190,187,155); }
H1.HeaderClassName
{
color: #BEBB9B;
}
.AnyTagClassName
{
color: #BEBB9B;
}
</style>
background-color css
<style>
a { background-color: #BEBB9B; }
a { background-color: rgb(190,187,155); }
div.DivClassName
{
background-color: #BEBB9B;
}
.BgClassName
{
background-color: #BEBB9B;
}
</style>
border-color css
<style>
span { border-color: #BEBB9B; }
span { border-color: rgb(190,187,155); }
td.TdClassName
{
border-color: #BEBB9B;
}
.TagClassName
{
border-color: #BEBB9B;
}
</style>