Shades of Tana #B7B49B
Tints of Tana #B7B49B
RGB
CMYK
RGB Variations
Color information
#B7B49B (or 0xB7B49B) is known color: Tana. HEX triplet: B7, B4 and 9B. RGB value is (183,180,155). Sum of RGB (Red+Green+Blue) = 183+180+155=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 155 (60.94% from 255 or 29.92% from 518); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B49B is #484B64. Grayscale: #B2B2B2. Windows color (decimal): -4737893 or 10204343. OLE color: 10204343.
HSL color Cylindrical-coordinate representation of color #B7B49B: hue angle of 53.57º 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 #B7B49B is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 180 | 155 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.28 |
| HSL | 53.57º | 0.16% | 0.66% | - |
| HSV(B) | 53.57º | 0.15% | 0.72% | - |
| XYZ | 41.77 | 45.08 | 37.51 | - |
| YUV | 178.05 | 114.99 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 180 | 155 | 0 | 0.02 | 0.15 | 0.28 | 53.57 | 0.16 | 0.66 |
| Hex | B7 | B4 | 9B | 0 | 2 | F | 1C | 36 | 10 | 42 |
| Octal | 267 | 264 | 233 | 0 | 2 | 17 | 34 | 66 | 20 | 102 |
| Binary | 10110111 | 10110100 | 10011011 | 0 | 10 | 1111 | 11100 | 110110 | 10000 | 1000010 |
Color Harmonies of #B7B49B
Complementary color
Monochromatic Colors of #B7B49B
Black with #B7B49B
Text Example
Text Example
White with #B7B49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B49B; }
p { color: rgb(183,180,155); }
H1.HeaderClassName
{
color: #B7B49B;
}
.AnyTagClassName
{
color: #B7B49B;
}
</style>
background-color css
<style>
a { background-color: #B7B49B; }
a { background-color: rgb(183,180,155); }
div.DivClassName
{
background-color: #B7B49B;
}
.BgClassName
{
background-color: #B7B49B;
}
</style>
border-color css
<style>
span { border-color: #B7B49B; }
span { border-color: rgb(183,180,155); }
td.TdClassName
{
border-color: #B7B49B;
}
.TagClassName
{
border-color: #B7B49B;
}
</style>