COLOR #BFA38F

HEX: #BFA38F
RGB: (191,163,143)

Color info

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

RGB color model

#BFA38F color RGB value is (191,163,143).

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

RGB channels and saturation

R 191 of 255 = 75%
G 163 of 255 = 64%
B 143 of 255 = 56%

191
163
143

R + G + B ~ 65%. #BFA38F is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 163 + 143 = 497 (100%)
R 191 of 497 ~ 38.43%
G 163 of 497 ~ 32.8%
B 143 of 497 ~ 28.77%

%38.43
%32.8
%28.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.66%
  • yellow value is 25.13%
  • key color value is 25.10%
CMYK:
(0,15,25,25)
C0M15Y25K25 
(0%,15%,25%,25%)
(0.00/0.15/0.25/0.25)	

CMYK percentages

%0
%14.66
%25.13
%25.1

Codes

Color #BFA38F in popluar color models

BFA38F
RGB191163143
HSL25°27.27%65.49%
HSB/HSV25°25.13%74.90%
CMYK0.00%14.66%25.13%
25.10%

Color #BFA38F in popluar number systems.

HEXBFA38F
Decimal191163143
Binary101111111010001110001111
Octal277243217

Shades and tints

Shades of #BFA38F

#BFA38F
(191,163,143)
#AE9582
(174,149,130)
#9D8775
(157,135,117)
#8C7968
(140,121,104)
#7B6B5B
(123,107,91)
#6A5D4E
(106,93,78)
#594F41
(89,79,65)
#484134
(72,65,52)
#373327
(55,51,39)
#26251A
(38,37,26)
#15170D
(21,23,13)
#000000
(0,0,0)

Tints of #BFA38F

#BFA38F
(191,163,143)
#C4AB99
(196,171,153)
#C9B3A3
(201,179,163)
#CEBBAD
(206,187,173)
#D3C3B7
(211,195,183)
#D8CBC1
(216,203,193)
#DDD3CB
(221,211,203)
#E2DBD5
(226,219,213)
#E7E3DF
(231,227,223)
#ECEBE9
(236,235,233)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFA38F; }

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

This text font color is #BFA38F.


Background Color

.myBgColor { background-color: #BFA38F; }

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

This div background color is #BFA38F.


Border color

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

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

This div border color is #BFA38F.


Opacity

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

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

Text with #BFA38F 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 #BFA38F;}

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

This text has shadow with #BFA38F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFA38F on black background.


Color preview on white background

This text has color #BFA38F on white background.



Black color preview on #BFA38F background

This text has black color on #BFA38F background.


White color preview on #BFA38F background

This text has white color on #BFA38F background.