Shades of Tana #B1B0A6
Tints of Tana #B1B0A6
RGB
CMYK
RGB Variations
Color information
#B1B0A6 (or 0xB1B0A6) is known color: Tana. HEX triplet: B1, B0 and A6. RGB value is (177,176,166). Sum of RGB (Red+Green+Blue) = 177+176+166=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 166 (65.23% from 255 or 31.98% from 519); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B0A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1B0A6 is #4E4F59. Grayscale: #AFAFAF. Windows color (decimal): -5132122 or 10924209. OLE color: 10924209.
HSL color Cylindrical-coordinate representation of color #B1B0A6: hue angle of 54.55º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B1B0A6 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 176 | 166 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.31 |
| HSL | 54.55º | 0.07% | 0.67% | - |
| HSV(B) | 54.55º | 0.06% | 0.69% | - |
| XYZ | 40.54 | 43.15 | 42.27 | - |
| YUV | 175.16 | 122.83 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 176 | 166 | 0 | 0.01 | 0.06 | 0.31 | 54.55 | 0.07 | 0.67 |
| Hex | B1 | B0 | A6 | 0 | 1 | 6 | 1F | 37 | 7 | 43 |
| Octal | 261 | 260 | 246 | 0 | 1 | 6 | 37 | 67 | 7 | 103 |
| Binary | 10110001 | 10110000 | 10100110 | 0 | 1 | 110 | 11111 | 110111 | 111 | 1000011 |
Color Harmonies of #B1B0A6
Complementary color
Monochromatic Colors of #B1B0A6
Black with #B1B0A6
Text Example
Text Example
White with #B1B0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B0A6; }
p { color: rgb(177,176,166); }
H1.HeaderClassName
{
color: #B1B0A6;
}
.AnyTagClassName
{
color: #B1B0A6;
}
</style>
background-color css
<style>
a { background-color: #B1B0A6; }
a { background-color: rgb(177,176,166); }
div.DivClassName
{
background-color: #B1B0A6;
}
.BgClassName
{
background-color: #B1B0A6;
}
</style>
border-color css
<style>
span { border-color: #B1B0A6; }
span { border-color: rgb(177,176,166); }
td.TdClassName
{
border-color: #B1B0A6;
}
.TagClassName
{
border-color: #B1B0A6;
}
</style>