Shades of Tana #B2B0AA
Tints of Tana #B2B0AA
RGB
CMYK
RGB Variations
Color information
#B2B0AA (or 0xB2B0AA) is known color: Tana. HEX triplet: B2, B0 and AA. RGB value is (178,176,170). Sum of RGB (Red+Green+Blue) = 178+176+170=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B0AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B0AA is #4D4F55. Grayscale: #AFAFAF. Windows color (decimal): -5066582 or 11186354. OLE color: 11186354.
HSL color Cylindrical-coordinate representation of color #B2B0AA: hue angle of 45º degrees, saturation: 0.05, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B2B0AA is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 176 | 170 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.30 |
| HSL | 45º | 0.05% | 0.68% | - |
| HSV(B) | 45º | 0.04% | 0.7% | - |
| XYZ | 41.14 | 43.42 | 44.24 | - |
| YUV | 175.91 | 124.66 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 176 | 170 | 0 | 0.01 | 0.04 | 0.30 | 45 | 0.05 | 0.68 |
| Hex | B2 | B0 | AA | 0 | 1 | 4 | 1E | 2D | 5 | 44 |
| Octal | 262 | 260 | 252 | 0 | 1 | 4 | 36 | 55 | 5 | 104 |
| Binary | 10110010 | 10110000 | 10101010 | 0 | 1 | 100 | 11110 | 101101 | 101 | 1000100 |
Color Harmonies of #B2B0AA
Complementary color
Monochromatic Colors of #B2B0AA
Black with #B2B0AA
Text Example
Text Example
White with #B2B0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B0AA; }
p { color: rgb(178,176,170); }
H1.HeaderClassName
{
color: #B2B0AA;
}
.AnyTagClassName
{
color: #B2B0AA;
}
</style>
background-color css
<style>
a { background-color: #B2B0AA; }
a { background-color: rgb(178,176,170); }
div.DivClassName
{
background-color: #B2B0AA;
}
.BgClassName
{
background-color: #B2B0AA;
}
</style>
border-color css
<style>
span { border-color: #B2B0AA; }
span { border-color: rgb(178,176,170); }
td.TdClassName
{
border-color: #B2B0AA;
}
.TagClassName
{
border-color: #B2B0AA;
}
</style>