Shades of Tana #B8B49C
Tints of Tana #B8B49C
RGB
CMYK
RGB Variations
Color information
#B8B49C (or 0xB8B49C) is known color: Tana. HEX triplet: B8, B4 and 9C. RGB value is (184,180,156). Sum of RGB (Red+Green+Blue) = 184+180+156=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B49C is #474B63. Grayscale: #B2B2B2. Windows color (decimal): -4672356 or 10269880. OLE color: 10269880.
HSL color Cylindrical-coordinate representation of color #B8B49C: hue angle of 51.43º 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 #B8B49C is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 180 | 156 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.28 |
| HSL | 51.43º | 0.16% | 0.67% | - |
| HSV(B) | 51.43º | 0.15% | 0.72% | - |
| XYZ | 42.09 | 45.23 | 37.97 | - |
| YUV | 178.46 | 115.33 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 180 | 156 | 0 | 0.02 | 0.15 | 0.28 | 51.43 | 0.16 | 0.67 |
| Hex | B8 | B4 | 9C | 0 | 2 | F | 1C | 33 | 10 | 43 |
| Octal | 270 | 264 | 234 | 0 | 2 | 17 | 34 | 63 | 20 | 103 |
| Binary | 10111000 | 10110100 | 10011100 | 0 | 10 | 1111 | 11100 | 110011 | 10000 | 1000011 |
Color Harmonies of #B8B49C
Complementary color
Monochromatic Colors of #B8B49C
Black with #B8B49C
Text Example
Text Example
White with #B8B49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B49C; }
p { color: rgb(184,180,156); }
H1.HeaderClassName
{
color: #B8B49C;
}
.AnyTagClassName
{
color: #B8B49C;
}
</style>
background-color css
<style>
a { background-color: #B8B49C; }
a { background-color: rgb(184,180,156); }
div.DivClassName
{
background-color: #B8B49C;
}
.BgClassName
{
background-color: #B8B49C;
}
</style>
border-color css
<style>
span { border-color: #B8B49C; }
span { border-color: rgb(184,180,156); }
td.TdClassName
{
border-color: #B8B49C;
}
.TagClassName
{
border-color: #B8B49C;
}
</style>