Shades of Tana #BBB99A
Tints of Tana #BBB99A
RGB
CMYK
RGB Variations
Color information
#BBB99A (or 0xBBB99A) is known color: Tana. HEX triplet: BB, B9 and 9A. RGB value is (187,185,154). Sum of RGB (Red+Green+Blue) = 187+185+154=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 154 (60.55% from 255 or 29.28% from 526); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB99A is #444665. Grayscale: #B6B6B6. Windows color (decimal): -4474470 or 10140091. OLE color: 10140091.
HSL color Cylindrical-coordinate representation of color #BBB99A: hue angle of 56.36º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBB99A is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 185 | 154 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.27 |
| HSL | 56.36º | 0.2% | 0.67% | - |
| HSV(B) | 56.36º | 0.18% | 0.73% | - |
| XYZ | 43.68 | 47.6 | 37.46 | - |
| YUV | 182.06 | 112.16 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 154 | 0 | 0.01 | 0.18 | 0.27 | 56.36 | 0.2 | 0.67 |
| Hex | BB | B9 | 9A | 0 | 1 | 12 | 1B | 38 | 14 | 43 |
| Octal | 273 | 271 | 232 | 0 | 1 | 22 | 33 | 70 | 24 | 103 |
| Binary | 10111011 | 10111001 | 10011010 | 0 | 1 | 10010 | 11011 | 111000 | 10100 | 1000011 |
Color Harmonies of #BBB99A
Complementary color
Monochromatic Colors of #BBB99A
Black with #BBB99A
Text Example
Text Example
White with #BBB99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB99A; }
p { color: rgb(187,185,154); }
H1.HeaderClassName
{
color: #BBB99A;
}
.AnyTagClassName
{
color: #BBB99A;
}
</style>
background-color css
<style>
a { background-color: #BBB99A; }
a { background-color: rgb(187,185,154); }
div.DivClassName
{
background-color: #BBB99A;
}
.BgClassName
{
background-color: #BBB99A;
}
</style>
border-color css
<style>
span { border-color: #BBB99A; }
span { border-color: rgb(187,185,154); }
td.TdClassName
{
border-color: #BBB99A;
}
.TagClassName
{
border-color: #BBB99A;
}
</style>