Shades of Tea #BFB2A0
Tints of Tea #BFB2A0
RGB
CMYK
RGB Variations
Color information
#BFB2A0 (or 0xBFB2A0) is known color: Tea. HEX triplet: BF, B2 and A0. RGB value is (191,178,160). Sum of RGB (Red+Green+Blue) = 191+178+160=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB2A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB2A0 is #404D5F. Grayscale: #B3B3B3. Windows color (decimal): -4214112 or 10531519. OLE color: 10531519.
HSL color Cylindrical-coordinate representation of color #BFB2A0: hue angle of 34.84º 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 #BFB2A0 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 178 | 160 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.25 |
| HSL | 34.84º | 0.19% | 0.69% | - |
| HSV(B) | 34.84º | 0.16% | 0.75% | - |
| XYZ | 43.75 | 45.46 | 39.73 | - |
| YUV | 179.84 | 116.81 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 160 | 0 | 0.07 | 0.16 | 0.25 | 34.84 | 0.19 | 0.69 |
| Hex | BF | B2 | A0 | 0 | 7 | 10 | 19 | 23 | 13 | 45 |
| Octal | 277 | 262 | 240 | 0 | 7 | 20 | 31 | 43 | 23 | 105 |
| Binary | 10111111 | 10110010 | 10100000 | 0 | 111 | 10000 | 11001 | 100011 | 10011 | 1000101 |
Color Harmonies of #BFB2A0
Complementary color
Monochromatic Colors of #BFB2A0
Black with #BFB2A0
Text Example
Text Example
White with #BFB2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB2A0; }
p { color: rgb(191,178,160); }
H1.HeaderClassName
{
color: #BFB2A0;
}
.AnyTagClassName
{
color: #BFB2A0;
}
</style>
background-color css
<style>
a { background-color: #BFB2A0; }
a { background-color: rgb(191,178,160); }
div.DivClassName
{
background-color: #BFB2A0;
}
.BgClassName
{
background-color: #BFB2A0;
}
</style>
border-color css
<style>
span { border-color: #BFB2A0; }
span { border-color: rgb(191,178,160); }
td.TdClassName
{
border-color: #BFB2A0;
}
.TagClassName
{
border-color: #BFB2A0;
}
</style>