Shades of Tana #B1B19C
Tints of Tana #B1B19C
RGB
CMYK
RGB Variations
Color information
#B1B19C (or 0xB1B19C) is known color: Tana. HEX triplet: B1, B1 and 9C. RGB value is (177,177,156). Sum of RGB (Red+Green+Blue) = 177+177+156=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 177 - color contains mainly: red, green. Hex color #B1B19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1B19C is #4E4E63. Grayscale: #AEAEAE. Windows color (decimal): -5131876 or 10269105. OLE color: 10269105.
HSL color Cylindrical-coordinate representation of color #B1B19C: hue angle of 60º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1B19C is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 177 | 156 | - |
| CMYK | 0 | 0 | 0.12 | 0.31 |
| HSL | 60º | 0.12% | 0.65% | - |
| HSV(B) | 60º | 0.12% | 0.69% | - |
| XYZ | 39.85 | 43.19 | 37.69 | - |
| YUV | 174.61 | 117.5 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 177 | 156 | 0 | 0 | 0.12 | 0.31 | 60 | 0.12 | 0.65 |
| Hex | B1 | B1 | 9C | 0 | 0 | C | 1F | 3C | C | 41 |
| Octal | 261 | 261 | 234 | 0 | 0 | 14 | 37 | 74 | 14 | 101 |
| Binary | 10110001 | 10110001 | 10011100 | 0 | 0 | 1100 | 11111 | 111100 | 1100 | 1000001 |
Color Harmonies of #B1B19C
Complementary color
Monochromatic Colors of #B1B19C
Black with #B1B19C
Text Example
Text Example
White with #B1B19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B19C; }
p { color: rgb(177,177,156); }
H1.HeaderClassName
{
color: #B1B19C;
}
.AnyTagClassName
{
color: #B1B19C;
}
</style>
background-color css
<style>
a { background-color: #B1B19C; }
a { background-color: rgb(177,177,156); }
div.DivClassName
{
background-color: #B1B19C;
}
.BgClassName
{
background-color: #B1B19C;
}
</style>
border-color css
<style>
span { border-color: #B1B19C; }
span { border-color: rgb(177,177,156); }
td.TdClassName
{
border-color: #B1B19C;
}
.TagClassName
{
border-color: #B1B19C;
}
</style>