Shades of Tana #B8B5A4
Tints of Tana #B8B5A4
RGB
CMYK
RGB Variations
Color information
#B8B5A4 (or 0xB8B5A4) is known color: Tana. HEX triplet: B8, B5 and A4. RGB value is (184,181,164). Sum of RGB (Red+Green+Blue) = 184+181+164=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 181 (71.09% from 255 or 34.22% from 529); Blue value is 164 (64.45% from 255 or 31.00% from 529); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B5A4 is #474A5B. Grayscale: #B4B4B4. Windows color (decimal): -4672092 or 10794424. OLE color: 10794424.
HSL color Cylindrical-coordinate representation of color #B8B5A4: hue angle of 51º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B8B5A4 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 181 | 164 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.28 |
| HSL | 51º | 0.12% | 0.68% | - |
| HSV(B) | 51º | 0.11% | 0.72% | - |
| XYZ | 42.99 | 45.92 | 41.72 | - |
| YUV | 179.96 | 118.99 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 181 | 164 | 0 | 0.02 | 0.11 | 0.28 | 51 | 0.12 | 0.68 |
| Hex | B8 | B5 | A4 | 0 | 2 | B | 1C | 33 | C | 44 |
| Octal | 270 | 265 | 244 | 0 | 2 | 13 | 34 | 63 | 14 | 104 |
| Binary | 10111000 | 10110101 | 10100100 | 0 | 10 | 1011 | 11100 | 110011 | 1100 | 1000100 |
Color Harmonies of #B8B5A4
Complementary color
Monochromatic Colors of #B8B5A4
Black with #B8B5A4
Text Example
Text Example
White with #B8B5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B5A4; }
p { color: rgb(184,181,164); }
H1.HeaderClassName
{
color: #B8B5A4;
}
.AnyTagClassName
{
color: #B8B5A4;
}
</style>
background-color css
<style>
a { background-color: #B8B5A4; }
a { background-color: rgb(184,181,164); }
div.DivClassName
{
background-color: #B8B5A4;
}
.BgClassName
{
background-color: #B8B5A4;
}
</style>
border-color css
<style>
span { border-color: #B8B5A4; }
span { border-color: rgb(184,181,164); }
td.TdClassName
{
border-color: #B8B5A4;
}
.TagClassName
{
border-color: #B8B5A4;
}
</style>