Shades of Tana #B3B1A2
Tints of Tana #B3B1A2
RGB
CMYK
RGB Variations
Color information
#B3B1A2 (or 0xB3B1A2) is known color: Tana. HEX triplet: B3, B1 and A2. RGB value is (179,177,162). Sum of RGB (Red+Green+Blue) = 179+177+162=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 162 (63.67% from 255 or 31.27% from 518); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B1A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3B1A2 is #4C4E5D. Grayscale: #AFAFAF. Windows color (decimal): -5000798 or 10662323. OLE color: 10662323.
HSL color Cylindrical-coordinate representation of color #B3B1A2: hue angle of 52.94º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B3B1A2 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 177 | 162 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.30 |
| HSL | 52.94º | 0.1% | 0.67% | - |
| HSV(B) | 52.94º | 0.09% | 0.7% | - |
| XYZ | 40.83 | 43.64 | 40.45 | - |
| YUV | 175.89 | 120.16 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 177 | 162 | 0 | 0.01 | 0.09 | 0.30 | 52.94 | 0.1 | 0.67 |
| Hex | B3 | B1 | A2 | 0 | 1 | 9 | 1E | 35 | A | 43 |
| Octal | 263 | 261 | 242 | 0 | 1 | 11 | 36 | 65 | 12 | 103 |
| Binary | 10110011 | 10110001 | 10100010 | 0 | 1 | 1001 | 11110 | 110101 | 1010 | 1000011 |
Color Harmonies of #B3B1A2
Complementary color
Monochromatic Colors of #B3B1A2
Black with #B3B1A2
Text Example
Text Example
White with #B3B1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B1A2; }
p { color: rgb(179,177,162); }
H1.HeaderClassName
{
color: #B3B1A2;
}
.AnyTagClassName
{
color: #B3B1A2;
}
</style>
background-color css
<style>
a { background-color: #B3B1A2; }
a { background-color: rgb(179,177,162); }
div.DivClassName
{
background-color: #B3B1A2;
}
.BgClassName
{
background-color: #B3B1A2;
}
</style>
border-color css
<style>
span { border-color: #B3B1A2; }
span { border-color: rgb(179,177,162); }
td.TdClassName
{
border-color: #B3B1A2;
}
.TagClassName
{
border-color: #B3B1A2;
}
</style>