Shades of Tana #B5B49B
Tints of Tana #B5B49B
RGB
CMYK
RGB Variations
Color information
#B5B49B (or 0xB5B49B) is known color: Tana. HEX triplet: B5, B4 and 9B. RGB value is (181,180,155). Sum of RGB (Red+Green+Blue) = 181+180+155=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 155 (60.94% from 255 or 30.04% from 516); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B49B is #4A4B64. Grayscale: #B1B1B1. Windows color (decimal): -4868965 or 10204341. OLE color: 10204341.
HSL color Cylindrical-coordinate representation of color #B5B49B: hue angle of 57.69º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B5B49B is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 180 | 155 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.29 |
| HSL | 57.69º | 0.15% | 0.66% | - |
| HSV(B) | 57.69º | 0.14% | 0.71% | - |
| XYZ | 41.29 | 44.83 | 37.49 | - |
| YUV | 177.45 | 115.33 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 180 | 155 | 0 | 0.01 | 0.14 | 0.29 | 57.69 | 0.15 | 0.66 |
| Hex | B5 | B4 | 9B | 0 | 1 | E | 1D | 3A | F | 42 |
| Octal | 265 | 264 | 233 | 0 | 1 | 16 | 35 | 72 | 17 | 102 |
| Binary | 10110101 | 10110100 | 10011011 | 0 | 1 | 1110 | 11101 | 111010 | 1111 | 1000010 |
Color Harmonies of #B5B49B
Complementary color
Monochromatic Colors of #B5B49B
Black with #B5B49B
Text Example
Text Example
White with #B5B49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B49B; }
p { color: rgb(181,180,155); }
H1.HeaderClassName
{
color: #B5B49B;
}
.AnyTagClassName
{
color: #B5B49B;
}
</style>
background-color css
<style>
a { background-color: #B5B49B; }
a { background-color: rgb(181,180,155); }
div.DivClassName
{
background-color: #B5B49B;
}
.BgClassName
{
background-color: #B5B49B;
}
</style>
border-color css
<style>
span { border-color: #B5B49B; }
span { border-color: rgb(181,180,155); }
td.TdClassName
{
border-color: #B5B49B;
}
.TagClassName
{
border-color: #B5B49B;
}
</style>