Shades of Tana #B4B59C
Tints of Tana #B4B59C
RGB
CMYK
RGB Variations
Color information
#B4B59C (or 0xB4B59C) is known color: Tana. HEX triplet: B4, B5 and 9C. RGB value is (180,181,156). Sum of RGB (Red+Green+Blue) = 180+181+156=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 156 (61.33% from 255 or 30.17% from 517); Max value from RGB is 181 - color contains mainly: green. Hex color #B4B59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B59C is #4B4A63. Grayscale: #B1B1B1. Windows color (decimal): -4934244 or 10270132. OLE color: 10270132.
HSL color Cylindrical-coordinate representation of color #B4B59C: hue angle of 62.4º 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 #B4B59C is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 181 | 156 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.29 |
| HSL | 62.4º | 0.14% | 0.66% | - |
| HSV(B) | 62.4º | 0.14% | 0.71% | - |
| XYZ | 41.35 | 45.15 | 37.99 | - |
| YUV | 177.85 | 115.67 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 181 | 156 | 0.01 | 0 | 0.14 | 0.29 | 62.4 | 0.14 | 0.66 |
| Hex | B4 | B5 | 9C | 1 | 0 | E | 1D | 3E | E | 42 |
| Octal | 264 | 265 | 234 | 1 | 0 | 16 | 35 | 76 | 16 | 102 |
| Binary | 10110100 | 10110101 | 10011100 | 1 | 0 | 1110 | 11101 | 111110 | 1110 | 1000010 |
Color Harmonies of #B4B59C
Complementary color
Monochromatic Colors of #B4B59C
Black with #B4B59C
Text Example
Text Example
White with #B4B59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B59C; }
p { color: rgb(180,181,156); }
H1.HeaderClassName
{
color: #B4B59C;
}
.AnyTagClassName
{
color: #B4B59C;
}
</style>
background-color css
<style>
a { background-color: #B4B59C; }
a { background-color: rgb(180,181,156); }
div.DivClassName
{
background-color: #B4B59C;
}
.BgClassName
{
background-color: #B4B59C;
}
</style>
border-color css
<style>
span { border-color: #B4B59C; }
span { border-color: rgb(180,181,156); }
td.TdClassName
{
border-color: #B4B59C;
}
.TagClassName
{
border-color: #B4B59C;
}
</style>