Shades of Tana #BBB5A1
Tints of Tana #BBB5A1
RGB
CMYK
RGB Variations
Color information
#BBB5A1 (or 0xBBB5A1) is known color: Tana. HEX triplet: BB, B5 and A1. RGB value is (187,181,161). Sum of RGB (Red+Green+Blue) = 187+181+161=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 181 (71.09% from 255 or 34.22% from 529); Blue value is 161 (63.28% from 255 or 30.43% from 529); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB5A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB5A1 is #444A5E. Grayscale: #B4B4B4. Windows color (decimal): -4475487 or 10597819. OLE color: 10597819.
HSL color Cylindrical-coordinate representation of color #BBB5A1: hue angle of 46.15º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBB5A1 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 181 | 161 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.27 |
| HSL | 46.15º | 0.16% | 0.68% | - |
| HSV(B) | 46.15º | 0.14% | 0.73% | - |
| XYZ | 43.45 | 46.19 | 40.34 | - |
| YUV | 180.51 | 116.99 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 161 | 0 | 0.03 | 0.14 | 0.27 | 46.15 | 0.16 | 0.68 |
| Hex | BB | B5 | A1 | 0 | 3 | E | 1B | 2E | 10 | 44 |
| Octal | 273 | 265 | 241 | 0 | 3 | 16 | 33 | 56 | 20 | 104 |
| Binary | 10111011 | 10110101 | 10100001 | 0 | 11 | 1110 | 11011 | 101110 | 10000 | 1000100 |
Color Harmonies of #BBB5A1
Complementary color
Monochromatic Colors of #BBB5A1
Black with #BBB5A1
Text Example
Text Example
White with #BBB5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB5A1; }
p { color: rgb(187,181,161); }
H1.HeaderClassName
{
color: #BBB5A1;
}
.AnyTagClassName
{
color: #BBB5A1;
}
</style>
background-color css
<style>
a { background-color: #BBB5A1; }
a { background-color: rgb(187,181,161); }
div.DivClassName
{
background-color: #BBB5A1;
}
.BgClassName
{
background-color: #BBB5A1;
}
</style>
border-color css
<style>
span { border-color: #BBB5A1; }
span { border-color: rgb(187,181,161); }
td.TdClassName
{
border-color: #BBB5A1;
}
.TagClassName
{
border-color: #BBB5A1;
}
</style>