Shades of Tana #BFB999
Tints of Tana #BFB999
RGB
CMYK
RGB Variations
Color information
#BFB999 (or 0xBFB999) is known color: Tana. HEX triplet: BF, B9 and 99. RGB value is (191,185,153). Sum of RGB (Red+Green+Blue) = 191+185+153=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB999 is #404666. Grayscale: #B7B7B7. Windows color (decimal): -4212327 or 10074559. OLE color: 10074559.
HSL color Cylindrical-coordinate representation of color #BFB999: hue angle of 50.53º 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 #BFB999 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 185 | 153 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.25 |
| HSL | 50.53º | 0.23% | 0.67% | - |
| HSV(B) | 50.53º | 0.2% | 0.75% | - |
| XYZ | 44.58 | 48.07 | 37.07 | - |
| YUV | 183.15 | 110.99 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 185 | 153 | 0 | 0.03 | 0.20 | 0.25 | 50.53 | 0.23 | 0.67 |
| Hex | BF | B9 | 99 | 0 | 3 | 14 | 19 | 33 | 17 | 43 |
| Octal | 277 | 271 | 231 | 0 | 3 | 24 | 31 | 63 | 27 | 103 |
| Binary | 10111111 | 10111001 | 10011001 | 0 | 11 | 10100 | 11001 | 110011 | 10111 | 1000011 |
Color Harmonies of #BFB999
Complementary color
Monochromatic Colors of #BFB999
Black with #BFB999
Text Example
Text Example
White with #BFB999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB999; }
p { color: rgb(191,185,153); }
H1.HeaderClassName
{
color: #BFB999;
}
.AnyTagClassName
{
color: #BFB999;
}
</style>
background-color css
<style>
a { background-color: #BFB999; }
a { background-color: rgb(191,185,153); }
div.DivClassName
{
background-color: #BFB999;
}
.BgClassName
{
background-color: #BFB999;
}
</style>
border-color css
<style>
span { border-color: #BFB999; }
span { border-color: rgb(191,185,153); }
td.TdClassName
{
border-color: #BFB999;
}
.TagClassName
{
border-color: #BFB999;
}
</style>