Shades of Tana #BFB99C
Tints of Tana #BFB99C
RGB
CMYK
RGB Variations
Color information
#BFB99C (or 0xBFB99C) is known color: Tana. HEX triplet: BF, B9 and 9C. RGB value is (191,185,156). Sum of RGB (Red+Green+Blue) = 191+185+156=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 156 (61.33% from 255 or 29.32% from 532); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB99C is #404663. Grayscale: #B7B7B7. Windows color (decimal): -4212324 or 10271167. OLE color: 10271167.
HSL color Cylindrical-coordinate representation of color #BFB99C: hue angle of 49.71º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFB99C is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 185 | 156 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.25 |
| HSL | 49.71º | 0.21% | 0.68% | - |
| HSV(B) | 49.71º | 0.18% | 0.75% | - |
| XYZ | 44.84 | 48.17 | 38.39 | - |
| YUV | 183.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 185 | 156 | 0 | 0.03 | 0.18 | 0.25 | 49.71 | 0.21 | 0.68 |
| Hex | BF | B9 | 9C | 0 | 3 | 12 | 19 | 32 | 15 | 44 |
| Octal | 277 | 271 | 234 | 0 | 3 | 22 | 31 | 62 | 25 | 104 |
| Binary | 10111111 | 10111001 | 10011100 | 0 | 11 | 10010 | 11001 | 110010 | 10101 | 1000100 |
Color Harmonies of #BFB99C
Complementary color
Monochromatic Colors of #BFB99C
Black with #BFB99C
Text Example
Text Example
White with #BFB99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB99C; }
p { color: rgb(191,185,156); }
H1.HeaderClassName
{
color: #BFB99C;
}
.AnyTagClassName
{
color: #BFB99C;
}
</style>
background-color css
<style>
a { background-color: #BFB99C; }
a { background-color: rgb(191,185,156); }
div.DivClassName
{
background-color: #BFB99C;
}
.BgClassName
{
background-color: #BFB99C;
}
</style>
border-color css
<style>
span { border-color: #BFB99C; }
span { border-color: rgb(191,185,156); }
td.TdClassName
{
border-color: #BFB99C;
}
.TagClassName
{
border-color: #BFB99C;
}
</style>