#BFB49E

Color #BFB49E Tea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea #BFB49E

Tints of Tea #BFB49E

Color information

#BFB49E (or 0xBFB49E) is unknown color: approx Tea. HEX triplet: BF, B4 and 9E. RGB value is (191,180,158). Sum of RGB (Red+Green+Blue) = 191+180+158=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 180 (70.70% from 255 or 34.03% from 529); Blue value is 158 (62.11% from 255 or 29.87% from 529); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB49E is #404B61. Grayscale: #B4B4B4. Windows color (decimal): -4213602 or 10400959. OLE color: 10400959.

HSL color Cylindrical-coordinate representation of color #BFB49E: hue angle of 40º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFB49E is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB191180158-
CMYK00.060.170.25
HSL40º20.5%68.43%-
HSV(B)40º17.28%74.9%-
XYZ43.9846.1938.94-
YUV180.78115.14135.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 36.11%
GREEN value IS 180 (70.70% from 255) = 34.03%
BLUE value IS 158 (62.11% from 255) = 29.87%
R=36.11%
G=34.03%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118015800.060.170.254020.568.43
HexBFB49E061119281444
Octal2772642360621315024104
Binary10111111101101001001111001101000111001101000101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB49E; }

 p { color: rgb(191,180,158); }

 H1.HeaderClassName
 {
   color: #BFB49E;
 }
 .AnyTagClassName
 {
   color: #BFB49E;
 }
</style>
background-color css

<style>
 a { background-color: #BFB49E; }

 a { background-color: rgb(191,180,158); }

 div.DivClassName
 {
   background-color: #BFB49E;
 }
 .BgClassName
 {
   background-color: #BFB49E;
 }
</style>
border-color css

<style>
 span { border-color: #BFB49E; }

 span { border-color: rgb(191,180,158); }

 td.TdClassName
 {
   border-color: #BFB49E;
 }
 .TagClassName
 {
   border-color: #BFB49E;
 }
</style>