Shades of Tana #B3B3A2
Tints of Tana #B3B3A2
RGB
CMYK
RGB Variations
Color information
#B3B3A2 (or 0xB3B3A2) is known color: Tana. HEX triplet: B3, B3 and A2. RGB value is (179,179,162). Sum of RGB (Red+Green+Blue) = 179+179+162=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 162 (63.67% from 255 or 31.15% from 520); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B3A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B3A2 is #4C4C5D. Grayscale: #B1B1B1. Windows color (decimal): -5000286 or 10662835. OLE color: 10662835.
HSL color Cylindrical-coordinate representation of color #B3B3A2: hue angle of 60º 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 #B3B3A2 is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 179 | 162 | - |
| CMYK | 0 | 0 | 0.09 | 0.30 |
| HSL | 60º | 0.1% | 0.67% | - |
| HSV(B) | 60º | 0.09% | 0.7% | - |
| XYZ | 41.23 | 44.43 | 40.59 | - |
| YUV | 177.06 | 119.5 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 179 | 162 | 0 | 0 | 0.09 | 0.30 | 60 | 0.1 | 0.67 |
| Hex | B3 | B3 | A2 | 0 | 0 | 9 | 1E | 3C | A | 43 |
| Octal | 263 | 263 | 242 | 0 | 0 | 11 | 36 | 74 | 12 | 103 |
| Binary | 10110011 | 10110011 | 10100010 | 0 | 0 | 1001 | 11110 | 111100 | 1010 | 1000011 |
Color Harmonies of #B3B3A2
Complementary color
Monochromatic Colors of #B3B3A2
Black with #B3B3A2
Text Example
Text Example
White with #B3B3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B3A2; }
p { color: rgb(179,179,162); }
H1.HeaderClassName
{
color: #B3B3A2;
}
.AnyTagClassName
{
color: #B3B3A2;
}
</style>
background-color css
<style>
a { background-color: #B3B3A2; }
a { background-color: rgb(179,179,162); }
div.DivClassName
{
background-color: #B3B3A2;
}
.BgClassName
{
background-color: #B3B3A2;
}
</style>
border-color css
<style>
span { border-color: #B3B3A2; }
span { border-color: rgb(179,179,162); }
td.TdClassName
{
border-color: #B3B3A2;
}
.TagClassName
{
border-color: #B3B3A2;
}
</style>