COLOR #BE5376

HEX: #BE5376
RGB: (190,83,118)

Color info

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

RGB color model

#BE5376 color RGB value is (190,83,118).

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

RGB channels and saturation

R 190 of 255 = 75%
G 83 of 255 = 33%
B 118 of 255 = 46%

190
83
118

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

Portions of RGB colors in percentages

R + G + B =
190 + 83 + 118 = 391 (100%)
R 190 of 391 ~ 48.59%
G 83 of 391 ~ 21.23%
B 118 of 391 ~ 30.18%

%48.59
%21.23
%30.18

CMYK color model

#BE5376 color CMYK value is (0,56,38,25).

  • cyan value is 0.00%
  • magenta value is 56.32%
  • yellow value is 37.89%
  • key color value is 25.49%
CMYK:
(0,56,38,25)
C0M56Y38K25 
(0%,56%,38%,25%)
(0.00/0.56/0.38/0.25)	

CMYK percentages

%0
%56.32
%37.89
%25.49

Codes

Color #BE5376 in popluar color models

BE5376
RGB19083118
HSL340°45.15%53.53%
HSB/HSV340°56.32%74.51%
CMYK0.00%56.32%37.89%
25.49%

Color #BE5376 in popluar number systems.

HEXBE5376
Decimal19083118
Binary1011111010100111110110
Octal276123166

Shades and tints

Shades of #BE5376

#BE5376
(190,83,118)
#AD4C6C
(173,76,108)
#9C4562
(156,69,98)
#8B3E58
(139,62,88)
#7A374E
(122,55,78)
#693044
(105,48,68)
#58293A
(88,41,58)
#472230
(71,34,48)
#361B26
(54,27,38)
#25141C
(37,20,28)
#140D12
(20,13,18)
#000000
(0,0,0)

Tints of #BE5376

#BE5376
(190,83,118)
#C36282
(195,98,130)
#C8718E
(200,113,142)
#CD809A
(205,128,154)
#D28FA6
(210,143,166)
#D79EB2
(215,158,178)
#DCADBE
(220,173,190)
#E1BCCA
(225,188,202)
#E6CBD6
(230,203,214)
#EBDAE2
(235,218,226)
#F0E9EE
(240,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE5376; }

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

This text font color is #BE5376.


Background Color

.myBgColor { background-color: #BE5376; }

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

This div background color is #BE5376.


Border color

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

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

This div border color is #BE5376.


Opacity

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

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

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

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

This text has shadow with #BE5376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE5376 on black background.


Color preview on white background

This text has color #BE5376 on white background.



Black color preview on #BE5376 background

This text has black color on #BE5376 background.


White color preview on #BE5376 background

This text has white color on #BE5376 background.