COLOR #BF9D8D

HEX: #BF9D8D
RGB: (191,157,141)

Color info

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

RGB color model

#BF9D8D color RGB value is (191,157,141).

  • red value is 191;
  • green value is 157;
  • blue value is 141.
RGB:
(191,157,141)
(75%,62%,55%)

RGB channels and saturation

R 191 of 255 = 75%
G 157 of 255 = 62%
B 141 of 255 = 55%

191
157
141

R + G + B ~ 64%. #BF9D8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 157 + 141 = 489 (100%)
R 191 of 489 ~ 39.06%
G 157 of 489 ~ 32.11%
B 141 of 489 ~ 28.83%

%39.06
%32.11
%28.83

CMYK color model

#BF9D8D color CMYK value is (0,18,26,25).

  • cyan value is 0.00%
  • magenta value is 17.80%
  • yellow value is 26.18%
  • key color value is 25.10%
CMYK:
(0,18,26,25)
C0M18Y26K25 
(0%,18%,26%,25%)
(0.00/0.18/0.26/0.25)	

CMYK percentages

%0
%17.8
%26.18
%25.1

Codes

Color #BF9D8D in popluar color models

BF9D8D
RGB191157141
HSL19°28.09%65.10%
HSB/HSV19°26.18%74.90%
CMYK0.00%17.80%26.18%
25.10%

Color #BF9D8D in popluar number systems.

HEXBF9D8D
Decimal191157141
Binary101111111001110110001101
Octal277235215

Shades and tints

Shades of #BF9D8D

#BF9D8D
(191,157,141)
#AE8F81
(174,143,129)
#9D8175
(157,129,117)
#8C7369
(140,115,105)
#7B655D
(123,101,93)
#6A5751
(106,87,81)
#594945
(89,73,69)
#483B39
(72,59,57)
#372D2D
(55,45,45)
#261F21
(38,31,33)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #BF9D8D

#BF9D8D
(191,157,141)
#C4A597
(196,165,151)
#C9ADA1
(201,173,161)
#CEB5AB
(206,181,171)
#D3BDB5
(211,189,181)
#D8C5BF
(216,197,191)
#DDCDC9
(221,205,201)
#E2D5D3
(226,213,211)
#E7DDDD
(231,221,221)
#ECE5E7
(236,229,231)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF9D8D color. Also use rgb(191,157,141) instead hex code.

Text Font Color

.myTextColor { color: #BF9D8D; }

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

This text font color is #BF9D8D.


Background Color

.myBgColor { background-color: #BF9D8D; }

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

This div background color is #BF9D8D.


Border color

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

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

This div border color is #BF9D8D.


Opacity

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

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

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

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

This text has shadow with #BF9D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF9D8D on black background.


Color preview on white background

This text has color #BF9D8D on white background.



Black color preview on #BF9D8D background

This text has black color on #BF9D8D background.


White color preview on #BF9D8D background

This text has white color on #BF9D8D background.