COLOR #BFA39F

HEX: #BFA39F
RGB: (191,163,159)

Color info

#BFA39F contains red, green and blue colors in about the same proportion. Web safe color of #BFA39F is #CC9999 (or #C99).

RGB color model

#BFA39F color RGB value is (191,163,159).

  • red value is 191;
  • green value is 163;
  • blue value is 159.
RGB:
(191,163,159)
(75%,64%,62%)

RGB channels and saturation

R 191 of 255 = 75%
G 163 of 255 = 64%
B 159 of 255 = 62%

191
163
159

R + G + B ~ 67%. #BFA39F is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 163 + 159 = 513 (100%)
R 191 of 513 ~ 37.23%
G 163 of 513 ~ 31.77%
B 159 of 513 ~ 30.99%

%37.23
%31.77
%30.99

CMYK color model

#BFA39F color CMYK value is (0,15,17,25).

  • cyan value is 0.00%
  • magenta value is 14.66%
  • yellow value is 16.75%
  • key color value is 25.10%
CMYK:
(0,15,17,25)
C0M15Y17K25 
(0%,15%,17%,25%)
(0.00/0.15/0.17/0.25)	

CMYK percentages

%0
%14.66
%16.75
%25.1

Codes

Color #BFA39F in popluar color models

BFA39F
RGB191163159
HSL20.00%68.63%
HSB/HSV16.75%74.90%
CMYK0.00%14.66%16.75%
25.10%

Color #BFA39F in popluar number systems.

HEXBFA39F
Decimal191163159
Binary101111111010001110011111
Octal277243237

Shades and tints

Shades of #BFA39F

#BFA39F
(191,163,159)
#AE9591
(174,149,145)
#9D8783
(157,135,131)
#8C7975
(140,121,117)
#7B6B67
(123,107,103)
#6A5D59
(106,93,89)
#594F4B
(89,79,75)
#48413D
(72,65,61)
#37332F
(55,51,47)
#262521
(38,37,33)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #BFA39F

#BFA39F
(191,163,159)
#C4ABA7
(196,171,167)
#C9B3AF
(201,179,175)
#CEBBB7
(206,187,183)
#D3C3BF
(211,195,191)
#D8CBC7
(216,203,199)
#DDD3CF
(221,211,207)
#E2DBD7
(226,219,215)
#E7E3DF
(231,227,223)
#ECEBE7
(236,235,231)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFA39F color. Also use rgb(191,163,159) instead hex code.

Text Font Color

.myTextColor { color: #BFA39F; }

<p style="color:#BFA39F">This sample text font color is #BFA39F.</p>

This text font color is #BFA39F.


Background Color

.myBgColor { background-color: #BFA39F; }

<div style="background-color:#BFA39F">Inner text</div>

This div background color is #BFA39F.


Border color

.myBorderColor { border: 1px solid #BFA39F; }

<div style="border:3px solid #BFA39F">Div</div>

This div border color is #BFA39F.


Opacity

.myOpacity80 { color: #BFA39F; opacity: 0.8; }

<p style="color:#BFA39F;opacity:0.8;">80%</p>

Text with #BFA39F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BFA39F;}

<p style="text-shadow: 3px 3px 1px #BFA39F">Text here.</p>

This text has shadow with #BFA39F color.

.textShadow {text-shadow: 3px 3px 1px #BFA39F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BFA39F, 5px 5px 20px red">Text here.</p>

This text has shadow with #BFA39F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BFA39F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BFA39F, Direction=45, Strength=4)">Text</p>

This text has shadow with #BFA39F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BFA39F;
  -webkit-box-shadow:	1px 1px 3px 2px #BFA39F;
  box-shadow:		1px 1px 3px 2px #BFA39F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BFA39F;
-webkit-box-shadow: 1px 1px 3px 2px #BFA39F;
box-shadow:1px 1px 3px 2px #BFA39F;">
Div content here</div>
This div box has shadow with color #BFA39F.

Preview

Color preview on black background

This text has color #BFA39F on black background.


Color preview on white background

This text has color #BFA39F on white background.



Black color preview on #BFA39F background

This text has black color on #BFA39F background.


White color preview on #BFA39F background

This text has white color on #BFA39F background.