COLOR #BFA987

HEX: #BFA987
RGB: (191,169,135)

Color info

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

RGB color model

#BFA987 color RGB value is (191,169,135).

  • red value is 191;
  • green value is 169;
  • blue value is 135.
RGB:
(191,169,135)
(75%,66%,53%)

RGB channels and saturation

R 191 of 255 = 75%
G 169 of 255 = 66%
B 135 of 255 = 53%

191
169
135

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

Portions of RGB colors in percentages

R + G + B =
191 + 169 + 135 = 495 (100%)
R 191 of 495 ~ 38.59%
G 169 of 495 ~ 34.14%
B 135 of 495 ~ 27.27%

%38.59
%34.14
%27.27

CMYK color model

#BFA987 color CMYK value is (0,12,29,25).

  • cyan value is 0.00%
  • magenta value is 11.52%
  • yellow value is 29.32%
  • key color value is 25.10%
CMYK:
(0,12,29,25)
C0M12Y29K25 
(0%,12%,29%,25%)
(0.00/0.12/0.29/0.25)	

CMYK percentages

%0
%11.52
%29.32
%25.1

Codes

Color #BFA987 in popluar color models

BFA987
RGB191169135
HSL36°30.43%63.92%
HSB/HSV36°29.32%74.90%
CMYK0.00%11.52%29.32%
25.10%

Color #BFA987 in popluar number systems.

HEXBFA987
Decimal191169135
Binary101111111010100110000111
Octal277251207

Shades and tints

Shades of #BFA987

#BFA987
(191,169,135)
#AE9A7B
(174,154,123)
#9D8B6F
(157,139,111)
#8C7C63
(140,124,99)
#7B6D57
(123,109,87)
#6A5E4B
(106,94,75)
#594F3F
(89,79,63)
#484033
(72,64,51)
#373127
(55,49,39)
#26221B
(38,34,27)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #BFA987

#BFA987
(191,169,135)
#C4B091
(196,176,145)
#C9B79B
(201,183,155)
#CEBEA5
(206,190,165)
#D3C5AF
(211,197,175)
#D8CCB9
(216,204,185)
#DDD3C3
(221,211,195)
#E2DACD
(226,218,205)
#E7E1D7
(231,225,215)
#ECE8E1
(236,232,225)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFA987 color. Also use rgb(191,169,135) instead hex code.

Text Font Color

.myTextColor { color: #BFA987; }

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

This text font color is #BFA987.


Background Color

.myBgColor { background-color: #BFA987; }

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

This div background color is #BFA987.


Border color

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

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

This div border color is #BFA987.


Opacity

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

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

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

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

This text has shadow with #BFA987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFA987 on black background.


Color preview on white background

This text has color #BFA987 on white background.



Black color preview on #BFA987 background

This text has black color on #BFA987 background.


White color preview on #BFA987 background

This text has white color on #BFA987 background.