Shades of Tea #BFB59F
Tints of Tea #BFB59F
RGB
CMYK
RGB Variations
Color information
#BFB59F (or 0xBFB59F) is known color: Tea. HEX triplet: BF, B5 and 9F. RGB value is (191,181,159). Sum of RGB (Red+Green+Blue) = 191+181+159=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 181 (71.09% from 255 or 34.09% from 531); Blue value is 159 (62.5% from 255 or 29.94% from 531); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB59F is #404A60. Grayscale: #B5B5B5. Windows color (decimal): -4213345 or 10466751. OLE color: 10466751.
HSL color Cylindrical-coordinate representation of color #BFB59F: hue angle of 41.25º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFB59F is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 181 | 159 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.25 |
| HSL | 41.25º | 0.2% | 0.69% | - |
| HSV(B) | 41.25º | 0.17% | 0.75% | - |
| XYZ | 44.27 | 46.63 | 39.47 | - |
| YUV | 181.48 | 115.31 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 159 | 0 | 0.05 | 0.17 | 0.25 | 41.25 | 0.2 | 0.69 |
| Hex | BF | B5 | 9F | 0 | 5 | 11 | 19 | 29 | 14 | 45 |
| Octal | 277 | 265 | 237 | 0 | 5 | 21 | 31 | 51 | 24 | 105 |
| Binary | 10111111 | 10110101 | 10011111 | 0 | 101 | 10001 | 11001 | 101001 | 10100 | 1000101 |
Color Harmonies of #BFB59F
Complementary color
Monochromatic Colors of #BFB59F
Black with #BFB59F
Text Example
Text Example
White with #BFB59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB59F; }
p { color: rgb(191,181,159); }
H1.HeaderClassName
{
color: #BFB59F;
}
.AnyTagClassName
{
color: #BFB59F;
}
</style>
background-color css
<style>
a { background-color: #BFB59F; }
a { background-color: rgb(191,181,159); }
div.DivClassName
{
background-color: #BFB59F;
}
.BgClassName
{
background-color: #BFB59F;
}
</style>
border-color css
<style>
span { border-color: #BFB59F; }
span { border-color: rgb(191,181,159); }
td.TdClassName
{
border-color: #BFB59F;
}
.TagClassName
{
border-color: #BFB59F;
}
</style>