Shades of Tana #B2B29C
Tints of Tana #B2B29C
RGB
CMYK
RGB Variations
Color information
#B2B29C (or 0xB2B29C) is known color: Tana. HEX triplet: B2, B2 and 9C. RGB value is (178,178,156). Sum of RGB (Red+Green+Blue) = 178+178+156=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B29C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B29C is #4D4D63. Grayscale: #AFAFAF. Windows color (decimal): -5066084 or 10269362. OLE color: 10269362.
HSL color Cylindrical-coordinate representation of color #B2B29C: hue angle of 60º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B2B29C is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 178 | 156 | - |
| CMYK | 0 | 0 | 0.12 | 0.30 |
| HSL | 60º | 0.13% | 0.65% | - |
| HSV(B) | 60º | 0.12% | 0.7% | - |
| XYZ | 40.28 | 43.71 | 37.77 | - |
| YUV | 175.49 | 117 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 178 | 156 | 0 | 0 | 0.12 | 0.30 | 60 | 0.13 | 0.65 |
| Hex | B2 | B2 | 9C | 0 | 0 | C | 1E | 3C | C | 41 |
| Octal | 262 | 262 | 234 | 0 | 0 | 14 | 36 | 74 | 14 | 101 |
| Binary | 10110010 | 10110010 | 10011100 | 0 | 0 | 1100 | 11110 | 111100 | 1100 | 1000001 |
Color Harmonies of #B2B29C
Complementary color
Monochromatic Colors of #B2B29C
Black with #B2B29C
Text Example
Text Example
White with #B2B29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B29C; }
p { color: rgb(178,178,156); }
H1.HeaderClassName
{
color: #B2B29C;
}
.AnyTagClassName
{
color: #B2B29C;
}
</style>
background-color css
<style>
a { background-color: #B2B29C; }
a { background-color: rgb(178,178,156); }
div.DivClassName
{
background-color: #B2B29C;
}
.BgClassName
{
background-color: #B2B29C;
}
</style>
border-color css
<style>
span { border-color: #B2B29C; }
span { border-color: rgb(178,178,156); }
td.TdClassName
{
border-color: #B2B29C;
}
.TagClassName
{
border-color: #B2B29C;
}
</style>