Shades of Tana #B2B399
Tints of Tana #B2B399
RGB
CMYK
RGB Variations
Color information
#B2B399 (or 0xB2B399) is known color: Tana. HEX triplet: B2, B3 and 99. RGB value is (178,179,153). Sum of RGB (Red+Green+Blue) = 178+179+153=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 153 (60.16% from 255 or 30% from 510); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B399 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B399 is #4D4C66. Grayscale: #AFAFAF. Windows color (decimal): -5065831 or 10073010. OLE color: 10073010.
HSL color Cylindrical-coordinate representation of color #B2B399: hue angle of 62.31º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B2B399 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 179 | 153 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.30 |
| HSL | 62.31º | 0.15% | 0.65% | - |
| HSV(B) | 62.31º | 0.15% | 0.7% | - |
| XYZ | 40.23 | 44.01 | 36.51 | - |
| YUV | 175.74 | 115.17 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 179 | 153 | 0.01 | 0 | 0.15 | 0.30 | 62.31 | 0.15 | 0.65 |
| Hex | B2 | B3 | 99 | 1 | 0 | F | 1E | 3E | F | 41 |
| Octal | 262 | 263 | 231 | 1 | 0 | 17 | 36 | 76 | 17 | 101 |
| Binary | 10110010 | 10110011 | 10011001 | 1 | 0 | 1111 | 11110 | 111110 | 1111 | 1000001 |
Color Harmonies of #B2B399
Complementary color
Monochromatic Colors of #B2B399
Black with #B2B399
Text Example
Text Example
White with #B2B399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B399; }
p { color: rgb(178,179,153); }
H1.HeaderClassName
{
color: #B2B399;
}
.AnyTagClassName
{
color: #B2B399;
}
</style>
background-color css
<style>
a { background-color: #B2B399; }
a { background-color: rgb(178,179,153); }
div.DivClassName
{
background-color: #B2B399;
}
.BgClassName
{
background-color: #B2B399;
}
</style>
border-color css
<style>
span { border-color: #B2B399; }
span { border-color: rgb(178,179,153); }
td.TdClassName
{
border-color: #B2B399;
}
.TagClassName
{
border-color: #B2B399;
}
</style>