COLOR #BE3E57

HEX: #BE3E57
RGB: (190,62,87)

Color info

#BE3E57 contains mainly red color. Web safe color of #BE3E57 is #CC3366 (or #C36).

RGB color model

#BE3E57 color RGB value is (190,62,87).

  • red value is 190;
  • green value is 62;
  • blue value is 87.
RGB:
(190,62,87)
(75%,24%,34%)

RGB channels and saturation

R 190 of 255 = 75%
G 62 of 255 = 24%
B 87 of 255 = 34%

190
62
87

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

Portions of RGB colors in percentages

R + G + B =
190 + 62 + 87 = 339 (100%)
R 190 of 339 ~ 56.05%
G 62 of 339 ~ 18.29%
B 87 of 339 ~ 25.66%

%56.05
%18.29
%25.66

CMYK color model

#BE3E57 color CMYK value is (0,67,54,25).

  • cyan value is 0.00%
  • magenta value is 67.37%
  • yellow value is 54.21%
  • key color value is 25.49%
CMYK:
(0,67,54,25)
C0M67Y54K25 
(0%,67%,54%,25%)
(0.00/0.67/0.54/0.25)	

CMYK percentages

%0
%67.37
%54.21
%25.49

Codes

Color #BE3E57 in popluar color models

BE3E57
RGB1906287
HSL348°50.79%49.41%
HSB/HSV348°67.37%74.51%
CMYK0.00%67.37%54.21%
25.49%

Color #BE3E57 in popluar number systems.

HEXBE3E57
Decimal1906287
Binary101111101111101010111
Octal27676127

Shades and tints

Shades of #BE3E57

#BE3E57
(190,62,87)
#AD3950
(173,57,80)
#9C3449
(156,52,73)
#8B2F42
(139,47,66)
#7A2A3B
(122,42,59)
#692534
(105,37,52)
#58202D
(88,32,45)
#471B26
(71,27,38)
#36161F
(54,22,31)
#251118
(37,17,24)
#140C11
(20,12,17)
#000000
(0,0,0)

Tints of #BE3E57

#BE3E57
(190,62,87)
#C34F66
(195,79,102)
#C86075
(200,96,117)
#CD7184
(205,113,132)
#D28293
(210,130,147)
#D793A2
(215,147,162)
#DCA4B1
(220,164,177)
#E1B5C0
(225,181,192)
#E6C6CF
(230,198,207)
#EBD7DE
(235,215,222)
#F0E8ED
(240,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE3E57 color. Also use rgb(190,62,87) instead hex code.

Text Font Color

.myTextColor { color: #BE3E57; }

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

This text font color is #BE3E57.


Background Color

.myBgColor { background-color: #BE3E57; }

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

This div background color is #BE3E57.


Border color

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

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

This div border color is #BE3E57.


Opacity

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

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

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

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

This text has shadow with #BE3E57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE3E57 on black background.


Color preview on white background

This text has color #BE3E57 on white background.



Black color preview on #BE3E57 background

This text has black color on #BE3E57 background.


White color preview on #BE3E57 background

This text has white color on #BE3E57 background.