COLOR #BF9787

HEX: #BF9787 RGB: (191,151,135)

Color info

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

RGB color model

#BF9787 color RGB value is (191,151,135).

RGB: (191,151,135) (75%, 59%, 53%)

RGB channels and saturation

R 191 of 255 = 75%
G 151 of 255 = 59%
B 135 of 255 = 53%

191
151
135

R + G + B ~ 62%. #BF9787 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 151 + 135 = 477 (100%)
R 191 of 477 ~ 40.04%
G 151 of 477 ~ 31.66%
B 135 of 477 ~ 28.3'%

%40.04
%31.66
%28.3

CMYK color model

#BF9787 color CMYK value is (0,21,29,25).

  • cyan value is 0.00%
  • magenta value is 20.94%
  • yellow value is 29.32%
  • key color value is 25.10%

CMYK: (0,21,29,25)
C0M21Y29K25 (0%, 21%, 29%, 25%)
(0.00 / 0.21 / 0.29 / 0.25)

CMYK percentages

%0
%20.94
%29.32
%25.1

Codes

Color #BF9787 in popluar color models

BF 97 87
RGB 191 151 135
HSL 17° 30.43% 63.92%
HSB/HSV 17° 29.32% 74.90%
CMYK 0.00% 20.94% 29.32%
25.10%

Color #BF9787 in popluar number systems.

HEX BF 97 87
Decimal 191 151 135
Binary 10111111 10010111 10000111
Octal 277 227 207

Shades and tints

Shades of #BF9787

#BF9787
(191,151,135)
#AE8A7B
(174,138,123)
#9D7D6F
(157,125,111)
#8C7063
(140,112,99)
#7B6357
(123,99,87)
#6A564B
(106,86,75)
#59493F
(89,73,63)
#483C33
(72,60,51)
#372F27
(55,47,39)
#26221B
(38,34,27)
#15150F
(21,21,15)
#000000
(0,0,0)

Tints of #BF9787

#BF9787
(191,151,135)
#C4A091
(196,160,145)
#C9A99B
(201,169,155)
#CEB2A5
(206,178,165)
#D3BBAF
(211,187,175)
#D8C4B9
(216,196,185)
#DDCDC3
(221,205,195)
#E2D6CD
(226,214,205)
#E7DFD7
(231,223,215)
#ECE8E1
(236,232,225)
#F1F1EB
(241,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF9787; }

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

This text font color is #BF9787.

Background Color

.myBgColor { background-color: #BF9787; }

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

This div background color is #BF9787.

Border color

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

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

This div border color is #BF9787.

Opacity

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

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

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

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

This text has shadow with #BF9787 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF9787.

Preview

Color preview on black background

This text has color #BF9787 on black background.


Color preview on white background

This text has color #BF9787 on white background.


Black color preview on #BF9787 background

This text has black color on #BF9787 background.


White color preview on #BF9787 background

This text has white color on #BF9787 background.


Related colors

Complementary color

Complementary color for #hex is #406878.


I love getcolorcode.com

Triadic colors

1 #87BF97 and #9787BF with #BF9787 are triadic colors.

2 #8797BF and #97BF87 with #BF9787 are triadic colors.