COLOR #BE5776

HEX: #BE5776
RGB: (190,87,118)

Color info

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

RGB color model

#BE5776 color RGB value is (190,87,118).

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

RGB channels and saturation

R 190 of 255 = 75%
G 87 of 255 = 34%
B 118 of 255 = 46%

190
87
118

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

Portions of RGB colors in percentages

R + G + B =
190 + 87 + 118 = 395 (100%)
R 190 of 395 ~ 48.1%
G 87 of 395 ~ 22.03%
B 118 of 395 ~ 29.87%

%48.1
%22.03
%29.87

CMYK color model

#BE5776 color CMYK value is (0,54,38,25).

  • cyan value is 0.00%
  • magenta value is 54.21%
  • yellow value is 37.89%
  • key color value is 25.49%
CMYK:
(0,54,38,25)
C0M54Y38K25 
(0%,54%,38%,25%)
(0.00/0.54/0.38/0.25)	

CMYK percentages

%0
%54.21
%37.89
%25.49

Codes

Color #BE5776 in popluar color models

BE5776
RGB19087118
HSL342°44.21%54.31%
HSB/HSV342°54.21%74.51%
CMYK0.00%54.21%37.89%
25.49%

Color #BE5776 in popluar number systems.

HEXBE5776
Decimal19087118
Binary1011111010101111110110
Octal276127166

Shades and tints

Shades of #BE5776

#BE5776
(190,87,118)
#AD506C
(173,80,108)
#9C4962
(156,73,98)
#8B4258
(139,66,88)
#7A3B4E
(122,59,78)
#693444
(105,52,68)
#582D3A
(88,45,58)
#472630
(71,38,48)
#361F26
(54,31,38)
#25181C
(37,24,28)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #BE5776

#BE5776
(190,87,118)
#C36682
(195,102,130)
#C8758E
(200,117,142)
#CD849A
(205,132,154)
#D293A6
(210,147,166)
#D7A2B2
(215,162,178)
#DCB1BE
(220,177,190)
#E1C0CA
(225,192,202)
#E6CFD6
(230,207,214)
#EBDEE2
(235,222,226)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE5776; }

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

This text font color is #BE5776.


Background Color

.myBgColor { background-color: #BE5776; }

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

This div background color is #BE5776.


Border color

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

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

This div border color is #BE5776.


Opacity

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

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

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

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

This text has shadow with #BE5776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE5776 on black background.


Color preview on white background

This text has color #BE5776 on white background.



Black color preview on #BE5776 background

This text has black color on #BE5776 background.


White color preview on #BE5776 background

This text has white color on #BE5776 background.