Shades of Tana #B5B4A5
Tints of Tana #B5B4A5
RGB
CMYK
RGB Variations
Color information
#B5B4A5 (or 0xB5B4A5) is known color: Tana. HEX triplet: B5, B4 and A5. RGB value is (181,180,165). Sum of RGB (Red+Green+Blue) = 181+180+165=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 180 (70.70% from 255 or 34.22% from 526); Blue value is 165 (64.84% from 255 or 31.37% from 526); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B4A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B4A5 is #4A4B5A. Grayscale: #B2B2B2. Windows color (decimal): -4868955 or 10859701. OLE color: 10859701.
HSL color Cylindrical-coordinate representation of color #B5B4A5: hue angle of 56.25º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B5B4A5 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 180 | 165 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.29 |
| HSL | 56.25º | 0.1% | 0.68% | - |
| HSV(B) | 56.25º | 0.09% | 0.71% | - |
| XYZ | 42.17 | 45.18 | 42.1 | - |
| YUV | 178.59 | 120.33 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 180 | 165 | 0 | 0.01 | 0.09 | 0.29 | 56.25 | 0.1 | 0.68 |
| Hex | B5 | B4 | A5 | 0 | 1 | 9 | 1D | 38 | A | 44 |
| Octal | 265 | 264 | 245 | 0 | 1 | 11 | 35 | 70 | 12 | 104 |
| Binary | 10110101 | 10110100 | 10100101 | 0 | 1 | 1001 | 11101 | 111000 | 1010 | 1000100 |
Color Harmonies of #B5B4A5
Complementary color
Monochromatic Colors of #B5B4A5
Black with #B5B4A5
Text Example
Text Example
White with #B5B4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B4A5; }
p { color: rgb(181,180,165); }
H1.HeaderClassName
{
color: #B5B4A5;
}
.AnyTagClassName
{
color: #B5B4A5;
}
</style>
background-color css
<style>
a { background-color: #B5B4A5; }
a { background-color: rgb(181,180,165); }
div.DivClassName
{
background-color: #B5B4A5;
}
.BgClassName
{
background-color: #B5B4A5;
}
</style>
border-color css
<style>
span { border-color: #B5B4A5; }
span { border-color: rgb(181,180,165); }
td.TdClassName
{
border-color: #B5B4A5;
}
.TagClassName
{
border-color: #B5B4A5;
}
</style>