Shades of Tana #B2B29A
Tints of Tana #B2B29A
RGB
CMYK
RGB Variations
Color information
#B2B29A (or 0xB2B29A) is known color: Tana. HEX triplet: B2, B2 and 9A. RGB value is (178,178,154). Sum of RGB (Red+Green+Blue) = 178+178+154=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 178 (69.92% from 255 or 34.90% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B29A is #4D4D65. Grayscale: #AFAFAF. Windows color (decimal): -5066086 or 10138290. OLE color: 10138290.
HSL color Cylindrical-coordinate representation of color #B2B29A: hue angle of 60º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2B29A is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
RGB | 178 | 178 | 154 | - |
CMYK | 0 | 0 | 0.13 | 0.30 |
HSL | 60º | 0.13% | 0.65% | - |
HSV(B) | 60º | 0.13% | 0.7% | - |
XYZ | 40.11 | 43.64 | 36.88 | - |
YUV | 175.26 | 116 | 129.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 178 | 154 | 0 | 0 | 0.13 | 0.30 | 60 | 0.13 | 0.65 |
Hex | B2 | B2 | 9A | 0 | 0 | D | 1E | 3C | D | 41 |
Octal | 262 | 262 | 232 | 0 | 0 | 15 | 36 | 74 | 15 | 101 |
Binary | 10110010 | 10110010 | 10011010 | 0 | 0 | 1101 | 11110 | 111100 | 1101 | 1000001 |
Color Harmonies of #B2B29A
Complementary color
Monochromatic Colors of #B2B29A
Black with #B2B29A
Text Example
Text Example
White with #B2B29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B29A; }
p { color: rgb(178,178,154); }
H1.HeaderClassName
{
color: #B2B29A;
}
.AnyTagClassName
{
color: #B2B29A;
}
</style>
background-color css
<style>
a { background-color: #B2B29A; }
a { background-color: rgb(178,178,154); }
div.DivClassName
{
background-color: #B2B29A;
}
.BgClassName
{
background-color: #B2B29A;
}
</style>
border-color css
<style>
span { border-color: #B2B29A; }
span { border-color: rgb(178,178,154); }
td.TdClassName
{
border-color: #B2B29A;
}
.TagClassName
{
border-color: #B2B29A;
}
</style>