Shades of Tana #B2AFA5
Tints of Tana #B2AFA5
RGB
CMYK
RGB Variations
Color information
#B2AFA5 (or 0xB2AFA5) is known color: Tana. HEX triplet: B2, AF and A5. RGB value is (178,175,165). Sum of RGB (Red+Green+Blue) = 178+175+165=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 165 (64.84% from 255 or 31.85% from 518); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AFA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AFA5 is #4D505A. Grayscale: #AEAEAE. Windows color (decimal): -5066843 or 10858418. OLE color: 10858418.
HSL color Cylindrical-coordinate representation of color #B2AFA5: hue angle of 46.15º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B2AFA5 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 175 | 165 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.30 |
| HSL | 46.15º | 0.08% | 0.67% | - |
| HSV(B) | 46.15º | 0.07% | 0.7% | - |
| XYZ | 40.48 | 42.84 | 41.73 | - |
| YUV | 174.76 | 122.49 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 175 | 165 | 0 | 0.02 | 0.07 | 0.30 | 46.15 | 0.08 | 0.67 |
| Hex | B2 | AF | A5 | 0 | 2 | 7 | 1E | 2E | 8 | 43 |
| Octal | 262 | 257 | 245 | 0 | 2 | 7 | 36 | 56 | 10 | 103 |
| Binary | 10110010 | 10101111 | 10100101 | 0 | 10 | 111 | 11110 | 101110 | 1000 | 1000011 |
Color Harmonies of #B2AFA5
Complementary color
Monochromatic Colors of #B2AFA5
Black with #B2AFA5
Text Example
Text Example
White with #B2AFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AFA5; }
p { color: rgb(178,175,165); }
H1.HeaderClassName
{
color: #B2AFA5;
}
.AnyTagClassName
{
color: #B2AFA5;
}
</style>
background-color css
<style>
a { background-color: #B2AFA5; }
a { background-color: rgb(178,175,165); }
div.DivClassName
{
background-color: #B2AFA5;
}
.BgClassName
{
background-color: #B2AFA5;
}
</style>
border-color css
<style>
span { border-color: #B2AFA5; }
span { border-color: rgb(178,175,165); }
td.TdClassName
{
border-color: #B2AFA5;
}
.TagClassName
{
border-color: #B2AFA5;
}
</style>