Shades of Tana #BEBB98
Tints of Tana #BEBB98
RGB
CMYK
RGB Variations
Color information
#BEBB98 (or 0xBEBB98) is known color: Tana. HEX triplet: BE, BB and 98. RGB value is (190,187,152). Sum of RGB (Red+Green+Blue) = 190+187+152=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 152 (59.77% from 255 or 28.73% from 529); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBB98 is #414467. Grayscale: #B8B8B8. Windows color (decimal): -4277352 or 10009534. OLE color: 10009534.
HSL color Cylindrical-coordinate representation of color #BEBB98: hue angle of 55.26º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEBB98 is Cyan = 0, Magento = 0.02, Yellow = 0.2 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 187 | 152 | - |
| CMYK | 0 | 0.02 | 0.2 | 0.25 |
| HSL | 55.26º | 0.23% | 0.67% | - |
| HSV(B) | 55.26º | 0.2% | 0.75% | - |
| XYZ | 44.67 | 48.75 | 36.76 | - |
| YUV | 183.91 | 109.99 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 187 | 152 | 0 | 0.02 | 0.2 | 0.25 | 55.26 | 0.23 | 0.67 |
| Hex | BE | BB | 98 | 0 | 2 | 14 | 19 | 37 | 17 | 43 |
| Octal | 276 | 273 | 230 | 0 | 2 | 24 | 31 | 67 | 27 | 103 |
| Binary | 10111110 | 10111011 | 10011000 | 0 | 10 | 10100 | 11001 | 110111 | 10111 | 1000011 |
Color Harmonies of #BEBB98
Complementary color
Monochromatic Colors of #BEBB98
Black with #BEBB98
Text Example
Text Example
White with #BEBB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBB98; }
p { color: rgb(190,187,152); }
H1.HeaderClassName
{
color: #BEBB98;
}
.AnyTagClassName
{
color: #BEBB98;
}
</style>
background-color css
<style>
a { background-color: #BEBB98; }
a { background-color: rgb(190,187,152); }
div.DivClassName
{
background-color: #BEBB98;
}
.BgClassName
{
background-color: #BEBB98;
}
</style>
border-color css
<style>
span { border-color: #BEBB98; }
span { border-color: rgb(190,187,152); }
td.TdClassName
{
border-color: #BEBB98;
}
.TagClassName
{
border-color: #BEBB98;
}
</style>