Shades of Tana #BEBA9A
Tints of Tana #BEBA9A
RGB
CMYK
RGB Variations
Color information
#BEBA9A (or 0xBEBA9A) is known color: Tana. HEX triplet: BE, BA and 9A. RGB value is (190,186,154). Sum of RGB (Red+Green+Blue) = 190+186+154=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 154 (60.55% from 255 or 29.06% from 530); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBA9A is #414565. Grayscale: #B7B7B7. Windows color (decimal): -4277606 or 10140350. OLE color: 10140350.
HSL color Cylindrical-coordinate representation of color #BEBA9A: hue angle of 53.33º 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 #BEBA9A is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 186 | 154 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.25 |
| HSL | 53.33º | 0.22% | 0.67% | - |
| HSV(B) | 53.33º | 0.19% | 0.75% | - |
| XYZ | 44.63 | 48.4 | 37.56 | - |
| YUV | 183.55 | 111.33 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 186 | 154 | 0 | 0.02 | 0.19 | 0.25 | 53.33 | 0.22 | 0.67 |
| Hex | BE | BA | 9A | 0 | 2 | 13 | 19 | 35 | 16 | 43 |
| Octal | 276 | 272 | 232 | 0 | 2 | 23 | 31 | 65 | 26 | 103 |
| Binary | 10111110 | 10111010 | 10011010 | 0 | 10 | 10011 | 11001 | 110101 | 10110 | 1000011 |
Color Harmonies of #BEBA9A
Complementary color
Monochromatic Colors of #BEBA9A
Black with #BEBA9A
Text Example
Text Example
White with #BEBA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBA9A; }
p { color: rgb(190,186,154); }
H1.HeaderClassName
{
color: #BEBA9A;
}
.AnyTagClassName
{
color: #BEBA9A;
}
</style>
background-color css
<style>
a { background-color: #BEBA9A; }
a { background-color: rgb(190,186,154); }
div.DivClassName
{
background-color: #BEBA9A;
}
.BgClassName
{
background-color: #BEBA9A;
}
</style>
border-color css
<style>
span { border-color: #BEBA9A; }
span { border-color: rgb(190,186,154); }
td.TdClassName
{
border-color: #BEBA9A;
}
.TagClassName
{
border-color: #BEBA9A;
}
</style>