COLOR #BE6D87

HEX: #BE6D87
RGB: (190,109,135)

Color info

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

RGB color model

#BE6D87 color RGB value is (190,109,135).

  • red value is 190;
  • green value is 109;
  • blue value is 135.
RGB:
(190,109,135)
(75%,43%,53%)

RGB channels and saturation

R 190 of 255 = 75%
G 109 of 255 = 43%
B 135 of 255 = 53%

190
109
135

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

Portions of RGB colors in percentages

R + G + B =
190 + 109 + 135 = 434 (100%)
R 190 of 434 ~ 43.78%
G 109 of 434 ~ 25.12%
B 135 of 434 ~ 31.11%

%43.78
%25.12
%31.11

CMYK color model

#BE6D87 color CMYK value is (0,43,29,25).

  • cyan value is 0.00%
  • magenta value is 42.63%
  • yellow value is 28.95%
  • key color value is 25.49%
CMYK:
(0,43,29,25)
C0M43Y29K25 
(0%,43%,29%,25%)
(0.00/0.43/0.29/0.25)	

CMYK percentages

%0
%42.63
%28.95
%25.49

Codes

Color #BE6D87 in popluar color models

BE6D87
RGB190109135
HSL341°38.39%58.63%
HSB/HSV341°42.63%74.51%
CMYK0.00%42.63%28.95%
25.49%

Color #BE6D87 in popluar number systems.

HEXBE6D87
Decimal190109135
Binary10111110110110110000111
Octal276155207

Shades and tints

Shades of #BE6D87

#BE6D87
(190,109,135)
#AD647B
(173,100,123)
#9C5B6F
(156,91,111)
#8B5263
(139,82,99)
#7A4957
(122,73,87)
#69404B
(105,64,75)
#58373F
(88,55,63)
#472E33
(71,46,51)
#362527
(54,37,39)
#251C1B
(37,28,27)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #BE6D87

#BE6D87
(190,109,135)
#C37A91
(195,122,145)
#C8879B
(200,135,155)
#CD94A5
(205,148,165)
#D2A1AF
(210,161,175)
#D7AEB9
(215,174,185)
#DCBBC3
(220,187,195)
#E1C8CD
(225,200,205)
#E6D5D7
(230,213,215)
#EBE2E1
(235,226,225)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE6D87; }

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

This text font color is #BE6D87.


Background Color

.myBgColor { background-color: #BE6D87; }

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

This div background color is #BE6D87.


Border color

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

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

This div border color is #BE6D87.


Opacity

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

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

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

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

This text has shadow with #BE6D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE6D87 on black background.


Color preview on white background

This text has color #BE6D87 on white background.



Black color preview on #BE6D87 background

This text has black color on #BE6D87 background.


White color preview on #BE6D87 background

This text has white color on #BE6D87 background.