Shades of Tana #B2B39E
Tints of Tana #B2B39E
RGB
CMYK
RGB Variations
Color information
#B2B39E (or 0xB2B39E) is known color: Tana. HEX triplet: B2, B3 and 9E. RGB value is (178,179,158). Sum of RGB (Red+Green+Blue) = 178+179+158=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B39E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B39E is #4D4C61. Grayscale: #B0B0B0. Windows color (decimal): -5065826 or 10400690. OLE color: 10400690.
HSL color Cylindrical-coordinate representation of color #B2B39E: hue angle of 62.86º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B2B39E is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 179 | 158 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.30 |
| HSL | 62.86º | 0.12% | 0.66% | - |
| HSV(B) | 62.86º | 0.12% | 0.7% | - |
| XYZ | 40.65 | 44.17 | 38.73 | - |
| YUV | 176.31 | 117.67 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 179 | 158 | 0.01 | 0 | 0.12 | 0.30 | 62.86 | 0.12 | 0.66 |
| Hex | B2 | B3 | 9E | 1 | 0 | C | 1E | 3F | C | 42 |
| Octal | 262 | 263 | 236 | 1 | 0 | 14 | 36 | 77 | 14 | 102 |
| Binary | 10110010 | 10110011 | 10011110 | 1 | 0 | 1100 | 11110 | 111111 | 1100 | 1000010 |
Color Harmonies of #B2B39E
Complementary color
Monochromatic Colors of #B2B39E
Black with #B2B39E
Text Example
Text Example
White with #B2B39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B39E; }
p { color: rgb(178,179,158); }
H1.HeaderClassName
{
color: #B2B39E;
}
.AnyTagClassName
{
color: #B2B39E;
}
</style>
background-color css
<style>
a { background-color: #B2B39E; }
a { background-color: rgb(178,179,158); }
div.DivClassName
{
background-color: #B2B39E;
}
.BgClassName
{
background-color: #B2B39E;
}
</style>
border-color css
<style>
span { border-color: #B2B39E; }
span { border-color: rgb(178,179,158); }
td.TdClassName
{
border-color: #B2B39E;
}
.TagClassName
{
border-color: #B2B39E;
}
</style>