Shades of Tana #B7B398
Tints of Tana #B7B398
RGB
CMYK
RGB Variations
Color information
#B7B398 (or 0xB7B398) is known color: Tana. HEX triplet: B7, B3 and 98. RGB value is (183,179,152). Sum of RGB (Red+Green+Blue) = 183+179+152=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 152 (59.77% from 255 or 29.57% from 514); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B398 is #484C67. Grayscale: #B1B1B1. Windows color (decimal): -4738152 or 10007479. OLE color: 10007479.
HSL color Cylindrical-coordinate representation of color #B7B398: hue angle of 52.26º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7B398 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 179 | 152 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.28 |
| HSL | 52.26º | 0.18% | 0.66% | - |
| HSV(B) | 52.26º | 0.17% | 0.72% | - |
| XYZ | 41.32 | 44.57 | 36.13 | - |
| YUV | 177.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 179 | 152 | 0 | 0.02 | 0.17 | 0.28 | 52.26 | 0.18 | 0.66 |
| Hex | B7 | B3 | 98 | 0 | 2 | 11 | 1C | 34 | 12 | 42 |
| Octal | 267 | 263 | 230 | 0 | 2 | 21 | 34 | 64 | 22 | 102 |
| Binary | 10110111 | 10110011 | 10011000 | 0 | 10 | 10001 | 11100 | 110100 | 10010 | 1000010 |
Color Harmonies of #B7B398
Complementary color
Monochromatic Colors of #B7B398
Black with #B7B398
Text Example
Text Example
White with #B7B398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B398; }
p { color: rgb(183,179,152); }
H1.HeaderClassName
{
color: #B7B398;
}
.AnyTagClassName
{
color: #B7B398;
}
</style>
background-color css
<style>
a { background-color: #B7B398; }
a { background-color: rgb(183,179,152); }
div.DivClassName
{
background-color: #B7B398;
}
.BgClassName
{
background-color: #B7B398;
}
</style>
border-color css
<style>
span { border-color: #B7B398; }
span { border-color: rgb(183,179,152); }
td.TdClassName
{
border-color: #B7B398;
}
.TagClassName
{
border-color: #B7B398;
}
</style>