COLOR #BE477E

HEX: #BE477E
RGB: (190,71,126)

Color info

#BE477E contains mainly red color. Web safe color of #BE477E is #CC3366 (or #C36).

RGB color model

#BE477E color RGB value is (190,71,126).

  • red value is 190;
  • green value is 71;
  • blue value is 126.
RGB:
(190,71,126)
(75%,28%,49%)

RGB channels and saturation

R 190 of 255 = 75%
G 71 of 255 = 28%
B 126 of 255 = 49%

190
71
126

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

Portions of RGB colors in percentages

R + G + B =
190 + 71 + 126 = 387 (100%)
R 190 of 387 ~ 49.1%
G 71 of 387 ~ 18.35%
B 126 of 387 ~ 32.56%

%49.1
%18.35
%32.56

CMYK color model

#BE477E color CMYK value is (0,63,34,25).

  • cyan value is 0.00%
  • magenta value is 62.63%
  • yellow value is 33.68%
  • key color value is 25.49%
CMYK:
(0,63,34,25)
C0M63Y34K25 
(0%,63%,34%,25%)
(0.00/0.63/0.34/0.25)	

CMYK percentages

%0
%62.63
%33.68
%25.49

Codes

Color #BE477E in popluar color models

BE477E
RGB19071126
HSL332°47.79%51.18%
HSB/HSV332°62.63%74.51%
CMYK0.00%62.63%33.68%
25.49%

Color #BE477E in popluar number systems.

HEXBE477E
Decimal19071126
Binary1011111010001111111110
Octal276107176

Shades and tints

Shades of #BE477E

#BE477E
(190,71,126)
#AD4173
(173,65,115)
#9C3B68
(156,59,104)
#8B355D
(139,53,93)
#7A2F52
(122,47,82)
#692947
(105,41,71)
#58233C
(88,35,60)
#471D31
(71,29,49)
#361726
(54,23,38)
#25111B
(37,17,27)
#140B10
(20,11,16)
#000000
(0,0,0)

Tints of #BE477E

#BE477E
(190,71,126)
#C35789
(195,87,137)
#C86794
(200,103,148)
#CD779F
(205,119,159)
#D287AA
(210,135,170)
#D797B5
(215,151,181)
#DCA7C0
(220,167,192)
#E1B7CB
(225,183,203)
#E6C7D6
(230,199,214)
#EBD7E1
(235,215,225)
#F0E7EC
(240,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE477E color. Also use rgb(190,71,126) instead hex code.

Text Font Color

.myTextColor { color: #BE477E; }

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

This text font color is #BE477E.


Background Color

.myBgColor { background-color: #BE477E; }

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

This div background color is #BE477E.


Border color

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

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

This div border color is #BE477E.


Opacity

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

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

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

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

This text has shadow with #BE477E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE477E on black background.


Color preview on white background

This text has color #BE477E on white background.



Black color preview on #BE477E background

This text has black color on #BE477E background.


White color preview on #BE477E background

This text has white color on #BE477E background.