Shades of Tana #BFB99B
Tints of Tana #BFB99B
RGB
CMYK
RGB Variations
Color information
#BFB99B (or 0xBFB99B) is known color: Tana. HEX triplet: BF, B9 and 9B. RGB value is (191,185,155). Sum of RGB (Red+Green+Blue) = 191+185+155=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 155 (60.94% from 255 or 29.19% from 531); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB99B is #404664. Grayscale: #B7B7B7. Windows color (decimal): -4212325 or 10205631. OLE color: 10205631.
HSL color Cylindrical-coordinate representation of color #BFB99B: hue angle of 50º 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 #BFB99B is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 185 | 155 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.25 |
| HSL | 50º | 0.22% | 0.68% | - |
| HSV(B) | 50º | 0.19% | 0.75% | - |
| XYZ | 44.75 | 48.14 | 37.94 | - |
| YUV | 183.37 | 111.99 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 185 | 155 | 0 | 0.03 | 0.19 | 0.25 | 50 | 0.22 | 0.68 |
| Hex | BF | B9 | 9B | 0 | 3 | 13 | 19 | 32 | 16 | 44 |
| Octal | 277 | 271 | 233 | 0 | 3 | 23 | 31 | 62 | 26 | 104 |
| Binary | 10111111 | 10111001 | 10011011 | 0 | 11 | 10011 | 11001 | 110010 | 10110 | 1000100 |
Color Harmonies of #BFB99B
Complementary color
Monochromatic Colors of #BFB99B
Black with #BFB99B
Text Example
Text Example
White with #BFB99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB99B; }
p { color: rgb(191,185,155); }
H1.HeaderClassName
{
color: #BFB99B;
}
.AnyTagClassName
{
color: #BFB99B;
}
</style>
background-color css
<style>
a { background-color: #BFB99B; }
a { background-color: rgb(191,185,155); }
div.DivClassName
{
background-color: #BFB99B;
}
.BgClassName
{
background-color: #BFB99B;
}
</style>
border-color css
<style>
span { border-color: #BFB99B; }
span { border-color: rgb(191,185,155); }
td.TdClassName
{
border-color: #BFB99B;
}
.TagClassName
{
border-color: #BFB99B;
}
</style>