COLOR #BE4586

HEX: #BE4586 RGB: (190,69,134)

Color info

#BE4586 contains mainly red and blue colors. Web safe color of #BE4586 is #CC3399 (or #C39).

RGB color model

#BE4586 color RGB value is (190,69,134).

RGB: (190,69,134) (75%, 27%, 53%)

RGB channels and saturation

R 190 of 255 = 75%
G 69 of 255 = 27%
B 134 of 255 = 53%

190
69
134

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

Portions of RGB colors in percentages

R + G + B = 190 + 69 + 134 = 393 (100%)
R 190 of 393 ~ 48.35%
G 69 of 393 ~ 17.56%
B 134 of 393 ~ 34.1'%

%48.35
%17.56
%34.1

CMYK color model

#BE4586 color CMYK value is (0,64,29,25).

  • cyan value is 0.00%
  • magenta value is 63.68%
  • yellow value is 29.47%
  • key color value is 25.49%

CMYK: (0,64,29,25)
C0M64Y29K25 (0%, 64%, 29%, 25%)
(0.00 / 0.64 / 0.29 / 0.25)

CMYK percentages

%0
%63.68
%29.47
%25.49

Codes

Color #BE4586 in popluar color models

BE 45 86
RGB 190 69 134
HSL 328° 48.21% 50.78%
HSB/HSV 328° 63.68% 74.51%
CMYK 0.00% 63.68% 29.47%
25.49%

Color #BE4586 in popluar number systems.

HEX BE 45 86
Decimal 190 69 134
Binary 10111110 1000101 10000110
Octal 276 105 206

Shades and tints

Shades of #BE4586

#BE4586
(190,69,134)
#AD3F7A
(173,63,122)
#9C396E
(156,57,110)
#8B3362
(139,51,98)
#7A2D56
(122,45,86)
#69274A
(105,39,74)
#58213E
(88,33,62)
#471B32
(71,27,50)
#361526
(54,21,38)
#250F1A
(37,15,26)
#14090E
(20,9,14)
#000000
(0,0,0)

Tints of #BE4586

#BE4586
(190,69,134)
#C35591
(195,85,145)
#C8659C
(200,101,156)
#CD75A7
(205,117,167)
#D285B2
(210,133,178)
#D795BD
(215,149,189)
#DCA5C8
(220,165,200)
#E1B5D3
(225,181,211)
#E6C5DE
(230,197,222)
#EBD5E9
(235,213,233)
#F0E5F4
(240,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE4586 color. Also use rgb(190,69,134) instead hex code.

Text Font Color

.myTextColor { color: #BE4586; }

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

This text font color is #BE4586.

Background Color

.myBgColor { background-color: #BE4586; }

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

This div background color is #BE4586.

Border color

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

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

This div border color is #BE4586.

Opacity

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

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

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

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

This text has shadow with #BE4586 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE4586.

Preview

Color preview on black background

This text has color #BE4586 on black background.


Color preview on white background

This text has color #BE4586 on white background.


Black color preview on #BE4586 background

This text has black color on #BE4586 background.


White color preview on #BE4586 background

This text has white color on #BE4586 background.


Related colors

Complementary color

Complementary color for #hex is #41BA79.


I love getcolorcode.com

Triadic colors

1 #86BE45 and #4586BE with #BE4586 are triadic colors.

2 #8645BE and #45BE86 with #BE4586 are triadic colors.