COLOR #BE0077

HEX: #BE0077
RGB: (190,0,119)

Color info

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

RGB color model

#BE0077 color RGB value is (190,0,119).

  • red value is 190;
  • green value is 0;
  • blue value is 119.
RGB:
(190,0,119)
(75%,0%,47%)

RGB channels and saturation

R 190 of 255 = 75%
G 0 of 255 = 0%
B 119 of 255 = 47%

190
0
119

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

Portions of RGB colors in percentages

R + G + B =
190 + 0 + 119 = 309 (100%)
R 190 of 309 ~ 61.49%
G 0 of 309 ~ 0%
B 119 of 309 ~ 38.51%

%61.49
%38.51

CMYK color model

#BE0077 color CMYK value is (0,100,37,25).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 37.37%
  • key color value is 25.49%
CMYK:
(0,100,37,25)
C0M100Y37K25 
(0%,100%,37%,25%)
(0.00/1.00/0.37/0.25)	

CMYK percentages

%0
%100
%37.37
%25.49

Codes

Color #BE0077 in popluar color models

BE0077
RGB1900119
HSL322°100.00%37.25%
HSB/HSV322°100.00%74.51%
CMYK0.00%100.00%37.37%
25.49%

Color #BE0077 in popluar number systems.

HEXBE0077
Decimal1900119
Binary1011111001110111
Octal2760167

Shades and tints

Shades of #BE0077

#BE0077
(190,0,119)
#AD006D
(173,0,109)
#9C0063
(156,0,99)
#8B0059
(139,0,89)
#7A004F
(122,0,79)
#690045
(105,0,69)
#58003B
(88,0,59)
#470031
(71,0,49)
#360027
(54,0,39)
#25001D
(37,0,29)
#140013
(20,0,19)
#000000
(0,0,0)

Tints of #BE0077

#BE0077
(190,0,119)
#C31783
(195,23,131)
#C82E8F
(200,46,143)
#CD459B
(205,69,155)
#D25CA7
(210,92,167)
#D773B3
(215,115,179)
#DC8ABF
(220,138,191)
#E1A1CB
(225,161,203)
#E6B8D7
(230,184,215)
#EBCFE3
(235,207,227)
#F0E6EF
(240,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE0077 color. Also use rgb(190,0,119) instead hex code.

Text Font Color

.myTextColor { color: #BE0077; }

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

This text font color is #BE0077.


Background Color

.myBgColor { background-color: #BE0077; }

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

This div background color is #BE0077.


Border color

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

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

This div border color is #BE0077.


Opacity

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

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

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

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

This text has shadow with #BE0077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE0077 on black background.


Color preview on white background

This text has color #BE0077 on white background.



Black color preview on #BE0077 background

This text has black color on #BE0077 background.


White color preview on #BE0077 background

This text has white color on #BE0077 background.