COLOR #BE7393

HEX: #BE7393
RGB: (190,115,147)

Color info

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

RGB color model

#BE7393 color RGB value is (190,115,147).

  • red value is 190;
  • green value is 115;
  • blue value is 147.
RGB:
(190,115,147)
(75%,45%,58%)

RGB channels and saturation

R 190 of 255 = 75%
G 115 of 255 = 45%
B 147 of 255 = 58%

190
115
147

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

Portions of RGB colors in percentages

R + G + B =
190 + 115 + 147 = 452 (100%)
R 190 of 452 ~ 42.04%
G 115 of 452 ~ 25.44%
B 147 of 452 ~ 32.52%

%42.04
%25.44
%32.52

CMYK color model

#BE7393 color CMYK value is (0,39,23,25).

  • cyan value is 0.00%
  • magenta value is 39.47%
  • yellow value is 22.63%
  • key color value is 25.49%
CMYK:
(0,39,23,25)
C0M39Y23K25 
(0%,39%,23%,25%)
(0.00/0.39/0.23/0.25)	

CMYK percentages

%0
%39.47
%22.63
%25.49

Codes

Color #BE7393 in popluar color models

BE7393
RGB190115147
HSL334°36.59%59.80%
HSB/HSV334°39.47%74.51%
CMYK0.00%39.47%22.63%
25.49%

Color #BE7393 in popluar number systems.

HEXBE7393
Decimal190115147
Binary10111110111001110010011
Octal276163223

Shades and tints

Shades of #BE7393

#BE7393
(190,115,147)
#AD6986
(173,105,134)
#9C5F79
(156,95,121)
#8B556C
(139,85,108)
#7A4B5F
(122,75,95)
#694152
(105,65,82)
#583745
(88,55,69)
#472D38
(71,45,56)
#36232B
(54,35,43)
#25191E
(37,25,30)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #BE7393

#BE7393
(190,115,147)
#C37F9C
(195,127,156)
#C88BA5
(200,139,165)
#CD97AE
(205,151,174)
#D2A3B7
(210,163,183)
#D7AFC0
(215,175,192)
#DCBBC9
(220,187,201)
#E1C7D2
(225,199,210)
#E6D3DB
(230,211,219)
#EBDFE4
(235,223,228)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE7393 color. Also use rgb(190,115,147) instead hex code.

Text Font Color

.myTextColor { color: #BE7393; }

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

This text font color is #BE7393.


Background Color

.myBgColor { background-color: #BE7393; }

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

This div background color is #BE7393.


Border color

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

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

This div border color is #BE7393.


Opacity

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

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

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

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

This text has shadow with #BE7393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE7393 on black background.


Color preview on white background

This text has color #BE7393 on white background.



Black color preview on #BE7393 background

This text has black color on #BE7393 background.


White color preview on #BE7393 background

This text has white color on #BE7393 background.