#BFB39E

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

Shades of Tea #BFB39E

Tints of Tea #BFB39E

Color information

#BFB39E (or 0xBFB39E) is unknown color: approx Tea. HEX triplet: BF, B3 and 9E. RGB value is (191,179,158). Sum of RGB (Red+Green+Blue) = 191+179+158=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 158 (62.11% from 255 or 29.92% from 528); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB39E is #404C61. Grayscale: #B4B4B4. Windows color (decimal): -4213858 or 10400703. OLE color: 10400703.

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

Color convert

RGB191179158-
CMYK00.060.170.25
HSL38.18º20.5%68.43%-
HSV(B)38.18º17.28%74.9%-
XYZ43.7845.7938.88-
YUV180.19115.48135.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.17%
GREEN value IS 179 (70.31% from 255) = 33.90%
BLUE value IS 158 (62.11% from 255) = 29.92%
R=36.17%
G=33.90%
B=29.92%

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
Decimal19117915800.060.170.2538.1820.568.43
HexBFB39E061119261444
Octal2772632360621314624104
Binary10111111101100111001111001101000111001100110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB39E; }

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

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

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

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

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

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

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

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