COLOR #BE7887

HEX: #BE7887 RGB: (190,120,135)

Color info

#BE7887 contains mainly red and blue colors. Web safe color of #BE7887 is #CC6699 (or #C69).

RGB color model

#BE7887 color RGB value is (190,120,135).

RGB: (190,120,135) (75%, 47%, 53%)

RGB channels and saturation

R 190 of 255 = 75%
G 120 of 255 = 47%
B 135 of 255 = 53%

190
120
135

R + G + B ~ 58%. #BE7887 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 190 + 120 + 135 = 445 (100%)
R 190 of 445 ~ 42.7%
G 120 of 445 ~ 26.97%
B 135 of 445 ~ 30.34'%

%42.7
%26.97
%30.34

CMYK color model

#BE7887 color CMYK value is (0,37,29,25).

  • cyan value is 0.00%
  • magenta value is 36.84%
  • yellow value is 28.95%
  • key color value is 25.49%

CMYK: (0,37,29,25)
C0M37Y29K25 (0%, 37%, 29%, 25%)
(0.00 / 0.37 / 0.29 / 0.25)

CMYK percentages

%0
%36.84
%28.95
%25.49

Codes

Color #BE7887 in popluar color models

BE 78 87
RGB 190 120 135
HSL 347° 35.00% 60.78%
HSB/HSV 347° 36.84% 74.51%
CMYK 0.00% 36.84% 28.95%
25.49%

Color #BE7887 in popluar number systems.

HEX BE 78 87
Decimal 190 120 135
Binary 10111110 1111000 10000111
Octal 276 170 207

Shades and tints

Shades of #BE7887

#BE7887
(190,120,135)
#AD6E7B
(173,110,123)
#9C646F
(156,100,111)
#8B5A63
(139,90,99)
#7A5057
(122,80,87)
#69464B
(105,70,75)
#583C3F
(88,60,63)
#473233
(71,50,51)
#362827
(54,40,39)
#251E1B
(37,30,27)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #BE7887

#BE7887
(190,120,135)
#C38491
(195,132,145)
#C8909B
(200,144,155)
#CD9CA5
(205,156,165)
#D2A8AF
(210,168,175)
#D7B4B9
(215,180,185)
#DCC0C3
(220,192,195)
#E1CCCD
(225,204,205)
#E6D8D7
(230,216,215)
#EBE4E1
(235,228,225)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE7887; }

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

This text font color is #BE7887.

Background Color

.myBgColor { background-color: #BE7887; }

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

This div background color is #BE7887.

Border color

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

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

This div border color is #BE7887.

Opacity

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

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

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

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

This text has shadow with #BE7887 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE7887.

Preview

Color preview on black background

This text has color #BE7887 on black background.


Color preview on white background

This text has color #BE7887 on white background.


Black color preview on #BE7887 background

This text has black color on #BE7887 background.


White color preview on #BE7887 background

This text has white color on #BE7887 background.


Related colors

Complementary color

Complementary color for #hex is #418778.


I love getcolorcode.com

Triadic colors

1 #87BE78 and #7887BE with #BE7887 are triadic colors.

2 #8778BE and #78BE87 with #BE7887 are triadic colors.