Shades of Tea #BFB5A5
Tints of Tea #BFB5A5
RGB
CMYK
RGB Variations
Color information
#BFB5A5 (or 0xBFB5A5) is known color: Tea. HEX triplet: BF, B5 and A5. RGB value is (191,181,165). Sum of RGB (Red+Green+Blue) = 191+181+165=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 181 (71.09% from 255 or 33.71% from 537); Blue value is 165 (64.84% from 255 or 30.73% from 537); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB5A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB5A5 is #404A5A. Grayscale: #B6B6B6. Windows color (decimal): -4213339 or 10859967. OLE color: 10859967.
HSL color Cylindrical-coordinate representation of color #BFB5A5: hue angle of 36.92º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFB5A5 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 181 | 165 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.25 |
| HSL | 36.92º | 0.17% | 0.7% | - |
| HSV(B) | 36.92º | 0.14% | 0.75% | - |
| XYZ | 44.8 | 46.84 | 42.28 | - |
| YUV | 182.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 165 | 0 | 0.05 | 0.14 | 0.25 | 36.92 | 0.17 | 0.7 |
| Hex | BF | B5 | A5 | 0 | 5 | E | 19 | 25 | 11 | 46 |
| Octal | 277 | 265 | 245 | 0 | 5 | 16 | 31 | 45 | 21 | 106 |
| Binary | 10111111 | 10110101 | 10100101 | 0 | 101 | 1110 | 11001 | 100101 | 10001 | 1000110 |
Color Harmonies of #BFB5A5
Complementary color
Monochromatic Colors of #BFB5A5
Black with #BFB5A5
Text Example
Text Example
White with #BFB5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB5A5; }
p { color: rgb(191,181,165); }
H1.HeaderClassName
{
color: #BFB5A5;
}
.AnyTagClassName
{
color: #BFB5A5;
}
</style>
background-color css
<style>
a { background-color: #BFB5A5; }
a { background-color: rgb(191,181,165); }
div.DivClassName
{
background-color: #BFB5A5;
}
.BgClassName
{
background-color: #BFB5A5;
}
</style>
border-color css
<style>
span { border-color: #BFB5A5; }
span { border-color: rgb(191,181,165); }
td.TdClassName
{
border-color: #BFB5A5;
}
.TagClassName
{
border-color: #BFB5A5;
}
</style>