COLOR #BE7191

HEX: #BE7191
RGB: (190,113,145)

Color info

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

RGB color model

#BE7191 color RGB value is (190,113,145).

  • red value is 190;
  • green value is 113;
  • blue value is 145.
RGB:
(190,113,145)
(75%,44%,57%)

RGB channels and saturation

R 190 of 255 = 75%
G 113 of 255 = 44%
B 145 of 255 = 57%

190
113
145

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

Portions of RGB colors in percentages

R + G + B =
190 + 113 + 145 = 448 (100%)
R 190 of 448 ~ 42.41%
G 113 of 448 ~ 25.22%
B 145 of 448 ~ 32.37%

%42.41
%25.22
%32.37

CMYK color model

#BE7191 color CMYK value is (0,41,24,25).

  • cyan value is 0.00%
  • magenta value is 40.53%
  • yellow value is 23.68%
  • key color value is 25.49%
CMYK:
(0,41,24,25)
C0M41Y24K25 
(0%,41%,24%,25%)
(0.00/0.41/0.24/0.25)	

CMYK percentages

%0
%40.53
%23.68
%25.49

Codes

Color #BE7191 in popluar color models

BE7191
RGB190113145
HSL335°37.20%59.41%
HSB/HSV335°40.53%74.51%
CMYK0.00%40.53%23.68%
25.49%

Color #BE7191 in popluar number systems.

HEXBE7191
Decimal190113145
Binary10111110111000110010001
Octal276161221

Shades and tints

Shades of #BE7191

#BE7191
(190,113,145)
#AD6784
(173,103,132)
#9C5D77
(156,93,119)
#8B536A
(139,83,106)
#7A495D
(122,73,93)
#693F50
(105,63,80)
#583543
(88,53,67)
#472B36
(71,43,54)
#362129
(54,33,41)
#25171C
(37,23,28)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #BE7191

#BE7191
(190,113,145)
#C37D9B
(195,125,155)
#C889A5
(200,137,165)
#CD95AF
(205,149,175)
#D2A1B9
(210,161,185)
#D7ADC3
(215,173,195)
#DCB9CD
(220,185,205)
#E1C5D7
(225,197,215)
#E6D1E1
(230,209,225)
#EBDDEB
(235,221,235)
#F0E9F5
(240,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE7191 color. Also use rgb(190,113,145) instead hex code.

Text Font Color

.myTextColor { color: #BE7191; }

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

This text font color is #BE7191.


Background Color

.myBgColor { background-color: #BE7191; }

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

This div background color is #BE7191.


Border color

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

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

This div border color is #BE7191.


Opacity

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

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

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

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

This text has shadow with #BE7191 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE7191 on black background.


Color preview on white background

This text has color #BE7191 on white background.



Black color preview on #BE7191 background

This text has black color on #BE7191 background.


White color preview on #BE7191 background

This text has white color on #BE7191 background.