Shades of Tana #BBB9A0
Tints of Tana #BBB9A0
RGB
CMYK
RGB Variations
Color information
#BBB9A0 (or 0xBBB9A0) is known color: Tana. HEX triplet: BB, B9 and A0. RGB value is (187,185,160). Sum of RGB (Red+Green+Blue) = 187+185+160=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 160 (62.89% from 255 or 30.08% from 532); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB9A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB9A0 is #44465F. Grayscale: #B6B6B6. Windows color (decimal): -4474464 or 10533307. OLE color: 10533307.
HSL color Cylindrical-coordinate representation of color #BBB9A0: hue angle of 55.56º degrees, saturation: 0.17, 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 #BBB9A0 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 185 | 160 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.27 |
| HSL | 55.56º | 0.17% | 0.68% | - |
| HSV(B) | 55.56º | 0.14% | 0.73% | - |
| XYZ | 44.19 | 47.8 | 40.16 | - |
| YUV | 182.75 | 115.16 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 160 | 0 | 0.01 | 0.14 | 0.27 | 55.56 | 0.17 | 0.68 |
| Hex | BB | B9 | A0 | 0 | 1 | E | 1B | 38 | 11 | 44 |
| Octal | 273 | 271 | 240 | 0 | 1 | 16 | 33 | 70 | 21 | 104 |
| Binary | 10111011 | 10111001 | 10100000 | 0 | 1 | 1110 | 11011 | 111000 | 10001 | 1000100 |
Color Harmonies of #BBB9A0
Complementary color
Monochromatic Colors of #BBB9A0
Black with #BBB9A0
Text Example
Text Example
White with #BBB9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB9A0; }
p { color: rgb(187,185,160); }
H1.HeaderClassName
{
color: #BBB9A0;
}
.AnyTagClassName
{
color: #BBB9A0;
}
</style>
background-color css
<style>
a { background-color: #BBB9A0; }
a { background-color: rgb(187,185,160); }
div.DivClassName
{
background-color: #BBB9A0;
}
.BgClassName
{
background-color: #BBB9A0;
}
</style>
border-color css
<style>
span { border-color: #BBB9A0; }
span { border-color: rgb(187,185,160); }
td.TdClassName
{
border-color: #BBB9A0;
}
.TagClassName
{
border-color: #BBB9A0;
}
</style>