Shades of Tana #B8B49A
Tints of Tana #B8B49A
RGB
CMYK
RGB Variations
Color information
#B8B49A (or 0xB8B49A) is known color: Tana. HEX triplet: B8, B4 and 9A. RGB value is (184,180,154). Sum of RGB (Red+Green+Blue) = 184+180+154=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 154 (60.55% from 255 or 29.73% from 518); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B49A is #474B65. Grayscale: #B2B2B2. Windows color (decimal): -4672358 or 10138808. OLE color: 10138808.
HSL color Cylindrical-coordinate representation of color #B8B49A: hue angle of 52º 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 #B8B49A is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 180 | 154 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.28 |
| HSL | 52º | 0.17% | 0.66% | - |
| HSV(B) | 52º | 0.16% | 0.72% | - |
| XYZ | 41.92 | 45.17 | 37.08 | - |
| YUV | 178.23 | 114.33 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 180 | 154 | 0 | 0.02 | 0.16 | 0.28 | 52 | 0.17 | 0.66 |
| Hex | B8 | B4 | 9A | 0 | 2 | 10 | 1C | 34 | 11 | 42 |
| Octal | 270 | 264 | 232 | 0 | 2 | 20 | 34 | 64 | 21 | 102 |
| Binary | 10111000 | 10110100 | 10011010 | 0 | 10 | 10000 | 11100 | 110100 | 10001 | 1000010 |
Color Harmonies of #B8B49A
Complementary color
Monochromatic Colors of #B8B49A
Black with #B8B49A
Text Example
Text Example
White with #B8B49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B49A; }
p { color: rgb(184,180,154); }
H1.HeaderClassName
{
color: #B8B49A;
}
.AnyTagClassName
{
color: #B8B49A;
}
</style>
background-color css
<style>
a { background-color: #B8B49A; }
a { background-color: rgb(184,180,154); }
div.DivClassName
{
background-color: #B8B49A;
}
.BgClassName
{
background-color: #B8B49A;
}
</style>
border-color css
<style>
span { border-color: #B8B49A; }
span { border-color: rgb(184,180,154); }
td.TdClassName
{
border-color: #B8B49A;
}
.TagClassName
{
border-color: #B8B49A;
}
</style>