Shades of Tana #BFB899
Tints of Tana #BFB899
RGB
CMYK
RGB Variations
Color information
#BFB899 (or 0xBFB899) is known color: Tana. HEX triplet: BF, B8 and 99. RGB value is (191,184,153). Sum of RGB (Red+Green+Blue) = 191+184+153=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 153 (60.16% from 255 or 28.98% from 528); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB899 is #404766. Grayscale: #B6B6B6. Windows color (decimal): -4212583 or 10074303. OLE color: 10074303.
HSL color Cylindrical-coordinate representation of color #BFB899: hue angle of 48.95º 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 #BFB899 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 184 | 153 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.25 |
| HSL | 48.95º | 0.23% | 0.67% | - |
| HSV(B) | 48.95º | 0.2% | 0.75% | - |
| XYZ | 44.38 | 47.66 | 37 | - |
| YUV | 182.56 | 111.32 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 184 | 153 | 0 | 0.04 | 0.20 | 0.25 | 48.95 | 0.23 | 0.67 |
| Hex | BF | B8 | 99 | 0 | 4 | 14 | 19 | 31 | 17 | 43 |
| Octal | 277 | 270 | 231 | 0 | 4 | 24 | 31 | 61 | 27 | 103 |
| Binary | 10111111 | 10111000 | 10011001 | 0 | 100 | 10100 | 11001 | 110001 | 10111 | 1000011 |
Color Harmonies of #BFB899
Complementary color
Monochromatic Colors of #BFB899
Black with #BFB899
Text Example
Text Example
White with #BFB899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB899; }
p { color: rgb(191,184,153); }
H1.HeaderClassName
{
color: #BFB899;
}
.AnyTagClassName
{
color: #BFB899;
}
</style>
background-color css
<style>
a { background-color: #BFB899; }
a { background-color: rgb(191,184,153); }
div.DivClassName
{
background-color: #BFB899;
}
.BgClassName
{
background-color: #BFB899;
}
</style>
border-color css
<style>
span { border-color: #BFB899; }
span { border-color: rgb(191,184,153); }
td.TdClassName
{
border-color: #BFB899;
}
.TagClassName
{
border-color: #BFB899;
}
</style>