Shades of Tana #B9B399
Tints of Tana #B9B399
RGB
CMYK
RGB Variations
Color information
#B9B399 (or 0xB9B399) is known color: Tana. HEX triplet: B9, B3 and 99. RGB value is (185,179,153). Sum of RGB (Red+Green+Blue) = 185+179+153=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 179 (70.31% from 255 or 34.62% from 517); Blue value is 153 (60.16% from 255 or 29.59% from 517); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B399 is #464C66. Grayscale: #B1B1B1. Windows color (decimal): -4607079 or 10073017. OLE color: 10073017.
HSL color Cylindrical-coordinate representation of color #B9B399: hue angle of 48.75º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9B399 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 179 | 153 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.27 |
| HSL | 48.75º | 0.19% | 0.66% | - |
| HSV(B) | 48.75º | 0.17% | 0.73% | - |
| XYZ | 41.88 | 44.85 | 36.59 | - |
| YUV | 177.83 | 113.99 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 179 | 153 | 0 | 0.03 | 0.17 | 0.27 | 48.75 | 0.19 | 0.66 |
| Hex | B9 | B3 | 99 | 0 | 3 | 11 | 1B | 31 | 13 | 42 |
| Octal | 271 | 263 | 231 | 0 | 3 | 21 | 33 | 61 | 23 | 102 |
| Binary | 10111001 | 10110011 | 10011001 | 0 | 11 | 10001 | 11011 | 110001 | 10011 | 1000010 |
Color Harmonies of #B9B399
Complementary color
Monochromatic Colors of #B9B399
Black with #B9B399
Text Example
Text Example
White with #B9B399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B399; }
p { color: rgb(185,179,153); }
H1.HeaderClassName
{
color: #B9B399;
}
.AnyTagClassName
{
color: #B9B399;
}
</style>
background-color css
<style>
a { background-color: #B9B399; }
a { background-color: rgb(185,179,153); }
div.DivClassName
{
background-color: #B9B399;
}
.BgClassName
{
background-color: #B9B399;
}
</style>
border-color css
<style>
span { border-color: #B9B399; }
span { border-color: rgb(185,179,153); }
td.TdClassName
{
border-color: #B9B399;
}
.TagClassName
{
border-color: #B9B399;
}
</style>