Shades of Tea #BFB2A1
Tints of Tea #BFB2A1
RGB
CMYK
RGB Variations
Color information
#BFB2A1 (or 0xBFB2A1) is known color: Tea. HEX triplet: BF, B2 and A1. RGB value is (191,178,161). Sum of RGB (Red+Green+Blue) = 191+178+161=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 161 (63.28% from 255 or 30.38% from 530); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB2A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB2A1 is #404D5E. Grayscale: #B4B4B4. Windows color (decimal): -4214111 or 10597055. OLE color: 10597055.
HSL color Cylindrical-coordinate representation of color #BFB2A1: hue angle of 34º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFB2A1 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 178 | 161 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.25 |
| HSL | 34º | 0.19% | 0.69% | - |
| HSV(B) | 34º | 0.16% | 0.75% | - |
| XYZ | 43.84 | 45.49 | 40.19 | - |
| YUV | 179.95 | 117.31 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 161 | 0 | 0.07 | 0.16 | 0.25 | 34 | 0.19 | 0.69 |
| Hex | BF | B2 | A1 | 0 | 7 | 10 | 19 | 22 | 13 | 45 |
| Octal | 277 | 262 | 241 | 0 | 7 | 20 | 31 | 42 | 23 | 105 |
| Binary | 10111111 | 10110010 | 10100001 | 0 | 111 | 10000 | 11001 | 100010 | 10011 | 1000101 |
Color Harmonies of #BFB2A1
Complementary color
Monochromatic Colors of #BFB2A1
Black with #BFB2A1
Text Example
Text Example
White with #BFB2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB2A1; }
p { color: rgb(191,178,161); }
H1.HeaderClassName
{
color: #BFB2A1;
}
.AnyTagClassName
{
color: #BFB2A1;
}
</style>
background-color css
<style>
a { background-color: #BFB2A1; }
a { background-color: rgb(191,178,161); }
div.DivClassName
{
background-color: #BFB2A1;
}
.BgClassName
{
background-color: #BFB2A1;
}
</style>
border-color css
<style>
span { border-color: #BFB2A1; }
span { border-color: rgb(191,178,161); }
td.TdClassName
{
border-color: #BFB2A1;
}
.TagClassName
{
border-color: #BFB2A1;
}
</style>