COLOR #BE5F82

HEX: #BE5F82
RGB: (190,95,130)

Color info

#BE5F82 contains mainly red color. Web safe color of #BE5F82 is #CC6699 (or #C69).

RGB color model

#BE5F82 color RGB value is (190,95,130).

  • red value is 190;
  • green value is 95;
  • blue value is 130.
RGB:
(190,95,130)
(75%,37%,51%)

RGB channels and saturation

R 190 of 255 = 75%
G 95 of 255 = 37%
B 130 of 255 = 51%

190
95
130

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

Portions of RGB colors in percentages

R + G + B =
190 + 95 + 130 = 415 (100%)
R 190 of 415 ~ 45.78%
G 95 of 415 ~ 22.89%
B 130 of 415 ~ 31.33%

%45.78
%22.89
%31.33

CMYK color model

#BE5F82 color CMYK value is (0,50,32,25).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 31.58%
  • key color value is 25.49%
CMYK:
(0,50,32,25)
C0M50Y32K25 
(0%,50%,32%,25%)
(0.00/0.50/0.32/0.25)	

CMYK percentages

%0
%50
%31.58
%25.49

Codes

Color #BE5F82 in popluar color models

BE5F82
RGB19095130
HSL338°42.22%55.88%
HSB/HSV338°50.00%74.51%
CMYK0.00%50.00%31.58%
25.49%

Color #BE5F82 in popluar number systems.

HEXBE5F82
Decimal19095130
Binary10111110101111110000010
Octal276137202

Shades and tints

Shades of #BE5F82

#BE5F82
(190,95,130)
#AD5777
(173,87,119)
#9C4F6C
(156,79,108)
#8B4761
(139,71,97)
#7A3F56
(122,63,86)
#69374B
(105,55,75)
#582F40
(88,47,64)
#472735
(71,39,53)
#361F2A
(54,31,42)
#25171F
(37,23,31)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #BE5F82

#BE5F82
(190,95,130)
#C36D8D
(195,109,141)
#C87B98
(200,123,152)
#CD89A3
(205,137,163)
#D297AE
(210,151,174)
#D7A5B9
(215,165,185)
#DCB3C4
(220,179,196)
#E1C1CF
(225,193,207)
#E6CFDA
(230,207,218)
#EBDDE5
(235,221,229)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE5F82 color. Also use rgb(190,95,130) instead hex code.

Text Font Color

.myTextColor { color: #BE5F82; }

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

This text font color is #BE5F82.


Background Color

.myBgColor { background-color: #BE5F82; }

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

This div background color is #BE5F82.


Border color

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

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

This div border color is #BE5F82.


Opacity

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

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

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

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

This text has shadow with #BE5F82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE5F82 on black background.


Color preview on white background

This text has color #BE5F82 on white background.



Black color preview on #BE5F82 background

This text has black color on #BE5F82 background.


White color preview on #BE5F82 background

This text has white color on #BE5F82 background.