Shades of Tana #B2AF9E
Tints of Tana #B2AF9E
RGB
CMYK
RGB Variations
Color information
#B2AF9E (or 0xB2AF9E) is known color: Tana. HEX triplet: B2, AF and 9E. RGB value is (178,175,158). Sum of RGB (Red+Green+Blue) = 178+175+158=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AF9E is #4D5061. Grayscale: #AEAEAE. Windows color (decimal): -5066850 or 10399666. OLE color: 10399666.
HSL color Cylindrical-coordinate representation of color #B2AF9E: hue angle of 51º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2AF9E is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 175 | 158 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.30 |
| HSL | 51º | 0.11% | 0.66% | - |
| HSV(B) | 51º | 0.11% | 0.7% | - |
| XYZ | 39.86 | 42.59 | 38.47 | - |
| YUV | 173.96 | 118.99 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 175 | 158 | 0 | 0.02 | 0.11 | 0.30 | 51 | 0.11 | 0.66 |
| Hex | B2 | AF | 9E | 0 | 2 | B | 1E | 33 | B | 42 |
| Octal | 262 | 257 | 236 | 0 | 2 | 13 | 36 | 63 | 13 | 102 |
| Binary | 10110010 | 10101111 | 10011110 | 0 | 10 | 1011 | 11110 | 110011 | 1011 | 1000010 |
Color Harmonies of #B2AF9E
Complementary color
Monochromatic Colors of #B2AF9E
Black with #B2AF9E
Text Example
Text Example
White with #B2AF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AF9E; }
p { color: rgb(178,175,158); }
H1.HeaderClassName
{
color: #B2AF9E;
}
.AnyTagClassName
{
color: #B2AF9E;
}
</style>
background-color css
<style>
a { background-color: #B2AF9E; }
a { background-color: rgb(178,175,158); }
div.DivClassName
{
background-color: #B2AF9E;
}
.BgClassName
{
background-color: #B2AF9E;
}
</style>
border-color css
<style>
span { border-color: #B2AF9E; }
span { border-color: rgb(178,175,158); }
td.TdClassName
{
border-color: #B2AF9E;
}
.TagClassName
{
border-color: #B2AF9E;
}
</style>