COLOR #BE5A8B

HEX: #BE5A8B
RGB: (190,90,139)

Color info

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

RGB color model

#BE5A8B color RGB value is (190,90,139).

  • red value is 190;
  • green value is 90;
  • blue value is 139.
RGB:
(190,90,139)
(75%,35%,55%)

RGB channels and saturation

R 190 of 255 = 75%
G 90 of 255 = 35%
B 139 of 255 = 55%

190
90
139

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

Portions of RGB colors in percentages

R + G + B =
190 + 90 + 139 = 419 (100%)
R 190 of 419 ~ 45.35%
G 90 of 419 ~ 21.48%
B 139 of 419 ~ 33.17%

%45.35
%21.48
%33.17

CMYK color model

#BE5A8B color CMYK value is (0,53,27,25).

  • cyan value is 0.00%
  • magenta value is 52.63%
  • yellow value is 26.84%
  • key color value is 25.49%
CMYK:
(0,53,27,25)
C0M53Y27K25 
(0%,53%,27%,25%)
(0.00/0.53/0.27/0.25)	

CMYK percentages

%0
%52.63
%26.84
%25.49

Codes

Color #BE5A8B in popluar color models

BE5A8B
RGB19090139
HSL331°43.48%54.90%
HSB/HSV331°52.63%74.51%
CMYK0.00%52.63%26.84%
25.49%

Color #BE5A8B in popluar number systems.

HEXBE5A8B
Decimal19090139
Binary10111110101101010001011
Octal276132213

Shades and tints

Shades of #BE5A8B

#BE5A8B
(190,90,139)
#AD527F
(173,82,127)
#9C4A73
(156,74,115)
#8B4267
(139,66,103)
#7A3A5B
(122,58,91)
#69324F
(105,50,79)
#582A43
(88,42,67)
#472237
(71,34,55)
#361A2B
(54,26,43)
#25121F
(37,18,31)
#140A13
(20,10,19)
#000000
(0,0,0)

Tints of #BE5A8B

#BE5A8B
(190,90,139)
#C36995
(195,105,149)
#C8789F
(200,120,159)
#CD87A9
(205,135,169)
#D296B3
(210,150,179)
#D7A5BD
(215,165,189)
#DCB4C7
(220,180,199)
#E1C3D1
(225,195,209)
#E6D2DB
(230,210,219)
#EBE1E5
(235,225,229)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE5A8B; }

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

This text font color is #BE5A8B.


Background Color

.myBgColor { background-color: #BE5A8B; }

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

This div background color is #BE5A8B.


Border color

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

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

This div border color is #BE5A8B.


Opacity

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

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

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

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

This text has shadow with #BE5A8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE5A8B on black background.


Color preview on white background

This text has color #BE5A8B on white background.



Black color preview on #BE5A8B background

This text has black color on #BE5A8B background.


White color preview on #BE5A8B background

This text has white color on #BE5A8B background.