Shades of Tana #B7B39C
Tints of Tana #B7B39C
RGB
CMYK
RGB Variations
Color information
#B7B39C (or 0xB7B39C) is known color: Tana. HEX triplet: B7, B3 and 9C. RGB value is (183,179,156). Sum of RGB (Red+Green+Blue) = 183+179+156=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B39C is #484C63. Grayscale: #B1B1B1. Windows color (decimal): -4738148 or 10269623. OLE color: 10269623.
HSL color Cylindrical-coordinate representation of color #B7B39C: hue angle of 51.11º 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 #B7B39C is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 179 | 156 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.28 |
| HSL | 51.11º | 0.16% | 0.66% | - |
| HSV(B) | 51.11º | 0.15% | 0.72% | - |
| XYZ | 41.65 | 44.71 | 37.89 | - |
| YUV | 177.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 179 | 156 | 0 | 0.02 | 0.15 | 0.28 | 51.11 | 0.16 | 0.66 |
| Hex | B7 | B3 | 9C | 0 | 2 | F | 1C | 33 | 10 | 42 |
| Octal | 267 | 263 | 234 | 0 | 2 | 17 | 34 | 63 | 20 | 102 |
| Binary | 10110111 | 10110011 | 10011100 | 0 | 10 | 1111 | 11100 | 110011 | 10000 | 1000010 |
Color Harmonies of #B7B39C
Complementary color
Monochromatic Colors of #B7B39C
Black with #B7B39C
Text Example
Text Example
White with #B7B39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B39C; }
p { color: rgb(183,179,156); }
H1.HeaderClassName
{
color: #B7B39C;
}
.AnyTagClassName
{
color: #B7B39C;
}
</style>
background-color css
<style>
a { background-color: #B7B39C; }
a { background-color: rgb(183,179,156); }
div.DivClassName
{
background-color: #B7B39C;
}
.BgClassName
{
background-color: #B7B39C;
}
</style>
border-color css
<style>
span { border-color: #B7B39C; }
span { border-color: rgb(183,179,156); }
td.TdClassName
{
border-color: #B7B39C;
}
.TagClassName
{
border-color: #B7B39C;
}
</style>