Shades of Tana #B5B4A0
Tints of Tana #B5B4A0
RGB
CMYK
RGB Variations
Color information
#B5B4A0 (or 0xB5B4A0) is known color: Tana. HEX triplet: B5, B4 and A0. RGB value is (181,180,160). Sum of RGB (Red+Green+Blue) = 181+180+160=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 160 (62.89% from 255 or 30.71% from 521); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B4A0 is #4A4B5F. Grayscale: #B2B2B2. Windows color (decimal): -4868960 or 10532021. OLE color: 10532021.
HSL color Cylindrical-coordinate representation of color #B5B4A0: hue angle of 57.14º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5B4A0 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 180 | 160 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.29 |
| HSL | 57.14º | 0.12% | 0.67% | - |
| HSV(B) | 57.14º | 0.12% | 0.71% | - |
| XYZ | 41.72 | 45 | 39.75 | - |
| YUV | 178.02 | 117.83 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 180 | 160 | 0 | 0.01 | 0.12 | 0.29 | 57.14 | 0.12 | 0.67 |
| Hex | B5 | B4 | A0 | 0 | 1 | C | 1D | 39 | C | 43 |
| Octal | 265 | 264 | 240 | 0 | 1 | 14 | 35 | 71 | 14 | 103 |
| Binary | 10110101 | 10110100 | 10100000 | 0 | 1 | 1100 | 11101 | 111001 | 1100 | 1000011 |
Color Harmonies of #B5B4A0
Complementary color
Monochromatic Colors of #B5B4A0
Black with #B5B4A0
Text Example
Text Example
White with #B5B4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B4A0; }
p { color: rgb(181,180,160); }
H1.HeaderClassName
{
color: #B5B4A0;
}
.AnyTagClassName
{
color: #B5B4A0;
}
</style>
background-color css
<style>
a { background-color: #B5B4A0; }
a { background-color: rgb(181,180,160); }
div.DivClassName
{
background-color: #B5B4A0;
}
.BgClassName
{
background-color: #B5B4A0;
}
</style>
border-color css
<style>
span { border-color: #B5B4A0; }
span { border-color: rgb(181,180,160); }
td.TdClassName
{
border-color: #B5B4A0;
}
.TagClassName
{
border-color: #B5B4A0;
}
</style>