Shades of Tana #B9B398
Tints of Tana #B9B398
RGB
CMYK
RGB Variations
Color information
#B9B398 (or 0xB9B398) is known color: Tana. HEX triplet: B9, B3 and 98. RGB value is (185,179,152). Sum of RGB (Red+Green+Blue) = 185+179+152=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 152 (59.77% from 255 or 29.46% from 516); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B398 is #464C67. Grayscale: #B1B1B1. Windows color (decimal): -4607080 or 10007481. OLE color: 10007481.
HSL color Cylindrical-coordinate representation of color #B9B398: hue angle of 49.09º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9B398 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 179 | 152 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.27 |
| HSL | 49.09º | 0.19% | 0.66% | - |
| HSV(B) | 49.09º | 0.18% | 0.73% | - |
| XYZ | 41.8 | 44.82 | 36.15 | - |
| YUV | 177.72 | 113.49 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 179 | 152 | 0 | 0.03 | 0.18 | 0.27 | 49.09 | 0.19 | 0.66 |
| Hex | B9 | B3 | 98 | 0 | 3 | 12 | 1B | 31 | 13 | 42 |
| Octal | 271 | 263 | 230 | 0 | 3 | 22 | 33 | 61 | 23 | 102 |
| Binary | 10111001 | 10110011 | 10011000 | 0 | 11 | 10010 | 11011 | 110001 | 10011 | 1000010 |
Color Harmonies of #B9B398
Complementary color
Monochromatic Colors of #B9B398
Black with #B9B398
Text Example
Text Example
White with #B9B398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B398; }
p { color: rgb(185,179,152); }
H1.HeaderClassName
{
color: #B9B398;
}
.AnyTagClassName
{
color: #B9B398;
}
</style>
background-color css
<style>
a { background-color: #B9B398; }
a { background-color: rgb(185,179,152); }
div.DivClassName
{
background-color: #B9B398;
}
.BgClassName
{
background-color: #B9B398;
}
</style>
border-color css
<style>
span { border-color: #B9B398; }
span { border-color: rgb(185,179,152); }
td.TdClassName
{
border-color: #B9B398;
}
.TagClassName
{
border-color: #B9B398;
}
</style>