Shades of Tana #BEBB9A
Tints of Tana #BEBB9A
RGB
CMYK
RGB Variations
Color information
#BEBB9A (or 0xBEBB9A) is known color: Tana. HEX triplet: BE, BB and 9A. RGB value is (190,187,154). Sum of RGB (Red+Green+Blue) = 190+187+154=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBB9A is #414465. Grayscale: #B8B8B8. Windows color (decimal): -4277350 or 10140606. OLE color: 10140606.
HSL color Cylindrical-coordinate representation of color #BEBB9A: hue angle of 55º 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 #BEBB9A is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 187 | 154 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.25 |
| HSL | 55º | 0.22% | 0.67% | - |
| HSV(B) | 55º | 0.19% | 0.75% | - |
| XYZ | 44.84 | 48.82 | 37.63 | - |
| YUV | 184.14 | 110.99 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 187 | 154 | 0 | 0.02 | 0.19 | 0.25 | 55 | 0.22 | 0.67 |
| Hex | BE | BB | 9A | 0 | 2 | 13 | 19 | 37 | 16 | 43 |
| Octal | 276 | 273 | 232 | 0 | 2 | 23 | 31 | 67 | 26 | 103 |
| Binary | 10111110 | 10111011 | 10011010 | 0 | 10 | 10011 | 11001 | 110111 | 10110 | 1000011 |
Color Harmonies of #BEBB9A
Complementary color
Monochromatic Colors of #BEBB9A
Black with #BEBB9A
Text Example
Text Example
White with #BEBB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBB9A; }
p { color: rgb(190,187,154); }
H1.HeaderClassName
{
color: #BEBB9A;
}
.AnyTagClassName
{
color: #BEBB9A;
}
</style>
background-color css
<style>
a { background-color: #BEBB9A; }
a { background-color: rgb(190,187,154); }
div.DivClassName
{
background-color: #BEBB9A;
}
.BgClassName
{
background-color: #BEBB9A;
}
</style>
border-color css
<style>
span { border-color: #BEBB9A; }
span { border-color: rgb(190,187,154); }
td.TdClassName
{
border-color: #BEBB9A;
}
.TagClassName
{
border-color: #BEBB9A;
}
</style>