Shades of Tana #B2B39C
Tints of Tana #B2B39C
RGB
CMYK
RGB Variations
Color information
#B2B39C (or 0xB2B39C) is known color: Tana. HEX triplet: B2, B3 and 9C. RGB value is (178,179,156). Sum of RGB (Red+Green+Blue) = 178+179+156=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B39C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B39C is #4D4C63. Grayscale: #B0B0B0. Windows color (decimal): -5065828 or 10269618. OLE color: 10269618.
HSL color Cylindrical-coordinate representation of color #B2B39C: hue angle of 62.61º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2B39C is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 179 | 156 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.30 |
| HSL | 62.61º | 0.13% | 0.66% | - |
| HSV(B) | 62.61º | 0.13% | 0.7% | - |
| XYZ | 40.48 | 44.11 | 37.83 | - |
| YUV | 176.08 | 116.67 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 179 | 156 | 0.01 | 0 | 0.13 | 0.30 | 62.61 | 0.13 | 0.66 |
| Hex | B2 | B3 | 9C | 1 | 0 | D | 1E | 3F | D | 42 |
| Octal | 262 | 263 | 234 | 1 | 0 | 15 | 36 | 77 | 15 | 102 |
| Binary | 10110010 | 10110011 | 10011100 | 1 | 0 | 1101 | 11110 | 111111 | 1101 | 1000010 |
Color Harmonies of #B2B39C
Complementary color
Monochromatic Colors of #B2B39C
Black with #B2B39C
Text Example
Text Example
White with #B2B39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B39C; }
p { color: rgb(178,179,156); }
H1.HeaderClassName
{
color: #B2B39C;
}
.AnyTagClassName
{
color: #B2B39C;
}
</style>
background-color css
<style>
a { background-color: #B2B39C; }
a { background-color: rgb(178,179,156); }
div.DivClassName
{
background-color: #B2B39C;
}
.BgClassName
{
background-color: #B2B39C;
}
</style>
border-color css
<style>
span { border-color: #B2B39C; }
span { border-color: rgb(178,179,156); }
td.TdClassName
{
border-color: #B2B39C;
}
.TagClassName
{
border-color: #B2B39C;
}
</style>