Shades of Tana #B1B0AA
Tints of Tana #B1B0AA
RGB
CMYK
RGB Variations
Color information
#B1B0AA (or 0xB1B0AA) is known color: Tana. HEX triplet: B1, B0 and AA. RGB value is (177,176,170). Sum of RGB (Red+Green+Blue) = 177+176+170=523 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.84% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B0AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1B0AA is #4E4F55. Grayscale: #AFAFAF. Windows color (decimal): -5132118 or 11186353. OLE color: 11186353.
HSL color Cylindrical-coordinate representation of color #B1B0AA: hue angle of 51.43º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B1B0AA is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 176 | 170 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.31 |
| HSL | 51.43º | 0.04% | 0.68% | - |
| HSV(B) | 51.43º | 0.04% | 0.69% | - |
| XYZ | 40.91 | 43.3 | 44.23 | - |
| YUV | 175.62 | 124.83 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 176 | 170 | 0 | 0.01 | 0.04 | 0.31 | 51.43 | 0.04 | 0.68 |
| Hex | B1 | B0 | AA | 0 | 1 | 4 | 1F | 33 | 4 | 44 |
| Octal | 261 | 260 | 252 | 0 | 1 | 4 | 37 | 63 | 4 | 104 |
| Binary | 10110001 | 10110000 | 10101010 | 0 | 1 | 100 | 11111 | 110011 | 100 | 1000100 |
Color Harmonies of #B1B0AA
Complementary color
Monochromatic Colors of #B1B0AA
Black with #B1B0AA
Text Example
Text Example
White with #B1B0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B0AA; }
p { color: rgb(177,176,170); }
H1.HeaderClassName
{
color: #B1B0AA;
}
.AnyTagClassName
{
color: #B1B0AA;
}
</style>
background-color css
<style>
a { background-color: #B1B0AA; }
a { background-color: rgb(177,176,170); }
div.DivClassName
{
background-color: #B1B0AA;
}
.BgClassName
{
background-color: #B1B0AA;
}
</style>
border-color css
<style>
span { border-color: #B1B0AA; }
span { border-color: rgb(177,176,170); }
td.TdClassName
{
border-color: #B1B0AA;
}
.TagClassName
{
border-color: #B1B0AA;
}
</style>