Shades of Tana #B7B399
Tints of Tana #B7B399
RGB
CMYK
RGB Variations
Color information
#B7B399 (or 0xB7B399) is known color: Tana. HEX triplet: B7, B3 and 99. RGB value is (183,179,153). Sum of RGB (Red+Green+Blue) = 183+179+153=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 153 (60.16% from 255 or 29.71% from 515); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B399 is #484C66. Grayscale: #B1B1B1. Windows color (decimal): -4738151 or 10073015. OLE color: 10073015.
HSL color Cylindrical-coordinate representation of color #B7B399: hue angle of 52º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7B399 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 179 | 153 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.28 |
| HSL | 52º | 0.17% | 0.66% | - |
| HSV(B) | 52º | 0.16% | 0.72% | - |
| XYZ | 41.4 | 44.61 | 36.57 | - |
| YUV | 177.23 | 114.33 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 179 | 153 | 0 | 0.02 | 0.16 | 0.28 | 52 | 0.17 | 0.66 |
| Hex | B7 | B3 | 99 | 0 | 2 | 10 | 1C | 34 | 11 | 42 |
| Octal | 267 | 263 | 231 | 0 | 2 | 20 | 34 | 64 | 21 | 102 |
| Binary | 10110111 | 10110011 | 10011001 | 0 | 10 | 10000 | 11100 | 110100 | 10001 | 1000010 |
Color Harmonies of #B7B399
Complementary color
Monochromatic Colors of #B7B399
Black with #B7B399
Text Example
Text Example
White with #B7B399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B399; }
p { color: rgb(183,179,153); }
H1.HeaderClassName
{
color: #B7B399;
}
.AnyTagClassName
{
color: #B7B399;
}
</style>
background-color css
<style>
a { background-color: #B7B399; }
a { background-color: rgb(183,179,153); }
div.DivClassName
{
background-color: #B7B399;
}
.BgClassName
{
background-color: #B7B399;
}
</style>
border-color css
<style>
span { border-color: #B7B399; }
span { border-color: rgb(183,179,153); }
td.TdClassName
{
border-color: #B7B399;
}
.TagClassName
{
border-color: #B7B399;
}
</style>