Shades of Tana #B8B5A1
Tints of Tana #B8B5A1
RGB
CMYK
RGB Variations
Color information
#B8B5A1 (or 0xB8B5A1) is known color: Tana. HEX triplet: B8, B5 and A1. RGB value is (184,181,161). Sum of RGB (Red+Green+Blue) = 184+181+161=526 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.98% from 526); Green value is 181 (71.09% from 255 or 34.41% from 526); Blue value is 161 (63.28% from 255 or 30.61% from 526); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B5A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B5A1 is #474A5E. Grayscale: #B3B3B3. Windows color (decimal): -4672095 or 10597816. OLE color: 10597816.
HSL color Cylindrical-coordinate representation of color #B8B5A1: hue angle of 52.17º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B8B5A1 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
RGB | 184 | 181 | 161 | - |
CMYK | 0 | 0.02 | 0.12 | 0.28 |
HSL | 52.17º | 0.14% | 0.68% | - |
HSV(B) | 52.17º | 0.13% | 0.72% | - |
XYZ | 42.72 | 45.81 | 40.31 | - |
YUV | 179.62 | 117.49 | 131.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 181 | 161 | 0 | 0.02 | 0.12 | 0.28 | 52.17 | 0.14 | 0.68 |
Hex | B8 | B5 | A1 | 0 | 2 | C | 1C | 34 | E | 44 |
Octal | 270 | 265 | 241 | 0 | 2 | 14 | 34 | 64 | 16 | 104 |
Binary | 10111000 | 10110101 | 10100001 | 0 | 10 | 1100 | 11100 | 110100 | 1110 | 1000100 |
Color Harmonies of #B8B5A1
Complementary color
Monochromatic Colors of #B8B5A1
Black with #B8B5A1
Text Example
Text Example
White with #B8B5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B5A1; }
p { color: rgb(184,181,161); }
H1.HeaderClassName
{
color: #B8B5A1;
}
.AnyTagClassName
{
color: #B8B5A1;
}
</style>
background-color css
<style>
a { background-color: #B8B5A1; }
a { background-color: rgb(184,181,161); }
div.DivClassName
{
background-color: #B8B5A1;
}
.BgClassName
{
background-color: #B8B5A1;
}
</style>
border-color css
<style>
span { border-color: #B8B5A1; }
span { border-color: rgb(184,181,161); }
td.TdClassName
{
border-color: #B8B5A1;
}
.TagClassName
{
border-color: #B8B5A1;
}
</style>