COLOR #BE5591

HEX: #BE5591 RGB: (190,85,145)

Color info

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

RGB color model

#BE5591 color RGB value is (190,85,145).

RGB: (190,85,145) (75%, 33%, 57%)

RGB channels and saturation

R 190 of 255 = 75%
G 85 of 255 = 33%
B 145 of 255 = 57%

190
85
145

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

Portions of RGB colors in percentages

R + G + B = 190 + 85 + 145 = 420 (100%)
R 190 of 420 ~ 45.24%
G 85 of 420 ~ 20.24%
B 145 of 420 ~ 34.52'%

%45.24
%20.24
%34.52

CMYK color model

#BE5591 color CMYK value is (0,55,24,25).

  • cyan value is 0.00%
  • magenta value is 55.26%
  • yellow value is 23.68%
  • key color value is 25.49%

CMYK: (0,55,24,25)
C0M55Y24K25 (0%, 55%, 24%, 25%)
(0.00 / 0.55 / 0.24 / 0.25)

CMYK percentages

%0
%55.26
%23.68
%25.49

Codes

Color #BE5591 in popluar color models

BE 55 91
RGB 190 85 145
HSL 326° 44.68% 53.92%
HSB/HSV 326° 55.26% 74.51%
CMYK 0.00% 55.26% 23.68%
25.49%

Color #BE5591 in popluar number systems.

HEX BE 55 91
Decimal 190 85 145
Binary 10111110 1010101 10010001
Octal 276 125 221

Shades and tints

Shades of #BE5591

#BE5591
(190,85,145)
#AD4E84
(173,78,132)
#9C4777
(156,71,119)
#8B406A
(139,64,106)
#7A395D
(122,57,93)
#693250
(105,50,80)
#582B43
(88,43,67)
#472436
(71,36,54)
#361D29
(54,29,41)
#25161C
(37,22,28)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #BE5591

#BE5591
(190,85,145)
#C3649B
(195,100,155)
#C873A5
(200,115,165)
#CD82AF
(205,130,175)
#D291B9
(210,145,185)
#D7A0C3
(215,160,195)
#DCAFCD
(220,175,205)
#E1BED7
(225,190,215)
#E6CDE1
(230,205,225)
#EBDCEB
(235,220,235)
#F0EBF5
(240,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE5591; }

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

This text font color is #BE5591.

Background Color

.myBgColor { background-color: #BE5591; }

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

This div background color is #BE5591.

Border color

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

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

This div border color is #BE5591.

Opacity

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

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

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

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

This text has shadow with #BE5591 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE5591.

Preview

Color preview on black background

This text has color #BE5591 on black background.


Color preview on white background

This text has color #BE5591 on white background.


Black color preview on #BE5591 background

This text has black color on #BE5591 background.


White color preview on #BE5591 background

This text has white color on #BE5591 background.


Related colors

Complementary color

Complementary color for #hex is #41AA6E.


I love getcolorcode.com

Triadic colors

1 #91BE55 and #5591BE with #BE5591 are triadic colors.

2 #9155BE and #55BE91 with #BE5591 are triadic colors.