Shades of Tana #B5B0A0
Tints of Tana #B5B0A0
RGB
CMYK
RGB Variations
Color information
#B5B0A0 (or 0xB5B0A0) is known color: Tana. HEX triplet: B5, B0 and A0. RGB value is (181,176,160). Sum of RGB (Red+Green+Blue) = 181+176+160=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B0A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B0A0 is #4A4F5F. Grayscale: #AFAFAF. Windows color (decimal): -4869984 or 10530997. OLE color: 10530997.
HSL color Cylindrical-coordinate representation of color #B5B0A0: hue angle of 45.71º 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 #B5B0A0 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 176 | 160 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.29 |
| HSL | 45.71º | 0.12% | 0.67% | - |
| HSV(B) | 45.71º | 0.12% | 0.71% | - |
| XYZ | 40.93 | 43.41 | 39.48 | - |
| YUV | 175.67 | 119.16 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 176 | 160 | 0 | 0.03 | 0.12 | 0.29 | 45.71 | 0.12 | 0.67 |
| Hex | B5 | B0 | A0 | 0 | 3 | C | 1D | 2E | C | 43 |
| Octal | 265 | 260 | 240 | 0 | 3 | 14 | 35 | 56 | 14 | 103 |
| Binary | 10110101 | 10110000 | 10100000 | 0 | 11 | 1100 | 11101 | 101110 | 1100 | 1000011 |
Color Harmonies of #B5B0A0
Complementary color
Monochromatic Colors of #B5B0A0
Black with #B5B0A0
Text Example
Text Example
White with #B5B0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B0A0; }
p { color: rgb(181,176,160); }
H1.HeaderClassName
{
color: #B5B0A0;
}
.AnyTagClassName
{
color: #B5B0A0;
}
</style>
background-color css
<style>
a { background-color: #B5B0A0; }
a { background-color: rgb(181,176,160); }
div.DivClassName
{
background-color: #B5B0A0;
}
.BgClassName
{
background-color: #B5B0A0;
}
</style>
border-color css
<style>
span { border-color: #B5B0A0; }
span { border-color: rgb(181,176,160); }
td.TdClassName
{
border-color: #B5B0A0;
}
.TagClassName
{
border-color: #B5B0A0;
}
</style>