Shades of Tana #B4B0A3
Tints of Tana #B4B0A3
RGB
CMYK
RGB Variations
Color information
#B4B0A3 (or 0xB4B0A3) is known color: Tana. HEX triplet: B4, B0 and A3. RGB value is (180,176,163). Sum of RGB (Red+Green+Blue) = 180+176+163=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 163 (64.06% from 255 or 31.41% from 519); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B0A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B0A3 is #4B4F5C. Grayscale: #AFAFAF. Windows color (decimal): -4935517 or 10727604. OLE color: 10727604.
HSL color Cylindrical-coordinate representation of color #B4B0A3: hue angle of 45.88º 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 #B4B0A3 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 176 | 163 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.29 |
| HSL | 45.88º | 0.1% | 0.67% | - |
| HSV(B) | 45.88º | 0.09% | 0.71% | - |
| XYZ | 40.96 | 43.4 | 40.87 | - |
| YUV | 175.71 | 120.83 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 176 | 163 | 0 | 0.02 | 0.09 | 0.29 | 45.88 | 0.1 | 0.67 |
| Hex | B4 | B0 | A3 | 0 | 2 | 9 | 1D | 2E | A | 43 |
| Octal | 264 | 260 | 243 | 0 | 2 | 11 | 35 | 56 | 12 | 103 |
| Binary | 10110100 | 10110000 | 10100011 | 0 | 10 | 1001 | 11101 | 101110 | 1010 | 1000011 |
Color Harmonies of #B4B0A3
Complementary color
Monochromatic Colors of #B4B0A3
Black with #B4B0A3
Text Example
Text Example
White with #B4B0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B0A3; }
p { color: rgb(180,176,163); }
H1.HeaderClassName
{
color: #B4B0A3;
}
.AnyTagClassName
{
color: #B4B0A3;
}
</style>
background-color css
<style>
a { background-color: #B4B0A3; }
a { background-color: rgb(180,176,163); }
div.DivClassName
{
background-color: #B4B0A3;
}
.BgClassName
{
background-color: #B4B0A3;
}
</style>
border-color css
<style>
span { border-color: #B4B0A3; }
span { border-color: rgb(180,176,163); }
td.TdClassName
{
border-color: #B4B0A3;
}
.TagClassName
{
border-color: #B4B0A3;
}
</style>