Shades of Tana #B5B59C
Tints of Tana #B5B59C
RGB
CMYK
RGB Variations
Color information
#B5B59C (or 0xB5B59C) is known color: Tana. HEX triplet: B5, B5 and 9C. RGB value is (181,181,156). Sum of RGB (Red+Green+Blue) = 181+181+156=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 181 (71.09% from 255 or 34.94% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 181 - color contains mainly: red, green. Hex color #B5B59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B59C is #4A4A63. Grayscale: #B2B2B2. Windows color (decimal): -4868708 or 10270133. OLE color: 10270133.
HSL color Cylindrical-coordinate representation of color #B5B59C: hue angle of 60º 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 #B5B59C is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 181 | 156 | - |
| CMYK | 0 | 0 | 0.14 | 0.29 |
| HSL | 60º | 0.14% | 0.66% | - |
| HSV(B) | 60º | 0.14% | 0.71% | - |
| XYZ | 41.58 | 45.27 | 38 | - |
| YUV | 178.15 | 115.5 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 181 | 156 | 0 | 0 | 0.14 | 0.29 | 60 | 0.14 | 0.66 |
| Hex | B5 | B5 | 9C | 0 | 0 | E | 1D | 3C | E | 42 |
| Octal | 265 | 265 | 234 | 0 | 0 | 16 | 35 | 74 | 16 | 102 |
| Binary | 10110101 | 10110101 | 10011100 | 0 | 0 | 1110 | 11101 | 111100 | 1110 | 1000010 |
Color Harmonies of #B5B59C
Complementary color
Monochromatic Colors of #B5B59C
Black with #B5B59C
Text Example
Text Example
White with #B5B59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B59C; }
p { color: rgb(181,181,156); }
H1.HeaderClassName
{
color: #B5B59C;
}
.AnyTagClassName
{
color: #B5B59C;
}
</style>
background-color css
<style>
a { background-color: #B5B59C; }
a { background-color: rgb(181,181,156); }
div.DivClassName
{
background-color: #B5B59C;
}
.BgClassName
{
background-color: #B5B59C;
}
</style>
border-color css
<style>
span { border-color: #B5B59C; }
span { border-color: rgb(181,181,156); }
td.TdClassName
{
border-color: #B5B59C;
}
.TagClassName
{
border-color: #B5B59C;
}
</style>