Shades of Tea #BFB4A0
Tints of Tea #BFB4A0
RGB
CMYK
RGB Variations
Color information
#BFB4A0 (or 0xBFB4A0) is known color: Tea. HEX triplet: BF, B4 and A0. RGB value is (191,180,160). Sum of RGB (Red+Green+Blue) = 191+180+160=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 160 (62.89% from 255 or 30.13% from 531); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB4A0 is #404B5F. Grayscale: #B5B5B5. Windows color (decimal): -4213600 or 10532031. OLE color: 10532031.
HSL color Cylindrical-coordinate representation of color #BFB4A0: hue angle of 38.71º 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 #BFB4A0 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 180 | 160 | - |
CMYK | 0 | 0.06 | 0.16 | 0.25 |
HSL | 38.71º | 0.19% | 0.69% | - |
HSV(B) | 38.71º | 0.16% | 0.75% | - |
XYZ | 44.15 | 46.26 | 39.86 | - |
YUV | 181.01 | 116.14 | 135.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 180 | 160 | 0 | 0.06 | 0.16 | 0.25 | 38.71 | 0.19 | 0.69 |
Hex | BF | B4 | A0 | 0 | 6 | 10 | 19 | 27 | 13 | 45 |
Octal | 277 | 264 | 240 | 0 | 6 | 20 | 31 | 47 | 23 | 105 |
Binary | 10111111 | 10110100 | 10100000 | 0 | 110 | 10000 | 11001 | 100111 | 10011 | 1000101 |
Color Harmonies of #BFB4A0
Complementary color
Monochromatic Colors of #BFB4A0
Black with #BFB4A0
Text Example
Text Example
White with #BFB4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB4A0; }
p { color: rgb(191,180,160); }
H1.HeaderClassName
{
color: #BFB4A0;
}
.AnyTagClassName
{
color: #BFB4A0;
}
</style>
background-color css
<style>
a { background-color: #BFB4A0; }
a { background-color: rgb(191,180,160); }
div.DivClassName
{
background-color: #BFB4A0;
}
.BgClassName
{
background-color: #BFB4A0;
}
</style>
border-color css
<style>
span { border-color: #BFB4A0; }
span { border-color: rgb(191,180,160); }
td.TdClassName
{
border-color: #BFB4A0;
}
.TagClassName
{
border-color: #BFB4A0;
}
</style>