Shades of Tea #BFB29E
Tints of Tea #BFB29E
RGB
CMYK
RGB Variations
Color information
#BFB29E (or 0xBFB29E) is known color: Tea. HEX triplet: BF, B2 and 9E. RGB value is (191,178,158). Sum of RGB (Red+Green+Blue) = 191+178+158=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 158 (62.11% from 255 or 29.98% from 527); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB29E is #404D61. Grayscale: #B3B3B3. Windows color (decimal): -4214114 or 10400447. OLE color: 10400447.
HSL color Cylindrical-coordinate representation of color #BFB29E: hue angle of 36.36º 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 #BFB29E is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 178 | 158 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.25 |
| HSL | 36.36º | 0.2% | 0.68% | - |
| HSV(B) | 36.36º | 0.17% | 0.75% | - |
| XYZ | 43.58 | 45.39 | 38.81 | - |
| YUV | 179.61 | 115.81 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 158 | 0 | 0.07 | 0.17 | 0.25 | 36.36 | 0.2 | 0.68 |
| Hex | BF | B2 | 9E | 0 | 7 | 11 | 19 | 24 | 14 | 44 |
| Octal | 277 | 262 | 236 | 0 | 7 | 21 | 31 | 44 | 24 | 104 |
| Binary | 10111111 | 10110010 | 10011110 | 0 | 111 | 10001 | 11001 | 100100 | 10100 | 1000100 |
Color Harmonies of #BFB29E
Complementary color
Monochromatic Colors of #BFB29E
Black with #BFB29E
Text Example
Text Example
White with #BFB29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB29E; }
p { color: rgb(191,178,158); }
H1.HeaderClassName
{
color: #BFB29E;
}
.AnyTagClassName
{
color: #BFB29E;
}
</style>
background-color css
<style>
a { background-color: #BFB29E; }
a { background-color: rgb(191,178,158); }
div.DivClassName
{
background-color: #BFB29E;
}
.BgClassName
{
background-color: #BFB29E;
}
</style>
border-color css
<style>
span { border-color: #BFB29E; }
span { border-color: rgb(191,178,158); }
td.TdClassName
{
border-color: #BFB29E;
}
.TagClassName
{
border-color: #BFB29E;
}
</style>