Shades of Tana #BFBB9B
Tints of Tana #BFBB9B
RGB
CMYK
RGB Variations
Color information
#BFBB9B (or 0xBFBB9B) is known color: Tana. HEX triplet: BF, BB and 9B. RGB value is (191,187,155). Sum of RGB (Red+Green+Blue) = 191+187+155=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 155 (60.94% from 255 or 29.08% from 533); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBB9B is #404464. Grayscale: #B8B8B8. Windows color (decimal): -4211813 or 10206143. OLE color: 10206143.
HSL color Cylindrical-coordinate representation of color #BFBB9B: hue angle of 53.33º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFBB9B is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 187 | 155 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.25 |
| HSL | 53.33º | 0.22% | 0.68% | - |
| HSV(B) | 53.33º | 0.19% | 0.75% | - |
| XYZ | 45.17 | 48.98 | 38.08 | - |
| YUV | 184.55 | 111.33 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 155 | 0 | 0.02 | 0.19 | 0.25 | 53.33 | 0.22 | 0.68 |
| Hex | BF | BB | 9B | 0 | 2 | 13 | 19 | 35 | 16 | 44 |
| Octal | 277 | 273 | 233 | 0 | 2 | 23 | 31 | 65 | 26 | 104 |
| Binary | 10111111 | 10111011 | 10011011 | 0 | 10 | 10011 | 11001 | 110101 | 10110 | 1000100 |
Color Harmonies of #BFBB9B
Complementary color
Monochromatic Colors of #BFBB9B
Black with #BFBB9B
Text Example
Text Example
White with #BFBB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBB9B; }
p { color: rgb(191,187,155); }
H1.HeaderClassName
{
color: #BFBB9B;
}
.AnyTagClassName
{
color: #BFBB9B;
}
</style>
background-color css
<style>
a { background-color: #BFBB9B; }
a { background-color: rgb(191,187,155); }
div.DivClassName
{
background-color: #BFBB9B;
}
.BgClassName
{
background-color: #BFBB9B;
}
</style>
border-color css
<style>
span { border-color: #BFBB9B; }
span { border-color: rgb(191,187,155); }
td.TdClassName
{
border-color: #BFBB9B;
}
.TagClassName
{
border-color: #BFBB9B;
}
</style>