Shades of Tana #B7B29C
Tints of Tana #B7B29C
RGB
CMYK
RGB Variations
Color information
#B7B29C (or 0xB7B29C) is known color: Tana. HEX triplet: B7, B2 and 9C. RGB value is (183,178,156). Sum of RGB (Red+Green+Blue) = 183+178+156=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 156 (61.33% from 255 or 30.17% from 517); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7B29C is #484D63. Grayscale: #B1B1B1. Windows color (decimal): -4738404 or 10269367. OLE color: 10269367.
HSL color Cylindrical-coordinate representation of color #B7B29C: hue angle of 48.89º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7B29C is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 178 | 156 | - |
CMYK | 0 | 0.03 | 0.15 | 0.28 |
HSL | 48.89º | 0.16% | 0.66% | - |
HSV(B) | 48.89º | 0.15% | 0.72% | - |
XYZ | 41.45 | 44.31 | 37.82 | - |
YUV | 176.99 | 116.16 | 132.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 178 | 156 | 0 | 0.03 | 0.15 | 0.28 | 48.89 | 0.16 | 0.66 |
Hex | B7 | B2 | 9C | 0 | 3 | F | 1C | 31 | 10 | 42 |
Octal | 267 | 262 | 234 | 0 | 3 | 17 | 34 | 61 | 20 | 102 |
Binary | 10110111 | 10110010 | 10011100 | 0 | 11 | 1111 | 11100 | 110001 | 10000 | 1000010 |
Color Harmonies of #B7B29C
Complementary color
Monochromatic Colors of #B7B29C
Black with #B7B29C
Text Example
Text Example
White with #B7B29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B29C; }
p { color: rgb(183,178,156); }
H1.HeaderClassName
{
color: #B7B29C;
}
.AnyTagClassName
{
color: #B7B29C;
}
</style>
background-color css
<style>
a { background-color: #B7B29C; }
a { background-color: rgb(183,178,156); }
div.DivClassName
{
background-color: #B7B29C;
}
.BgClassName
{
background-color: #B7B29C;
}
</style>
border-color css
<style>
span { border-color: #B7B29C; }
span { border-color: rgb(183,178,156); }
td.TdClassName
{
border-color: #B7B29C;
}
.TagClassName
{
border-color: #B7B29C;
}
</style>