Shades of Tana #B3B2A1
Tints of Tana #B3B2A1
RGB
CMYK
RGB Variations
Color information
#B3B2A1 (or 0xB3B2A1) is known color: Tana. HEX triplet: B3, B2 and A1. RGB value is (179,178,161). Sum of RGB (Red+Green+Blue) = 179+178+161=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 161 (63.28% from 255 or 31.08% from 518); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B2A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3B2A1 is #4C4D5E. Grayscale: #B0B0B0. Windows color (decimal): -5000543 or 10597043. OLE color: 10597043.
HSL color Cylindrical-coordinate representation of color #B3B2A1: hue angle of 56.67º 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 #B3B2A1 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 178 | 161 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.30 |
| HSL | 56.67º | 0.11% | 0.67% | - |
| HSV(B) | 56.67º | 0.1% | 0.7% | - |
| XYZ | 40.94 | 44 | 40.05 | - |
| YUV | 176.36 | 119.33 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 178 | 161 | 0 | 0.01 | 0.10 | 0.30 | 56.67 | 0.11 | 0.67 |
| Hex | B3 | B2 | A1 | 0 | 1 | A | 1E | 39 | B | 43 |
| Octal | 263 | 262 | 241 | 0 | 1 | 12 | 36 | 71 | 13 | 103 |
| Binary | 10110011 | 10110010 | 10100001 | 0 | 1 | 1010 | 11110 | 111001 | 1011 | 1000011 |
Color Harmonies of #B3B2A1
Complementary color
Monochromatic Colors of #B3B2A1
Black with #B3B2A1
Text Example
Text Example
White with #B3B2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B2A1; }
p { color: rgb(179,178,161); }
H1.HeaderClassName
{
color: #B3B2A1;
}
.AnyTagClassName
{
color: #B3B2A1;
}
</style>
background-color css
<style>
a { background-color: #B3B2A1; }
a { background-color: rgb(179,178,161); }
div.DivClassName
{
background-color: #B3B2A1;
}
.BgClassName
{
background-color: #B3B2A1;
}
</style>
border-color css
<style>
span { border-color: #B3B2A1; }
span { border-color: rgb(179,178,161); }
td.TdClassName
{
border-color: #B3B2A1;
}
.TagClassName
{
border-color: #B3B2A1;
}
</style>