Shades of Tana #B5B39C
Tints of Tana #B5B39C
RGB
CMYK
RGB Variations
Color information
#B5B39C (or 0xB5B39C) is known color: Tana. HEX triplet: B5, B3 and 9C. RGB value is (181,179,156). Sum of RGB (Red+Green+Blue) = 181+179+156=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B39C is #4A4C63. Grayscale: #B1B1B1. Windows color (decimal): -4869220 or 10269621. OLE color: 10269621.
HSL color Cylindrical-coordinate representation of color #B5B39C: hue angle of 55.2º degrees, saturation: 0.14, 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 #B5B39C is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 179 | 156 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.29 |
| HSL | 55.2º | 0.14% | 0.66% | - |
| HSV(B) | 55.2º | 0.14% | 0.71% | - |
| XYZ | 41.18 | 44.46 | 37.86 | - |
| YUV | 176.98 | 116.16 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 179 | 156 | 0 | 0.01 | 0.14 | 0.29 | 55.2 | 0.14 | 0.66 |
| Hex | B5 | B3 | 9C | 0 | 1 | E | 1D | 37 | E | 42 |
| Octal | 265 | 263 | 234 | 0 | 1 | 16 | 35 | 67 | 16 | 102 |
| Binary | 10110101 | 10110011 | 10011100 | 0 | 1 | 1110 | 11101 | 110111 | 1110 | 1000010 |
Color Harmonies of #B5B39C
Complementary color
Monochromatic Colors of #B5B39C
Black with #B5B39C
Text Example
Text Example
White with #B5B39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B39C; }
p { color: rgb(181,179,156); }
H1.HeaderClassName
{
color: #B5B39C;
}
.AnyTagClassName
{
color: #B5B39C;
}
</style>
background-color css
<style>
a { background-color: #B5B39C; }
a { background-color: rgb(181,179,156); }
div.DivClassName
{
background-color: #B5B39C;
}
.BgClassName
{
background-color: #B5B39C;
}
</style>
border-color css
<style>
span { border-color: #B5B39C; }
span { border-color: rgb(181,179,156); }
td.TdClassName
{
border-color: #B5B39C;
}
.TagClassName
{
border-color: #B5B39C;
}
</style>