Shades of Tana #B2B39A
Tints of Tana #B2B39A
RGB
CMYK
RGB Variations
Color information
#B2B39A (or 0xB2B39A) is known color: Tana. HEX triplet: B2, B3 and 9A. RGB value is (178,179,154). Sum of RGB (Red+Green+Blue) = 178+179+154=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B39A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B39A is #4D4C65. Grayscale: #AFAFAF. Windows color (decimal): -5065830 or 10138546. OLE color: 10138546.
HSL color Cylindrical-coordinate representation of color #B2B39A: hue angle of 62.4º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2B39A is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
RGB | 178 | 179 | 154 | - |
CMYK | 0.01 | 0 | 0.14 | 0.30 |
HSL | 62.4º | 0.14% | 0.65% | - |
HSV(B) | 62.4º | 0.14% | 0.7% | - |
XYZ | 40.31 | 44.04 | 36.95 | - |
YUV | 175.85 | 115.67 | 129.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 179 | 154 | 0.01 | 0 | 0.14 | 0.30 | 62.4 | 0.14 | 0.65 |
Hex | B2 | B3 | 9A | 1 | 0 | E | 1E | 3E | E | 41 |
Octal | 262 | 263 | 232 | 1 | 0 | 16 | 36 | 76 | 16 | 101 |
Binary | 10110010 | 10110011 | 10011010 | 1 | 0 | 1110 | 11110 | 111110 | 1110 | 1000001 |
Color Harmonies of #B2B39A
Complementary color
Monochromatic Colors of #B2B39A
Black with #B2B39A
Text Example
Text Example
White with #B2B39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B39A; }
p { color: rgb(178,179,154); }
H1.HeaderClassName
{
color: #B2B39A;
}
.AnyTagClassName
{
color: #B2B39A;
}
</style>
background-color css
<style>
a { background-color: #B2B39A; }
a { background-color: rgb(178,179,154); }
div.DivClassName
{
background-color: #B2B39A;
}
.BgClassName
{
background-color: #B2B39A;
}
</style>
border-color css
<style>
span { border-color: #B2B39A; }
span { border-color: rgb(178,179,154); }
td.TdClassName
{
border-color: #B2B39A;
}
.TagClassName
{
border-color: #B2B39A;
}
</style>