Shades of Tana #BBB99C
Tints of Tana #BBB99C
RGB
CMYK
RGB Variations
Color information
#BBB99C (or 0xBBB99C) is known color: Tana. HEX triplet: BB, B9 and 9C. RGB value is (187,185,156). Sum of RGB (Red+Green+Blue) = 187+185+156=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 156 (61.33% from 255 or 29.55% from 528); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB99C is #444663. Grayscale: #B6B6B6. Windows color (decimal): -4474468 or 10271163. OLE color: 10271163.
HSL color Cylindrical-coordinate representation of color #BBB99C: hue angle of 56.13º 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 #BBB99C is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 185 | 156 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.27 |
| HSL | 56.13º | 0.19% | 0.67% | - |
| HSV(B) | 56.13º | 0.17% | 0.73% | - |
| XYZ | 43.84 | 47.66 | 38.34 | - |
| YUV | 182.29 | 113.16 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 156 | 0 | 0.01 | 0.17 | 0.27 | 56.13 | 0.19 | 0.67 |
| Hex | BB | B9 | 9C | 0 | 1 | 11 | 1B | 38 | 13 | 43 |
| Octal | 273 | 271 | 234 | 0 | 1 | 21 | 33 | 70 | 23 | 103 |
| Binary | 10111011 | 10111001 | 10011100 | 0 | 1 | 10001 | 11011 | 111000 | 10011 | 1000011 |
Color Harmonies of #BBB99C
Complementary color
Monochromatic Colors of #BBB99C
Black with #BBB99C
Text Example
Text Example
White with #BBB99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB99C; }
p { color: rgb(187,185,156); }
H1.HeaderClassName
{
color: #BBB99C;
}
.AnyTagClassName
{
color: #BBB99C;
}
</style>
background-color css
<style>
a { background-color: #BBB99C; }
a { background-color: rgb(187,185,156); }
div.DivClassName
{
background-color: #BBB99C;
}
.BgClassName
{
background-color: #BBB99C;
}
</style>
border-color css
<style>
span { border-color: #BBB99C; }
span { border-color: rgb(187,185,156); }
td.TdClassName
{
border-color: #BBB99C;
}
.TagClassName
{
border-color: #BBB99C;
}
</style>