Shades of Tana #BEB89B
Tints of Tana #BEB89B
RGB
CMYK
RGB Variations
Color information
#BEB89B (or 0xBEB89B) is known color: Tana. HEX triplet: BE, B8 and 9B. RGB value is (190,184,155). Sum of RGB (Red+Green+Blue) = 190+184+155=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 155 (60.94% from 255 or 29.30% from 529); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB89B is #414764. Grayscale: #B6B6B6. Windows color (decimal): -4278117 or 10205374. OLE color: 10205374.
HSL color Cylindrical-coordinate representation of color #BEB89B: hue angle of 49.71º 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 #BEB89B is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 184 | 155 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.25 |
| HSL | 49.71º | 0.21% | 0.68% | - |
| HSV(B) | 49.71º | 0.18% | 0.75% | - |
| XYZ | 44.29 | 47.59 | 37.86 | - |
| YUV | 182.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 184 | 155 | 0 | 0.03 | 0.18 | 0.25 | 49.71 | 0.21 | 0.68 |
| Hex | BE | B8 | 9B | 0 | 3 | 12 | 19 | 32 | 15 | 44 |
| Octal | 276 | 270 | 233 | 0 | 3 | 22 | 31 | 62 | 25 | 104 |
| Binary | 10111110 | 10111000 | 10011011 | 0 | 11 | 10010 | 11001 | 110010 | 10101 | 1000100 |
Color Harmonies of #BEB89B
Complementary color
Monochromatic Colors of #BEB89B
Black with #BEB89B
Text Example
Text Example
White with #BEB89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB89B; }
p { color: rgb(190,184,155); }
H1.HeaderClassName
{
color: #BEB89B;
}
.AnyTagClassName
{
color: #BEB89B;
}
</style>
background-color css
<style>
a { background-color: #BEB89B; }
a { background-color: rgb(190,184,155); }
div.DivClassName
{
background-color: #BEB89B;
}
.BgClassName
{
background-color: #BEB89B;
}
</style>
border-color css
<style>
span { border-color: #BEB89B; }
span { border-color: rgb(190,184,155); }
td.TdClassName
{
border-color: #BEB89B;
}
.TagClassName
{
border-color: #BEB89B;
}
</style>