Shades of Tea #BFB69E
Tints of Tea #BFB69E
RGB
CMYK
RGB Variations
Color information
#BFB69E (or 0xBFB69E) is known color: Tea. HEX triplet: BF, B6 and 9E. RGB value is (191,182,158). Sum of RGB (Red+Green+Blue) = 191+182+158=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 182 (71.48% from 255 or 34.27% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB69E is #404961. Grayscale: #B6B6B6. Windows color (decimal): -4213090 or 10401471. OLE color: 10401471.
HSL color Cylindrical-coordinate representation of color #BFB69E: hue angle of 43.64º 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 #BFB69E is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 182 | 158 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.25 |
| HSL | 43.64º | 0.2% | 0.68% | - |
| HSV(B) | 43.64º | 0.17% | 0.75% | - |
| XYZ | 44.39 | 47 | 39.08 | - |
| YUV | 181.96 | 114.48 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 158 | 0 | 0.05 | 0.17 | 0.25 | 43.64 | 0.2 | 0.68 |
| Hex | BF | B6 | 9E | 0 | 5 | 11 | 19 | 2C | 14 | 44 |
| Octal | 277 | 266 | 236 | 0 | 5 | 21 | 31 | 54 | 24 | 104 |
| Binary | 10111111 | 10110110 | 10011110 | 0 | 101 | 10001 | 11001 | 101100 | 10100 | 1000100 |
Color Harmonies of #BFB69E
Complementary color
Monochromatic Colors of #BFB69E
Black with #BFB69E
Text Example
Text Example
White with #BFB69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB69E; }
p { color: rgb(191,182,158); }
H1.HeaderClassName
{
color: #BFB69E;
}
.AnyTagClassName
{
color: #BFB69E;
}
</style>
background-color css
<style>
a { background-color: #BFB69E; }
a { background-color: rgb(191,182,158); }
div.DivClassName
{
background-color: #BFB69E;
}
.BgClassName
{
background-color: #BFB69E;
}
</style>
border-color css
<style>
span { border-color: #BFB69E; }
span { border-color: rgb(191,182,158); }
td.TdClassName
{
border-color: #BFB69E;
}
.TagClassName
{
border-color: #BFB69E;
}
</style>