COLOR #BE0576

HEX: #BE0576
RGB: (190,5,118)

Color info

#BE0576 contains mainly red color. Web safe color of #BE0576 is #CC0066 (or #C06).

RGB color model

#BE0576 color RGB value is (190,5,118).

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

RGB channels and saturation

R 190 of 255 = 75%
G 5 of 255 = 2%
B 118 of 255 = 46%

190
5
118

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

Portions of RGB colors in percentages

R + G + B =
190 + 5 + 118 = 313 (100%)
R 190 of 313 ~ 60.7%
G 5 of 313 ~ 1.6%
B 118 of 313 ~ 37.7%

%60.7
%37.7

CMYK color model

#BE0576 color CMYK value is (0,97,38,25).

  • cyan value is 0.00%
  • magenta value is 97.37%
  • yellow value is 37.89%
  • key color value is 25.49%
CMYK:
(0,97,38,25)
C0M97Y38K25 
(0%,97%,38%,25%)
(0.00/0.97/0.38/0.25)	

CMYK percentages

%0
%97.37
%37.89
%25.49

Codes

Color #BE0576 in popluar color models

BE0576
RGB1905118
HSL323°94.87%38.24%
HSB/HSV323°97.37%74.51%
CMYK0.00%97.37%37.89%
25.49%

Color #BE0576 in popluar number systems.

HEXBE0576
Decimal1905118
Binary101111101011110110
Octal2765166

Shades and tints

Shades of #BE0576

#BE0576
(190,5,118)
#AD056C
(173,5,108)
#9C0562
(156,5,98)
#8B0558
(139,5,88)
#7A054E
(122,5,78)
#690544
(105,5,68)
#58053A
(88,5,58)
#470530
(71,5,48)
#360526
(54,5,38)
#25051C
(37,5,28)
#140512
(20,5,18)
#000000
(0,0,0)

Tints of #BE0576

#BE0576
(190,5,118)
#C31B82
(195,27,130)
#C8318E
(200,49,142)
#CD479A
(205,71,154)
#D25DA6
(210,93,166)
#D773B2
(215,115,178)
#DC89BE
(220,137,190)
#E19FCA
(225,159,202)
#E6B5D6
(230,181,214)
#EBCBE2
(235,203,226)
#F0E1EE
(240,225,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE0576; }

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

This text font color is #BE0576.


Background Color

.myBgColor { background-color: #BE0576; }

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

This div background color is #BE0576.


Border color

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

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

This div border color is #BE0576.


Opacity

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

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

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

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

This text has shadow with #BE0576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE0576 on black background.


Color preview on white background

This text has color #BE0576 on white background.



Black color preview on #BE0576 background

This text has black color on #BE0576 background.


White color preview on #BE0576 background

This text has white color on #BE0576 background.