Shades of Tana #B5B49D
Tints of Tana #B5B49D
RGB
CMYK
RGB Variations
Color information
#B5B49D (or 0xB5B49D) is known color: Tana. HEX triplet: B5, B4 and 9D. RGB value is (181,180,157). Sum of RGB (Red+Green+Blue) = 181+180+157=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 157 (61.72% from 255 or 30.31% from 518); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B49D is #4A4B62. Grayscale: #B1B1B1. Windows color (decimal): -4868963 or 10335413. OLE color: 10335413.
HSL color Cylindrical-coordinate representation of color #B5B49D: hue angle of 57.5º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5B49D is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 180 | 157 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.29 |
| HSL | 57.5º | 0.14% | 0.66% | - |
| HSV(B) | 57.5º | 0.13% | 0.71% | - |
| XYZ | 41.46 | 44.9 | 38.38 | - |
| YUV | 177.68 | 116.33 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 180 | 157 | 0 | 0.01 | 0.13 | 0.29 | 57.5 | 0.14 | 0.66 |
| Hex | B5 | B4 | 9D | 0 | 1 | D | 1D | 3A | E | 42 |
| Octal | 265 | 264 | 235 | 0 | 1 | 15 | 35 | 72 | 16 | 102 |
| Binary | 10110101 | 10110100 | 10011101 | 0 | 1 | 1101 | 11101 | 111010 | 1110 | 1000010 |
Color Harmonies of #B5B49D
Complementary color
Monochromatic Colors of #B5B49D
Black with #B5B49D
Text Example
Text Example
White with #B5B49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B49D; }
p { color: rgb(181,180,157); }
H1.HeaderClassName
{
color: #B5B49D;
}
.AnyTagClassName
{
color: #B5B49D;
}
</style>
background-color css
<style>
a { background-color: #B5B49D; }
a { background-color: rgb(181,180,157); }
div.DivClassName
{
background-color: #B5B49D;
}
.BgClassName
{
background-color: #B5B49D;
}
</style>
border-color css
<style>
span { border-color: #B5B49D; }
span { border-color: rgb(181,180,157); }
td.TdClassName
{
border-color: #B5B49D;
}
.TagClassName
{
border-color: #B5B49D;
}
</style>