Shades of Tea #BFB29F
Tints of Tea #BFB29F
RGB
CMYK
RGB Variations
Color information
#BFB29F (or 0xBFB29F) is known color: Tea. HEX triplet: BF, B2 and 9F. RGB value is (191,178,159). Sum of RGB (Red+Green+Blue) = 191+178+159=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 159 (62.5% from 255 or 30.11% from 528); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB29F is #404D60. Grayscale: #B3B3B3. Windows color (decimal): -4214113 or 10465983. OLE color: 10465983.
HSL color Cylindrical-coordinate representation of color #BFB29F: hue angle of 35.62º 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 #BFB29F is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 178 | 159 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.25 |
| HSL | 35.63º | 0.2% | 0.69% | - |
| HSV(B) | 35.63º | 0.17% | 0.75% | - |
| XYZ | 43.66 | 45.42 | 39.27 | - |
| YUV | 179.72 | 116.31 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 159 | 0 | 0.07 | 0.17 | 0.25 | 35.63 | 0.2 | 0.69 |
| Hex | BF | B2 | 9F | 0 | 7 | 11 | 19 | 24 | 14 | 45 |
| Octal | 277 | 262 | 237 | 0 | 7 | 21 | 31 | 44 | 24 | 105 |
| Binary | 10111111 | 10110010 | 10011111 | 0 | 111 | 10001 | 11001 | 100100 | 10100 | 1000101 |
Color Harmonies of #BFB29F
Complementary color
Monochromatic Colors of #BFB29F
Black with #BFB29F
Text Example
Text Example
White with #BFB29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB29F; }
p { color: rgb(191,178,159); }
H1.HeaderClassName
{
color: #BFB29F;
}
.AnyTagClassName
{
color: #BFB29F;
}
</style>
background-color css
<style>
a { background-color: #BFB29F; }
a { background-color: rgb(191,178,159); }
div.DivClassName
{
background-color: #BFB29F;
}
.BgClassName
{
background-color: #BFB29F;
}
</style>
border-color css
<style>
span { border-color: #BFB29F; }
span { border-color: rgb(191,178,159); }
td.TdClassName
{
border-color: #BFB29F;
}
.TagClassName
{
border-color: #BFB29F;
}
</style>