COLOR #BE5777

HEX: #BE5777
RGB: (190,87,119)

Color info

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

RGB color model

#BE5777 color RGB value is (190,87,119).

  • red value is 190;
  • green value is 87;
  • blue value is 119.
RGB:
(190,87,119)
(75%,34%,47%)

RGB channels and saturation

R 190 of 255 = 75%
G 87 of 255 = 34%
B 119 of 255 = 47%

190
87
119

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

Portions of RGB colors in percentages

R + G + B =
190 + 87 + 119 = 396 (100%)
R 190 of 396 ~ 47.98%
G 87 of 396 ~ 21.97%
B 119 of 396 ~ 30.05%

%47.98
%21.97
%30.05

CMYK color model

#BE5777 color CMYK value is (0,54,37,25).

  • cyan value is 0.00%
  • magenta value is 54.21%
  • yellow value is 37.37%
  • key color value is 25.49%
CMYK:
(0,54,37,25)
C0M54Y37K25 
(0%,54%,37%,25%)
(0.00/0.54/0.37/0.25)	

CMYK percentages

%0
%54.21
%37.37
%25.49

Codes

Color #BE5777 in popluar color models

BE5777
RGB19087119
HSL341°44.21%54.31%
HSB/HSV341°54.21%74.51%
CMYK0.00%54.21%37.37%
25.49%

Color #BE5777 in popluar number systems.

HEXBE5777
Decimal19087119
Binary1011111010101111110111
Octal276127167

Shades and tints

Shades of #BE5777

#BE5777
(190,87,119)
#AD506D
(173,80,109)
#9C4963
(156,73,99)
#8B4259
(139,66,89)
#7A3B4F
(122,59,79)
#693445
(105,52,69)
#582D3B
(88,45,59)
#472631
(71,38,49)
#361F27
(54,31,39)
#25181D
(37,24,29)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #BE5777

#BE5777
(190,87,119)
#C36683
(195,102,131)
#C8758F
(200,117,143)
#CD849B
(205,132,155)
#D293A7
(210,147,167)
#D7A2B3
(215,162,179)
#DCB1BF
(220,177,191)
#E1C0CB
(225,192,203)
#E6CFD7
(230,207,215)
#EBDEE3
(235,222,227)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE5777 color. Also use rgb(190,87,119) instead hex code.

Text Font Color

.myTextColor { color: #BE5777; }

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

This text font color is #BE5777.


Background Color

.myBgColor { background-color: #BE5777; }

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

This div background color is #BE5777.


Border color

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

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

This div border color is #BE5777.


Opacity

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

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

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

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

This text has shadow with #BE5777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE5777 on black background.


Color preview on white background

This text has color #BE5777 on white background.



Black color preview on #BE5777 background

This text has black color on #BE5777 background.


White color preview on #BE5777 background

This text has white color on #BE5777 background.