#BFB19E

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

Shades of Tea #BFB19E

Tints of Tea #BFB19E

Color information

#BFB19E (or 0xBFB19E) is unknown color: approx Tea. HEX triplet: BF, B1 and 9E. RGB value is (191,177,158). Sum of RGB (Red+Green+Blue) = 191+177+158=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 158 (62.11% from 255 or 30.04% from 526); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB19E is #404E61. Grayscale: #B3B3B3. Windows color (decimal): -4214370 or 10400191. OLE color: 10400191.

HSL color Cylindrical-coordinate representation of color #BFB19E: hue angle of 34.55º 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 #BFB19E is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB191177158-
CMYK00.070.170.25
HSL34.55º20.5%68.43%-
HSV(B)34.55º17.28%74.9%-
XYZ43.3844.9938.75-
YUV179.02116.14136.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.31%
GREEN value IS 177 (69.53% from 255) = 33.65%
BLUE value IS 158 (62.11% from 255) = 30.04%
R=36.31%
G=33.65%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117715800.070.170.2534.5520.568.43
HexBFB19E071119231444
Octal2772612360721314324104
Binary10111111101100011001111001111000111001100011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB19E; }

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

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

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

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

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

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

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

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