COLOR #BE7687

HEX: #BE7687 RGB: (190,118,135)

Color info

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

RGB color model

#BE7687 color RGB value is (190,118,135).

RGB: (190,118,135) (75%, 46%, 53%)

RGB channels and saturation

R 190 of 255 = 75%
G 118 of 255 = 46%
B 135 of 255 = 53%

190
118
135

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

Portions of RGB colors in percentages

R + G + B = 190 + 118 + 135 = 443 (100%)
R 190 of 443 ~ 42.89%
G 118 of 443 ~ 26.64%
B 135 of 443 ~ 30.47'%

%42.89
%26.64
%30.47

CMYK color model

#BE7687 color CMYK value is (0,38,29,25).

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

CMYK: (0,38,29,25)
C0M38Y29K25 (0%, 38%, 29%, 25%)
(0.00 / 0.38 / 0.29 / 0.25)

CMYK percentages

%0
%37.89
%28.95
%25.49

Codes

Color #BE7687 in popluar color models

BE 76 87
RGB 190 118 135
HSL 346° 35.64% 60.39%
HSB/HSV 346° 37.89% 74.51%
CMYK 0.00% 37.89% 28.95%
25.49%

Color #BE7687 in popluar number systems.

HEX BE 76 87
Decimal 190 118 135
Binary 10111110 1110110 10000111
Octal 276 166 207

Shades and tints

Shades of #BE7687

#BE7687
(190,118,135)
#AD6C7B
(173,108,123)
#9C626F
(156,98,111)
#8B5863
(139,88,99)
#7A4E57
(122,78,87)
#69444B
(105,68,75)
#583A3F
(88,58,63)
#473033
(71,48,51)
#362627
(54,38,39)
#251C1B
(37,28,27)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #BE7687

#BE7687
(190,118,135)
#C38291
(195,130,145)
#C88E9B
(200,142,155)
#CD9AA5
(205,154,165)
#D2A6AF
(210,166,175)
#D7B2B9
(215,178,185)
#DCBEC3
(220,190,195)
#E1CACD
(225,202,205)
#E6D6D7
(230,214,215)
#EBE2E1
(235,226,225)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE7687; }

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

This text font color is #BE7687.

Background Color

.myBgColor { background-color: #BE7687; }

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

This div background color is #BE7687.

Border color

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

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

This div border color is #BE7687.

Opacity

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

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

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

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

This text has shadow with #BE7687 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE7687.

Preview

Color preview on black background

This text has color #BE7687 on black background.


Color preview on white background

This text has color #BE7687 on white background.


Black color preview on #BE7687 background

This text has black color on #BE7687 background.


White color preview on #BE7687 background

This text has white color on #BE7687 background.


Related colors

Complementary color

Complementary color for #hex is #418978.


I love getcolorcode.com

Triadic colors

1 #87BE76 and #7687BE with #BE7687 are triadic colors.

2 #8776BE and #76BE87 with #BE7687 are triadic colors.