Shades of Tana #B7B79C
Tints of Tana #B7B79C
RGB
CMYK
RGB Variations
Color information
#B7B79C (or 0xB7B79C) is known color: Tana. HEX triplet: B7, B7 and 9C. RGB value is (183,183,156). Sum of RGB (Red+Green+Blue) = 183+183+156=522 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.06% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 156 (61.33% from 255 or 29.89% from 522); Max value from RGB is 183 - color contains mainly: red, green. Hex color #B7B79C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B79C is #484863. Grayscale: #B4B4B4. Windows color (decimal): -4737124 or 10270647. OLE color: 10270647.
HSL color Cylindrical-coordinate representation of color #B7B79C: hue angle of 60º 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 #B7B79C is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 183 | 156 | - |
| CMYK | 0 | 0 | 0.15 | 0.28 |
| HSL | 60º | 0.16% | 0.66% | - |
| HSV(B) | 60º | 0.15% | 0.72% | - |
| XYZ | 42.46 | 46.33 | 38.16 | - |
| YUV | 179.92 | 114.5 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 183 | 156 | 0 | 0 | 0.15 | 0.28 | 60 | 0.16 | 0.66 |
| Hex | B7 | B7 | 9C | 0 | 0 | F | 1C | 3C | 10 | 42 |
| Octal | 267 | 267 | 234 | 0 | 0 | 17 | 34 | 74 | 20 | 102 |
| Binary | 10110111 | 10110111 | 10011100 | 0 | 0 | 1111 | 11100 | 111100 | 10000 | 1000010 |
Color Harmonies of #B7B79C
Complementary color
Monochromatic Colors of #B7B79C
Black with #B7B79C
Text Example
Text Example
White with #B7B79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B79C; }
p { color: rgb(183,183,156); }
H1.HeaderClassName
{
color: #B7B79C;
}
.AnyTagClassName
{
color: #B7B79C;
}
</style>
background-color css
<style>
a { background-color: #B7B79C; }
a { background-color: rgb(183,183,156); }
div.DivClassName
{
background-color: #B7B79C;
}
.BgClassName
{
background-color: #B7B79C;
}
</style>
border-color css
<style>
span { border-color: #B7B79C; }
span { border-color: rgb(183,183,156); }
td.TdClassName
{
border-color: #B7B79C;
}
.TagClassName
{
border-color: #B7B79C;
}
</style>