Shades of Tana #B8B39D
Tints of Tana #B8B39D
RGB
CMYK
RGB Variations
Color information
#B8B39D (or 0xB8B39D) is known color: Tana. HEX triplet: B8, B3 and 9D. RGB value is (184,179,157). Sum of RGB (Red+Green+Blue) = 184+179+157=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 157 (61.72% from 255 or 30.19% from 520); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B39D is #474C62. Grayscale: #B2B2B2. Windows color (decimal): -4672611 or 10335160. OLE color: 10335160.
HSL color Cylindrical-coordinate representation of color #B8B39D: hue angle of 48.89º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B8B39D is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 179 | 157 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.28 |
| HSL | 48.89º | 0.16% | 0.67% | - |
| HSV(B) | 48.89º | 0.15% | 0.72% | - |
| XYZ | 41.97 | 44.86 | 38.35 | - |
| YUV | 177.99 | 116.16 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 179 | 157 | 0 | 0.03 | 0.15 | 0.28 | 48.89 | 0.16 | 0.67 |
| Hex | B8 | B3 | 9D | 0 | 3 | F | 1C | 31 | 10 | 43 |
| Octal | 270 | 263 | 235 | 0 | 3 | 17 | 34 | 61 | 20 | 103 |
| Binary | 10111000 | 10110011 | 10011101 | 0 | 11 | 1111 | 11100 | 110001 | 10000 | 1000011 |
Color Harmonies of #B8B39D
Complementary color
Monochromatic Colors of #B8B39D
Black with #B8B39D
Text Example
Text Example
White with #B8B39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B39D; }
p { color: rgb(184,179,157); }
H1.HeaderClassName
{
color: #B8B39D;
}
.AnyTagClassName
{
color: #B8B39D;
}
</style>
background-color css
<style>
a { background-color: #B8B39D; }
a { background-color: rgb(184,179,157); }
div.DivClassName
{
background-color: #B8B39D;
}
.BgClassName
{
background-color: #B8B39D;
}
</style>
border-color css
<style>
span { border-color: #B8B39D; }
span { border-color: rgb(184,179,157); }
td.TdClassName
{
border-color: #B8B39D;
}
.TagClassName
{
border-color: #B8B39D;
}
</style>