Shades of Tana #B3B0A1
Tints of Tana #B3B0A1
RGB
CMYK
RGB Variations
Color information
#B3B0A1 (or 0xB3B0A1) is known color: Tana. HEX triplet: B3, B0 and A1. RGB value is (179,176,161). Sum of RGB (Red+Green+Blue) = 179+176+161=516 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.69% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 161 (63.28% from 255 or 31.20% from 516); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B0A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3B0A1 is #4C4F5E. Grayscale: #AFAFAF. Windows color (decimal): -5001055 or 10596531. OLE color: 10596531.
HSL color Cylindrical-coordinate representation of color #B3B0A1: hue angle of 50º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B3B0A1 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 176 | 161 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.30 |
| HSL | 50º | 0.11% | 0.67% | - |
| HSV(B) | 50º | 0.1% | 0.7% | - |
| XYZ | 40.55 | 43.21 | 39.92 | - |
| YUV | 175.19 | 119.99 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 176 | 161 | 0 | 0.02 | 0.10 | 0.30 | 50 | 0.11 | 0.67 |
| Hex | B3 | B0 | A1 | 0 | 2 | A | 1E | 32 | B | 43 |
| Octal | 263 | 260 | 241 | 0 | 2 | 12 | 36 | 62 | 13 | 103 |
| Binary | 10110011 | 10110000 | 10100001 | 0 | 10 | 1010 | 11110 | 110010 | 1011 | 1000011 |
Color Harmonies of #B3B0A1
Complementary color
Monochromatic Colors of #B3B0A1
Black with #B3B0A1
Text Example
Text Example
White with #B3B0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B0A1; }
p { color: rgb(179,176,161); }
H1.HeaderClassName
{
color: #B3B0A1;
}
.AnyTagClassName
{
color: #B3B0A1;
}
</style>
background-color css
<style>
a { background-color: #B3B0A1; }
a { background-color: rgb(179,176,161); }
div.DivClassName
{
background-color: #B3B0A1;
}
.BgClassName
{
background-color: #B3B0A1;
}
</style>
border-color css
<style>
span { border-color: #B3B0A1; }
span { border-color: rgb(179,176,161); }
td.TdClassName
{
border-color: #B3B0A1;
}
.TagClassName
{
border-color: #B3B0A1;
}
</style>