COLOR #BE7390

HEX: #BE7390
RGB: (190,115,144)

Color info

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

RGB color model

#BE7390 color RGB value is (190,115,144).

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

RGB channels and saturation

R 190 of 255 = 75%
G 115 of 255 = 45%
B 144 of 255 = 56%

190
115
144

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

Portions of RGB colors in percentages

R + G + B =
190 + 115 + 144 = 449 (100%)
R 190 of 449 ~ 42.32%
G 115 of 449 ~ 25.61%
B 144 of 449 ~ 32.07%

%42.32
%25.61
%32.07

CMYK color model

#BE7390 color CMYK value is (0,39,24,25).

  • cyan value is 0.00%
  • magenta value is 39.47%
  • yellow value is 24.21%
  • key color value is 25.49%
CMYK:
(0,39,24,25)
C0M39Y24K25 
(0%,39%,24%,25%)
(0.00/0.39/0.24/0.25)	

CMYK percentages

%0
%39.47
%24.21
%25.49

Codes

Color #BE7390 in popluar color models

BE7390
RGB190115144
HSL337°36.59%59.80%
HSB/HSV337°39.47%74.51%
CMYK0.00%39.47%24.21%
25.49%

Color #BE7390 in popluar number systems.

HEXBE7390
Decimal190115144
Binary10111110111001110010000
Octal276163220

Shades and tints

Shades of #BE7390

#BE7390
(190,115,144)
#AD6983
(173,105,131)
#9C5F76
(156,95,118)
#8B5569
(139,85,105)
#7A4B5C
(122,75,92)
#69414F
(105,65,79)
#583742
(88,55,66)
#472D35
(71,45,53)
#362328
(54,35,40)
#25191B
(37,25,27)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #BE7390

#BE7390
(190,115,144)
#C37F9A
(195,127,154)
#C88BA4
(200,139,164)
#CD97AE
(205,151,174)
#D2A3B8
(210,163,184)
#D7AFC2
(215,175,194)
#DCBBCC
(220,187,204)
#E1C7D6
(225,199,214)
#E6D3E0
(230,211,224)
#EBDFEA
(235,223,234)
#F0EBF4
(240,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE7390; }

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

This text font color is #BE7390.


Background Color

.myBgColor { background-color: #BE7390; }

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

This div background color is #BE7390.


Border color

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

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

This div border color is #BE7390.


Opacity

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

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

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

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

This text has shadow with #BE7390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE7390 on black background.


Color preview on white background

This text has color #BE7390 on white background.



Black color preview on #BE7390 background

This text has black color on #BE7390 background.


White color preview on #BE7390 background

This text has white color on #BE7390 background.