Shades of Tana #B8B39E
Tints of Tana #B8B39E
RGB
CMYK
RGB Variations
Color information
#B8B39E (or 0xB8B39E) is known color: Tana. HEX triplet: B8, B3 and 9E. RGB value is (184,179,158). Sum of RGB (Red+Green+Blue) = 184+179+158=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 158 (62.11% from 255 or 30.33% from 521); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B39E is #474C61. Grayscale: #B2B2B2. Windows color (decimal): -4672610 or 10400696. OLE color: 10400696.
HSL color Cylindrical-coordinate representation of color #B8B39E: hue angle of 48.46º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B8B39E is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 179 | 158 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.28 |
| HSL | 48.46º | 0.15% | 0.67% | - |
| HSV(B) | 48.46º | 0.14% | 0.72% | - |
| XYZ | 42.06 | 44.9 | 38.8 | - |
| YUV | 178.1 | 116.66 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 179 | 158 | 0 | 0.03 | 0.14 | 0.28 | 48.46 | 0.15 | 0.67 |
| Hex | B8 | B3 | 9E | 0 | 3 | E | 1C | 30 | F | 43 |
| Octal | 270 | 263 | 236 | 0 | 3 | 16 | 34 | 60 | 17 | 103 |
| Binary | 10111000 | 10110011 | 10011110 | 0 | 11 | 1110 | 11100 | 110000 | 1111 | 1000011 |
Color Harmonies of #B8B39E
Complementary color
Monochromatic Colors of #B8B39E
Black with #B8B39E
Text Example
Text Example
White with #B8B39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B39E; }
p { color: rgb(184,179,158); }
H1.HeaderClassName
{
color: #B8B39E;
}
.AnyTagClassName
{
color: #B8B39E;
}
</style>
background-color css
<style>
a { background-color: #B8B39E; }
a { background-color: rgb(184,179,158); }
div.DivClassName
{
background-color: #B8B39E;
}
.BgClassName
{
background-color: #B8B39E;
}
</style>
border-color css
<style>
span { border-color: #B8B39E; }
span { border-color: rgb(184,179,158); }
td.TdClassName
{
border-color: #B8B39E;
}
.TagClassName
{
border-color: #B8B39E;
}
</style>