Shades of Tana #B7B59C
Tints of Tana #B7B59C
RGB
CMYK
RGB Variations
Color information
#B7B59C (or 0xB7B59C) is known color: Tana. HEX triplet: B7, B5 and 9C. RGB value is (183,181,156). Sum of RGB (Red+Green+Blue) = 183+181+156=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B59C is #484A63. Grayscale: #B2B2B2. Windows color (decimal): -4737636 or 10270135. OLE color: 10270135.
HSL color Cylindrical-coordinate representation of color #B7B59C: hue angle of 55.56º 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 #B7B59C is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 181 | 156 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.28 |
| HSL | 55.56º | 0.16% | 0.66% | - |
| HSV(B) | 55.56º | 0.15% | 0.72% | - |
| XYZ | 42.05 | 45.52 | 38.02 | - |
| YUV | 178.75 | 115.16 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 181 | 156 | 0 | 0.01 | 0.15 | 0.28 | 55.56 | 0.16 | 0.66 |
| Hex | B7 | B5 | 9C | 0 | 1 | F | 1C | 38 | 10 | 42 |
| Octal | 267 | 265 | 234 | 0 | 1 | 17 | 34 | 70 | 20 | 102 |
| Binary | 10110111 | 10110101 | 10011100 | 0 | 1 | 1111 | 11100 | 111000 | 10000 | 1000010 |
Color Harmonies of #B7B59C
Complementary color
Monochromatic Colors of #B7B59C
Black with #B7B59C
Text Example
Text Example
White with #B7B59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B59C; }
p { color: rgb(183,181,156); }
H1.HeaderClassName
{
color: #B7B59C;
}
.AnyTagClassName
{
color: #B7B59C;
}
</style>
background-color css
<style>
a { background-color: #B7B59C; }
a { background-color: rgb(183,181,156); }
div.DivClassName
{
background-color: #B7B59C;
}
.BgClassName
{
background-color: #B7B59C;
}
</style>
border-color css
<style>
span { border-color: #B7B59C; }
span { border-color: rgb(183,181,156); }
td.TdClassName
{
border-color: #B7B59C;
}
.TagClassName
{
border-color: #B7B59C;
}
</style>