Shades of Tana #BFBB99
Tints of Tana #BFBB99
RGB
CMYK
RGB Variations
Color information
#BFBB99 (or 0xBFBB99) is known color: Tana. HEX triplet: BF, BB and 99. RGB value is (191,187,153). Sum of RGB (Red+Green+Blue) = 191+187+153=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 153 (60.16% from 255 or 28.81% from 531); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBB99 is #404466. Grayscale: #B8B8B8. Windows color (decimal): -4211815 or 10075071. OLE color: 10075071.
HSL color Cylindrical-coordinate representation of color #BFBB99: hue angle of 53.68º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFBB99 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 187 | 153 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.25 |
| HSL | 53.68º | 0.23% | 0.67% | - |
| HSV(B) | 53.68º | 0.2% | 0.75% | - |
| XYZ | 45.01 | 48.92 | 37.21 | - |
| YUV | 184.32 | 110.33 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 153 | 0 | 0.02 | 0.20 | 0.25 | 53.68 | 0.23 | 0.67 |
| Hex | BF | BB | 99 | 0 | 2 | 14 | 19 | 36 | 17 | 43 |
| Octal | 277 | 273 | 231 | 0 | 2 | 24 | 31 | 66 | 27 | 103 |
| Binary | 10111111 | 10111011 | 10011001 | 0 | 10 | 10100 | 11001 | 110110 | 10111 | 1000011 |
Color Harmonies of #BFBB99
Complementary color
Monochromatic Colors of #BFBB99
Black with #BFBB99
Text Example
Text Example
White with #BFBB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBB99; }
p { color: rgb(191,187,153); }
H1.HeaderClassName
{
color: #BFBB99;
}
.AnyTagClassName
{
color: #BFBB99;
}
</style>
background-color css
<style>
a { background-color: #BFBB99; }
a { background-color: rgb(191,187,153); }
div.DivClassName
{
background-color: #BFBB99;
}
.BgClassName
{
background-color: #BFBB99;
}
</style>
border-color css
<style>
span { border-color: #BFBB99; }
span { border-color: rgb(191,187,153); }
td.TdClassName
{
border-color: #BFBB99;
}
.TagClassName
{
border-color: #BFBB99;
}
</style>