Shades of Tana #B3B0A3
Tints of Tana #B3B0A3
RGB
CMYK
RGB Variations
Color information
#B3B0A3 (or 0xB3B0A3) is known color: Tana. HEX triplet: B3, B0 and A3. RGB value is (179,176,163). Sum of RGB (Red+Green+Blue) = 179+176+163=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 163 (64.06% from 255 or 31.47% from 518); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B0A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3B0A3 is #4C4F5C. Grayscale: #AFAFAF. Windows color (decimal): -5001053 or 10727603. OLE color: 10727603.
HSL color Cylindrical-coordinate representation of color #B3B0A3: hue angle of 48.75º 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 #B3B0A3 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 176 | 163 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.30 |
| HSL | 48.75º | 0.1% | 0.67% | - |
| HSV(B) | 48.75º | 0.09% | 0.7% | - |
| XYZ | 40.73 | 43.28 | 40.86 | - |
| YUV | 175.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 176 | 163 | 0 | 0.02 | 0.09 | 0.30 | 48.75 | 0.1 | 0.67 |
| Hex | B3 | B0 | A3 | 0 | 2 | 9 | 1E | 31 | A | 43 |
| Octal | 263 | 260 | 243 | 0 | 2 | 11 | 36 | 61 | 12 | 103 |
| Binary | 10110011 | 10110000 | 10100011 | 0 | 10 | 1001 | 11110 | 110001 | 1010 | 1000011 |
Color Harmonies of #B3B0A3
Complementary color
Monochromatic Colors of #B3B0A3
Black with #B3B0A3
Text Example
Text Example
White with #B3B0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B0A3; }
p { color: rgb(179,176,163); }
H1.HeaderClassName
{
color: #B3B0A3;
}
.AnyTagClassName
{
color: #B3B0A3;
}
</style>
background-color css
<style>
a { background-color: #B3B0A3; }
a { background-color: rgb(179,176,163); }
div.DivClassName
{
background-color: #B3B0A3;
}
.BgClassName
{
background-color: #B3B0A3;
}
</style>
border-color css
<style>
span { border-color: #B3B0A3; }
span { border-color: rgb(179,176,163); }
td.TdClassName
{
border-color: #B3B0A3;
}
.TagClassName
{
border-color: #B3B0A3;
}
</style>