Shades of Tea #BFB5A7
Tints of Tea #BFB5A7
RGB
CMYK
RGB Variations
Color information
#BFB5A7 (or 0xBFB5A7) is known color: Tea. HEX triplet: BF, B5 and A7. RGB value is (191,181,167). Sum of RGB (Red+Green+Blue) = 191+181+167=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 181 (71.09% from 255 or 33.58% from 539); Blue value is 167 (65.62% from 255 or 30.98% from 539); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB5A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB5A7 is #404A58. Grayscale: #B6B6B6. Windows color (decimal): -4213337 or 10991039. OLE color: 10991039.
HSL color Cylindrical-coordinate representation of color #BFB5A7: hue angle of 35º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFB5A7 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 181 | 167 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.25 |
| HSL | 35º | 0.16% | 0.7% | - |
| HSV(B) | 35º | 0.13% | 0.75% | - |
| XYZ | 44.98 | 46.91 | 43.24 | - |
| YUV | 182.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 167 | 0 | 0.05 | 0.13 | 0.25 | 35 | 0.16 | 0.7 |
| Hex | BF | B5 | A7 | 0 | 5 | D | 19 | 23 | 10 | 46 |
| Octal | 277 | 265 | 247 | 0 | 5 | 15 | 31 | 43 | 20 | 106 |
| Binary | 10111111 | 10110101 | 10100111 | 0 | 101 | 1101 | 11001 | 100011 | 10000 | 1000110 |
Color Harmonies of #BFB5A7
Complementary color
Monochromatic Colors of #BFB5A7
Black with #BFB5A7
Text Example
Text Example
White with #BFB5A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB5A7; }
p { color: rgb(191,181,167); }
H1.HeaderClassName
{
color: #BFB5A7;
}
.AnyTagClassName
{
color: #BFB5A7;
}
</style>
background-color css
<style>
a { background-color: #BFB5A7; }
a { background-color: rgb(191,181,167); }
div.DivClassName
{
background-color: #BFB5A7;
}
.BgClassName
{
background-color: #BFB5A7;
}
</style>
border-color css
<style>
span { border-color: #BFB5A7; }
span { border-color: rgb(191,181,167); }
td.TdClassName
{
border-color: #BFB5A7;
}
.TagClassName
{
border-color: #BFB5A7;
}
</style>