Shades of Tana #B2B09E
Tints of Tana #B2B09E
RGB
CMYK
RGB Variations
Color information
#B2B09E (or 0xB2B09E) is known color: Tana. HEX triplet: B2, B0 and 9E. RGB value is (178,176,158). Sum of RGB (Red+Green+Blue) = 178+176+158=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B09E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B09E is #4D4F61. Grayscale: #AEAEAE. Windows color (decimal): -5066594 or 10399922. OLE color: 10399922.
HSL color Cylindrical-coordinate representation of color #B2B09E: hue angle of 54º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2B09E is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 176 | 158 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.30 |
| HSL | 54º | 0.11% | 0.66% | - |
| HSV(B) | 54º | 0.11% | 0.7% | - |
| XYZ | 40.06 | 42.98 | 38.53 | - |
| YUV | 174.55 | 118.66 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 176 | 158 | 0 | 0.01 | 0.11 | 0.30 | 54 | 0.11 | 0.66 |
| Hex | B2 | B0 | 9E | 0 | 1 | B | 1E | 36 | B | 42 |
| Octal | 262 | 260 | 236 | 0 | 1 | 13 | 36 | 66 | 13 | 102 |
| Binary | 10110010 | 10110000 | 10011110 | 0 | 1 | 1011 | 11110 | 110110 | 1011 | 1000010 |
Color Harmonies of #B2B09E
Complementary color
Monochromatic Colors of #B2B09E
Black with #B2B09E
Text Example
Text Example
White with #B2B09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B09E; }
p { color: rgb(178,176,158); }
H1.HeaderClassName
{
color: #B2B09E;
}
.AnyTagClassName
{
color: #B2B09E;
}
</style>
background-color css
<style>
a { background-color: #B2B09E; }
a { background-color: rgb(178,176,158); }
div.DivClassName
{
background-color: #B2B09E;
}
.BgClassName
{
background-color: #B2B09E;
}
</style>
border-color css
<style>
span { border-color: #B2B09E; }
span { border-color: rgb(178,176,158); }
td.TdClassName
{
border-color: #B2B09E;
}
.TagClassName
{
border-color: #B2B09E;
}
</style>