Shades of Tana #BFB89A
Tints of Tana #BFB89A
RGB
CMYK
RGB Variations
Color information
#BFB89A (or 0xBFB89A) is known color: Tana. HEX triplet: BF, B8 and 9A. RGB value is (191,184,154). Sum of RGB (Red+Green+Blue) = 191+184+154=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 154 (60.55% from 255 or 29.11% from 529); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB89A is #404765. Grayscale: #B6B6B6. Windows color (decimal): -4212582 or 10139839. OLE color: 10139839.
HSL color Cylindrical-coordinate representation of color #BFB89A: hue angle of 48.65º 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 #BFB89A is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 184 | 154 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.25 |
| HSL | 48.65º | 0.22% | 0.68% | - |
| HSV(B) | 48.65º | 0.19% | 0.75% | - |
| XYZ | 44.46 | 47.69 | 37.43 | - |
| YUV | 182.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 184 | 154 | 0 | 0.04 | 0.19 | 0.25 | 48.65 | 0.22 | 0.68 |
| Hex | BF | B8 | 9A | 0 | 4 | 13 | 19 | 31 | 16 | 44 |
| Octal | 277 | 270 | 232 | 0 | 4 | 23 | 31 | 61 | 26 | 104 |
| Binary | 10111111 | 10111000 | 10011010 | 0 | 100 | 10011 | 11001 | 110001 | 10110 | 1000100 |
Color Harmonies of #BFB89A
Complementary color
Monochromatic Colors of #BFB89A
Black with #BFB89A
Text Example
Text Example
White with #BFB89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB89A; }
p { color: rgb(191,184,154); }
H1.HeaderClassName
{
color: #BFB89A;
}
.AnyTagClassName
{
color: #BFB89A;
}
</style>
background-color css
<style>
a { background-color: #BFB89A; }
a { background-color: rgb(191,184,154); }
div.DivClassName
{
background-color: #BFB89A;
}
.BgClassName
{
background-color: #BFB89A;
}
</style>
border-color css
<style>
span { border-color: #BFB89A; }
span { border-color: rgb(191,184,154); }
td.TdClassName
{
border-color: #BFB89A;
}
.TagClassName
{
border-color: #BFB89A;
}
</style>