Shades of Tana #B8B89A
Tints of Tana #B8B89A
RGB
CMYK
RGB Variations
Color information
#B8B89A (or 0xB8B89A) is known color: Tana. HEX triplet: B8, B8 and 9A. RGB value is (184,184,154). Sum of RGB (Red+Green+Blue) = 184+184+154=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 184 - color contains mainly: red, green. Hex color #B8B89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B89A is #474765. Grayscale: #B4B4B4. Windows color (decimal): -4671334 or 10139832. OLE color: 10139832.
HSL color Cylindrical-coordinate representation of color #B8B89A: hue angle of 60º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8B89A is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 184 | 154 | - |
| CMYK | 0 | 0 | 0.16 | 0.28 |
| HSL | 60º | 0.17% | 0.66% | - |
| HSV(B) | 60º | 0.16% | 0.72% | - |
| XYZ | 42.74 | 46.8 | 37.35 | - |
| YUV | 180.58 | 113 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 184 | 154 | 0 | 0 | 0.16 | 0.28 | 60 | 0.17 | 0.66 |
| Hex | B8 | B8 | 9A | 0 | 0 | 10 | 1C | 3C | 11 | 42 |
| Octal | 270 | 270 | 232 | 0 | 0 | 20 | 34 | 74 | 21 | 102 |
| Binary | 10111000 | 10111000 | 10011010 | 0 | 0 | 10000 | 11100 | 111100 | 10001 | 1000010 |
Color Harmonies of #B8B89A
Complementary color
Monochromatic Colors of #B8B89A
Black with #B8B89A
Text Example
Text Example
White with #B8B89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B89A; }
p { color: rgb(184,184,154); }
H1.HeaderClassName
{
color: #B8B89A;
}
.AnyTagClassName
{
color: #B8B89A;
}
</style>
background-color css
<style>
a { background-color: #B8B89A; }
a { background-color: rgb(184,184,154); }
div.DivClassName
{
background-color: #B8B89A;
}
.BgClassName
{
background-color: #B8B89A;
}
</style>
border-color css
<style>
span { border-color: #B8B89A; }
span { border-color: rgb(184,184,154); }
td.TdClassName
{
border-color: #B8B89A;
}
.TagClassName
{
border-color: #B8B89A;
}
</style>