#BFB19F

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

Shades of Tea #BFB19F

Tints of Tea #BFB19F

Color information

#BFB19F (or 0xBFB19F) is unknown color: approx Tea. HEX triplet: BF, B1 and 9F. RGB value is (191,177,159). Sum of RGB (Red+Green+Blue) = 191+177+159=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 159 (62.5% from 255 or 30.17% from 527); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB19F is #404E60. Grayscale: #B3B3B3. Windows color (decimal): -4214369 or 10465727. OLE color: 10465727.

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

Color convert

RGB191177159-
CMYK00.070.170.25
HSL33.75º20%68.63%-
HSV(B)33.75º16.75%74.9%-
XYZ43.4745.0239.2-
YUV179.13116.64136.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.24%
GREEN value IS 177 (69.53% from 255) = 33.59%
BLUE value IS 159 (62.5% from 255) = 30.17%
R=36.24%
G=33.59%
B=30.17%

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
Decimal19117715900.070.170.2533.752068.63
HexBFB19F071119221445
Octal2772612370721314224105
Binary10111111101100011001111101111000111001100010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB19F; }

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

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

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

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

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

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

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

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