Shades of Tana #BBB49B
Tints of Tana #BBB49B
RGB
CMYK
RGB Variations
Color information
#BBB49B (or 0xBBB49B) is known color: Tana. HEX triplet: BB, B4 and 9B. RGB value is (187,180,155). Sum of RGB (Red+Green+Blue) = 187+180+155=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 180 (70.70% from 255 or 34.48% from 522); Blue value is 155 (60.94% from 255 or 29.69% from 522); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB49B is #444B64. Grayscale: #B3B3B3. Windows color (decimal): -4475749 or 10204347. OLE color: 10204347.
HSL color Cylindrical-coordinate representation of color #BBB49B: hue angle of 46.88º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBB49B is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 180 | 155 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.27 |
| HSL | 46.88º | 0.19% | 0.67% | - |
| HSV(B) | 46.88º | 0.17% | 0.73% | - |
| XYZ | 42.73 | 45.57 | 37.55 | - |
| YUV | 179.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 155 | 0 | 0.04 | 0.17 | 0.27 | 46.88 | 0.19 | 0.67 |
| Hex | BB | B4 | 9B | 0 | 4 | 11 | 1B | 2F | 13 | 43 |
| Octal | 273 | 264 | 233 | 0 | 4 | 21 | 33 | 57 | 23 | 103 |
| Binary | 10111011 | 10110100 | 10011011 | 0 | 100 | 10001 | 11011 | 101111 | 10011 | 1000011 |
Color Harmonies of #BBB49B
Complementary color
Monochromatic Colors of #BBB49B
Black with #BBB49B
Text Example
Text Example
White with #BBB49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB49B; }
p { color: rgb(187,180,155); }
H1.HeaderClassName
{
color: #BBB49B;
}
.AnyTagClassName
{
color: #BBB49B;
}
</style>
background-color css
<style>
a { background-color: #BBB49B; }
a { background-color: rgb(187,180,155); }
div.DivClassName
{
background-color: #BBB49B;
}
.BgClassName
{
background-color: #BBB49B;
}
</style>
border-color css
<style>
span { border-color: #BBB49B; }
span { border-color: rgb(187,180,155); }
td.TdClassName
{
border-color: #BBB49B;
}
.TagClassName
{
border-color: #BBB49B;
}
</style>