COLOR #BE8987

HEX: #BE8987 RGB: (190,137,135)

Color info

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

RGB color model

#BE8987 color RGB value is (190,137,135).

RGB: (190,137,135) (75%, 54%, 53%)

RGB channels and saturation

R 190 of 255 = 75%
G 137 of 255 = 54%
B 135 of 255 = 53%

190
137
135

R + G + B ~ 61%. #BE8987 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 137 + 135 = 462 (100%)
R 190 of 462 ~ 41.13%
G 137 of 462 ~ 29.65%
B 135 of 462 ~ 29.22'%

%41.13
%29.65
%29.22

CMYK color model

#BE8987 color CMYK value is (0,28,29,25).

  • cyan value is 0.00%
  • magenta value is 27.89%
  • yellow value is 28.95%
  • key color value is 25.49%
CMYK: (0,28,29,25) C0M28Y29K25 (0%,28%,29%,25%) (0.00/0.28/0.29/0.25) 

CMYK percentages

%0
%27.89
%28.95
%25.49

Codes

Color #BE8987 in popluar color models

BE 89 87
RGB 190 137 135
HSL 29.73% 63.73%
HSB/HSV 28.95% 74.51%
CMYK 0.00% 27.89% 28.95%
25.49%

Color #BE8987 in popluar number systems.

HEX BE 89 87
Decimal 190 137 135
Binary 10111110 10001001 10000111
Octal 276 211 207

Shades and tints

Shades of #BE8987

#BE8987
(190,137,135)
#AD7D7B
(173,125,123)
#9C716F
(156,113,111)
#8B6563
(139,101,99)
#7A5957
(122,89,87)
#694D4B
(105,77,75)
#58413F
(88,65,63)
#473533
(71,53,51)
#362927
(54,41,39)
#251D1B
(37,29,27)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #BE8987

#BE8987
(190,137,135)
#C39391
(195,147,145)
#C89D9B
(200,157,155)
#CDA7A5
(205,167,165)
#D2B1AF
(210,177,175)
#D7BBB9
(215,187,185)
#DCC5C3
(220,197,195)
#E1CFCD
(225,207,205)
#E6D9D7
(230,217,215)
#EBE3E1
(235,227,225)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE8987 color. Also use rgb(190,137,135) instead hex code.

Text Font Color

.myTextColor { color: #BE8987; }

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

This text font color is #BE8987.

Background Color

.myBgColor { background-color: #BE8987; }

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

This div background color is #BE8987.

Border color

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

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

This div border color is #BE8987.

Opacity

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

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

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

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

This text has shadow with #BE8987 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE8987.

Preview

Color preview on black background

This text has color #BE8987 on black background.


Color preview on white background

This text has color #BE8987 on white background.


Black color preview on #BE8987 background

This text has black color on #BE8987 background.


White color preview on #BE8987 background

This text has white color on #BE8987 background.


Related colors

Complementary color

Complementary color for #hex is #417678.


I love getcolorcode.com

Triadic colors

1 #87BE89 and #8987BE with #BE8987 are triadic colors.

2 #8789BE and #89BE87 with #BE8987 are triadic colors.