Shades of Tana #B7B59B
Tints of Tana #B7B59B
RGB
CMYK
RGB Variations
Color information
#B7B59B (or 0xB7B59B) is known color: Tana. HEX triplet: B7, B5 and 9B. RGB value is (183,181,155). Sum of RGB (Red+Green+Blue) = 183+181+155=519 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.26% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 155 (60.94% from 255 or 29.87% from 519); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B59B is #484A64. Grayscale: #B2B2B2. Windows color (decimal): -4737637 or 10204599. OLE color: 10204599.
HSL color Cylindrical-coordinate representation of color #B7B59B: hue angle of 55.71º 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 #B7B59B is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 181 | 155 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.28 |
| HSL | 55.71º | 0.16% | 0.66% | - |
| HSV(B) | 55.71º | 0.15% | 0.72% | - |
| XYZ | 41.97 | 45.48 | 37.58 | - |
| YUV | 178.63 | 114.66 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 181 | 155 | 0 | 0.01 | 0.15 | 0.28 | 55.71 | 0.16 | 0.66 |
| Hex | B7 | B5 | 9B | 0 | 1 | F | 1C | 38 | 10 | 42 |
| Octal | 267 | 265 | 233 | 0 | 1 | 17 | 34 | 70 | 20 | 102 |
| Binary | 10110111 | 10110101 | 10011011 | 0 | 1 | 1111 | 11100 | 111000 | 10000 | 1000010 |
Color Harmonies of #B7B59B
Complementary color
Monochromatic Colors of #B7B59B
Black with #B7B59B
Text Example
Text Example
White with #B7B59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B59B; }
p { color: rgb(183,181,155); }
H1.HeaderClassName
{
color: #B7B59B;
}
.AnyTagClassName
{
color: #B7B59B;
}
</style>
background-color css
<style>
a { background-color: #B7B59B; }
a { background-color: rgb(183,181,155); }
div.DivClassName
{
background-color: #B7B59B;
}
.BgClassName
{
background-color: #B7B59B;
}
</style>
border-color css
<style>
span { border-color: #B7B59B; }
span { border-color: rgb(183,181,155); }
td.TdClassName
{
border-color: #B7B59B;
}
.TagClassName
{
border-color: #B7B59B;
}
</style>