Shades of Tana #B1AF9F
Tints of Tana #B1AF9F
RGB
CMYK
RGB Variations
Color information
#B1AF9F (or 0xB1AF9F) is known color: Tana. HEX triplet: B1, AF and 9F. RGB value is (177,175,159). Sum of RGB (Red+Green+Blue) = 177+175+159=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AF9F is #4E5060. Grayscale: #ADADAD. Windows color (decimal): -5132385 or 10465201. OLE color: 10465201.
HSL color Cylindrical-coordinate representation of color #B1AF9F: hue angle of 53.33º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B1AF9F is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 175 | 159 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.31 |
| HSL | 53.33º | 0.1% | 0.66% | - |
| HSV(B) | 53.33º | 0.1% | 0.69% | - |
| XYZ | 39.72 | 42.51 | 38.91 | - |
| YUV | 173.77 | 119.66 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 175 | 159 | 0 | 0.01 | 0.10 | 0.31 | 53.33 | 0.1 | 0.66 |
| Hex | B1 | AF | 9F | 0 | 1 | A | 1F | 35 | A | 42 |
| Octal | 261 | 257 | 237 | 0 | 1 | 12 | 37 | 65 | 12 | 102 |
| Binary | 10110001 | 10101111 | 10011111 | 0 | 1 | 1010 | 11111 | 110101 | 1010 | 1000010 |
Color Harmonies of #B1AF9F
Complementary color
Monochromatic Colors of #B1AF9F
Black with #B1AF9F
Text Example
Text Example
White with #B1AF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AF9F; }
p { color: rgb(177,175,159); }
H1.HeaderClassName
{
color: #B1AF9F;
}
.AnyTagClassName
{
color: #B1AF9F;
}
</style>
background-color css
<style>
a { background-color: #B1AF9F; }
a { background-color: rgb(177,175,159); }
div.DivClassName
{
background-color: #B1AF9F;
}
.BgClassName
{
background-color: #B1AF9F;
}
</style>
border-color css
<style>
span { border-color: #B1AF9F; }
span { border-color: rgb(177,175,159); }
td.TdClassName
{
border-color: #B1AF9F;
}
.TagClassName
{
border-color: #B1AF9F;
}
</style>