Shades of Tea #BFB49E
Tints of Tea #BFB49E
RGB
CMYK
RGB Variations
Color information
#BFB49E (or 0xBFB49E) is known color: Tea. HEX triplet: BF, B4 and 9E. RGB value is (191,180,158). Sum of RGB (Red+Green+Blue) = 191+180+158=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 180 (70.70% from 255 or 34.03% from 529); Blue value is 158 (62.11% from 255 or 29.87% from 529); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB49E is #404B61. Grayscale: #B4B4B4. Windows color (decimal): -4213602 or 10400959. OLE color: 10400959.
HSL color Cylindrical-coordinate representation of color #BFB49E: hue angle of 40º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFB49E is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 180 | 158 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.25 |
| HSL | 40º | 0.2% | 0.68% | - |
| HSV(B) | 40º | 0.17% | 0.75% | - |
| XYZ | 43.98 | 46.19 | 38.94 | - |
| YUV | 180.78 | 115.14 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 158 | 0 | 0.06 | 0.17 | 0.25 | 40 | 0.2 | 0.68 |
| Hex | BF | B4 | 9E | 0 | 6 | 11 | 19 | 28 | 14 | 44 |
| Octal | 277 | 264 | 236 | 0 | 6 | 21 | 31 | 50 | 24 | 104 |
| Binary | 10111111 | 10110100 | 10011110 | 0 | 110 | 10001 | 11001 | 101000 | 10100 | 1000100 |
Color Harmonies of #BFB49E
Complementary color
Monochromatic Colors of #BFB49E
Black with #BFB49E
Text Example
Text Example
White with #BFB49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB49E; }
p { color: rgb(191,180,158); }
H1.HeaderClassName
{
color: #BFB49E;
}
.AnyTagClassName
{
color: #BFB49E;
}
</style>
background-color css
<style>
a { background-color: #BFB49E; }
a { background-color: rgb(191,180,158); }
div.DivClassName
{
background-color: #BFB49E;
}
.BgClassName
{
background-color: #BFB49E;
}
</style>
border-color css
<style>
span { border-color: #BFB49E; }
span { border-color: rgb(191,180,158); }
td.TdClassName
{
border-color: #BFB49E;
}
.TagClassName
{
border-color: #BFB49E;
}
</style>