COLOR #BE5478

HEX: #BE5478
RGB: (190,84,120)

Color info

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

RGB color model

#BE5478 color RGB value is (190,84,120).

  • red value is 190;
  • green value is 84;
  • blue value is 120.
RGB:
(190,84,120)
(75%,33%,47%)

RGB channels and saturation

R 190 of 255 = 75%
G 84 of 255 = 33%
B 120 of 255 = 47%

190
84
120

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

Portions of RGB colors in percentages

R + G + B =
190 + 84 + 120 = 394 (100%)
R 190 of 394 ~ 48.22%
G 84 of 394 ~ 21.32%
B 120 of 394 ~ 30.46%

%48.22
%21.32
%30.46

CMYK color model

#BE5478 color CMYK value is (0,56,37,25).

  • cyan value is 0.00%
  • magenta value is 55.79%
  • yellow value is 36.84%
  • key color value is 25.49%
CMYK:
(0,56,37,25)
C0M56Y37K25 
(0%,56%,37%,25%)
(0.00/0.56/0.37/0.25)	

CMYK percentages

%0
%55.79
%36.84
%25.49

Codes

Color #BE5478 in popluar color models

BE5478
RGB19084120
HSL340°44.92%53.73%
HSB/HSV340°55.79%74.51%
CMYK0.00%55.79%36.84%
25.49%

Color #BE5478 in popluar number systems.

HEXBE5478
Decimal19084120
Binary1011111010101001111000
Octal276124170

Shades and tints

Shades of #BE5478

#BE5478
(190,84,120)
#AD4D6E
(173,77,110)
#9C4664
(156,70,100)
#8B3F5A
(139,63,90)
#7A3850
(122,56,80)
#693146
(105,49,70)
#582A3C
(88,42,60)
#472332
(71,35,50)
#361C28
(54,28,40)
#25151E
(37,21,30)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #BE5478

#BE5478
(190,84,120)
#C36384
(195,99,132)
#C87290
(200,114,144)
#CD819C
(205,129,156)
#D290A8
(210,144,168)
#D79FB4
(215,159,180)
#DCAEC0
(220,174,192)
#E1BDCC
(225,189,204)
#E6CCD8
(230,204,216)
#EBDBE4
(235,219,228)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE5478 color. Also use rgb(190,84,120) instead hex code.

Text Font Color

.myTextColor { color: #BE5478; }

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

This text font color is #BE5478.


Background Color

.myBgColor { background-color: #BE5478; }

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

This div background color is #BE5478.


Border color

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

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

This div border color is #BE5478.


Opacity

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

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

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

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

This text has shadow with #BE5478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE5478 on black background.


Color preview on white background

This text has color #BE5478 on white background.



Black color preview on #BE5478 background

This text has black color on #BE5478 background.


White color preview on #BE5478 background

This text has white color on #BE5478 background.