Shades of Tana #B1AF9E
Tints of Tana #B1AF9E
RGB
CMYK
RGB Variations
Color information
#B1AF9E (or 0xB1AF9E) is known color: Tana. HEX triplet: B1, AF and 9E. RGB value is (177,175,158). Sum of RGB (Red+Green+Blue) = 177+175+158=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AF9E is #4E5061. Grayscale: #ADADAD. Windows color (decimal): -5132386 or 10399665. OLE color: 10399665.
HSL color Cylindrical-coordinate representation of color #B1AF9E: hue angle of 53.68º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B1AF9E is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 175 | 158 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.31 |
| HSL | 53.68º | 0.11% | 0.66% | - |
| HSV(B) | 53.68º | 0.11% | 0.69% | - |
| XYZ | 39.63 | 42.48 | 38.46 | - |
| YUV | 173.66 | 119.16 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 175 | 158 | 0 | 0.01 | 0.11 | 0.31 | 53.68 | 0.11 | 0.66 |
| Hex | B1 | AF | 9E | 0 | 1 | B | 1F | 36 | B | 42 |
| Octal | 261 | 257 | 236 | 0 | 1 | 13 | 37 | 66 | 13 | 102 |
| Binary | 10110001 | 10101111 | 10011110 | 0 | 1 | 1011 | 11111 | 110110 | 1011 | 1000010 |
Color Harmonies of #B1AF9E
Complementary color
Monochromatic Colors of #B1AF9E
Black with #B1AF9E
Text Example
Text Example
White with #B1AF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AF9E; }
p { color: rgb(177,175,158); }
H1.HeaderClassName
{
color: #B1AF9E;
}
.AnyTagClassName
{
color: #B1AF9E;
}
</style>
background-color css
<style>
a { background-color: #B1AF9E; }
a { background-color: rgb(177,175,158); }
div.DivClassName
{
background-color: #B1AF9E;
}
.BgClassName
{
background-color: #B1AF9E;
}
</style>
border-color css
<style>
span { border-color: #B1AF9E; }
span { border-color: rgb(177,175,158); }
td.TdClassName
{
border-color: #B1AF9E;
}
.TagClassName
{
border-color: #B1AF9E;
}
</style>