Shades of Tana #B4B0A4
Tints of Tana #B4B0A4
RGB
CMYK
RGB Variations
Color information
#B4B0A4 (or 0xB4B0A4) is known color: Tana. HEX triplet: B4, B0 and A4. RGB value is (180,176,164). Sum of RGB (Red+Green+Blue) = 180+176+164=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 164 (64.45% from 255 or 31.54% from 520); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B0A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B0A4 is #4B4F5B. Grayscale: #AFAFAF. Windows color (decimal): -4935516 or 10793140. OLE color: 10793140.
HSL color Cylindrical-coordinate representation of color #B4B0A4: hue angle of 45º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B4B0A4 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 176 | 164 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.29 |
| HSL | 45º | 0.1% | 0.67% | - |
| HSV(B) | 45º | 0.09% | 0.71% | - |
| XYZ | 41.05 | 43.43 | 41.34 | - |
| YUV | 175.83 | 121.33 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 176 | 164 | 0 | 0.02 | 0.09 | 0.29 | 45 | 0.1 | 0.67 |
| Hex | B4 | B0 | A4 | 0 | 2 | 9 | 1D | 2D | A | 43 |
| Octal | 264 | 260 | 244 | 0 | 2 | 11 | 35 | 55 | 12 | 103 |
| Binary | 10110100 | 10110000 | 10100100 | 0 | 10 | 1001 | 11101 | 101101 | 1010 | 1000011 |
Color Harmonies of #B4B0A4
Complementary color
Monochromatic Colors of #B4B0A4
Black with #B4B0A4
Text Example
Text Example
White with #B4B0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B0A4; }
p { color: rgb(180,176,164); }
H1.HeaderClassName
{
color: #B4B0A4;
}
.AnyTagClassName
{
color: #B4B0A4;
}
</style>
background-color css
<style>
a { background-color: #B4B0A4; }
a { background-color: rgb(180,176,164); }
div.DivClassName
{
background-color: #B4B0A4;
}
.BgClassName
{
background-color: #B4B0A4;
}
</style>
border-color css
<style>
span { border-color: #B4B0A4; }
span { border-color: rgb(180,176,164); }
td.TdClassName
{
border-color: #B4B0A4;
}
.TagClassName
{
border-color: #B4B0A4;
}
</style>