COLOR #BE5A73

HEX: #BE5A73 RGB: (190,90,115)

Color info

#BE5A73 contains mainly red color. Web safe color of #BE5A73 is #CC6666 (or #C66).

RGB color model

#BE5A73 color RGB value is (190,90,115).

RGB: (190,90,115) (75%, 35%, 45%)

RGB channels and saturation

R 190 of 255 = 75%
G 90 of 255 = 35%
B 115 of 255 = 45%

190
90
115

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

Portions of RGB colors in percentages

R + G + B = 190 + 90 + 115 = 395 (100%)
R 190 of 395 ~ 48.1%
G 90 of 395 ~ 22.78%
B 115 of 395 ~ 29.11'%

%48.1
%22.78
%29.11

CMYK color model

#BE5A73 color CMYK value is (0,53,39,25).

  • cyan value is 0.00%
  • magenta value is 52.63%
  • yellow value is 39.47%
  • key color value is 25.49%

CMYK: (0,53,39,25)
C0M53Y39K25 (0%, 53%, 39%, 25%)
(0.00 / 0.53 / 0.39 / 0.25)

CMYK percentages

%0
%52.63
%39.47
%25.49

Codes

Color #BE5A73 in popluar color models

BE 5A 73
RGB 190 90 115
HSL 345° 43.48% 54.90%
HSB/HSV 345° 52.63% 74.51%
CMYK 0.00% 52.63% 39.47%
25.49%

Color #BE5A73 in popluar number systems.

HEX BE 5A 73
Decimal 190 90 115
Binary 10111110 1011010 1110011
Octal 276 132 163

Shades and tints

Shades of #BE5A73

#BE5A73
(190,90,115)
#AD5269
(173,82,105)
#9C4A5F
(156,74,95)
#8B4255
(139,66,85)
#7A3A4B
(122,58,75)
#693241
(105,50,65)
#582A37
(88,42,55)
#47222D
(71,34,45)
#361A23
(54,26,35)
#251219
(37,18,25)
#140A0F
(20,10,15)
#000000
(0,0,0)

Tints of #BE5A73

#BE5A73
(190,90,115)
#C3697F
(195,105,127)
#C8788B
(200,120,139)
#CD8797
(205,135,151)
#D296A3
(210,150,163)
#D7A5AF
(215,165,175)
#DCB4BB
(220,180,187)
#E1C3C7
(225,195,199)
#E6D2D3
(230,210,211)
#EBE1DF
(235,225,223)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE5A73; }

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

This text font color is #BE5A73.

Background Color

.myBgColor { background-color: #BE5A73; }

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

This div background color is #BE5A73.

Border color

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

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

This div border color is #BE5A73.

Opacity

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

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

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

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

This text has shadow with #BE5A73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE5A73.

Preview

Color preview on black background

This text has color #BE5A73 on black background.


Color preview on white background

This text has color #BE5A73 on white background.


Black color preview on #BE5A73 background

This text has black color on #BE5A73 background.


White color preview on #BE5A73 background

This text has white color on #BE5A73 background.


Related colors

Complementary color

Complementary color for #hex is #41A58C.


I love getcolorcode.com

Triadic colors

1 #73BE5A and #5A73BE with #BE5A73 are triadic colors.

2 #735ABE and #5ABE73 with #BE5A73 are triadic colors.