COLOR #BE004D

HEX: #BE004D
RGB: (190,0,77)

Color info

#BE004D contains mainly red color. Web safe color of #BE004D is #CC0033 (or #C03).

RGB color model

#BE004D color RGB value is (190,0,77).

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

RGB channels and saturation

R 190 of 255 = 75%
G 0 of 255 = 0%
B 77 of 255 = 30%

190
0
77

R + G + B ~ 35%. #BE004D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
190 + 0 + 77 = 267 (100%)
R 190 of 267 ~ 71.16%
G 0 of 267 ~ 0%
B 77 of 267 ~ 28.84%

%71.16
%28.84

CMYK color model

#BE004D color CMYK value is (0,100,59,25).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 59.47%
  • key color value is 25.49%
CMYK:
(0,100,59,25)
C0M100Y59K25 
(0%,100%,59%,25%)
(0.00/1.00/0.59/0.25)	

CMYK percentages

%0
%100
%59.47
%25.49

Codes

Color #BE004D in popluar color models

BE004D
RGB190077
HSL336°100.00%37.25%
HSB/HSV336°100.00%74.51%
CMYK0.00%100.00%59.47%
25.49%

Color #BE004D in popluar number systems.

HEXBE004D
Decimal190077
Binary1011111001001101
Octal2760115

Shades and tints

Shades of #BE004D

#BE004D
(190,0,77)
#AD0046
(173,0,70)
#9C003F
(156,0,63)
#8B0038
(139,0,56)
#7A0031
(122,0,49)
#69002A
(105,0,42)
#580023
(88,0,35)
#47001C
(71,0,28)
#360015
(54,0,21)
#25000E
(37,0,14)
#140007
(20,0,7)
#000000
(0,0,0)

Tints of #BE004D

#BE004D
(190,0,77)
#C3175D
(195,23,93)
#C82E6D
(200,46,109)
#CD457D
(205,69,125)
#D25C8D
(210,92,141)
#D7739D
(215,115,157)
#DC8AAD
(220,138,173)
#E1A1BD
(225,161,189)
#E6B8CD
(230,184,205)
#EBCFDD
(235,207,221)
#F0E6ED
(240,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE004D; }

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

This text font color is #BE004D.


Background Color

.myBgColor { background-color: #BE004D; }

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

This div background color is #BE004D.


Border color

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

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

This div border color is #BE004D.


Opacity

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

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

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

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

This text has shadow with #BE004D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE004D on black background.


Color preview on white background

This text has color #BE004D on white background.



Black color preview on #BE004D background

This text has black color on #BE004D background.


White color preview on #BE004D background

This text has white color on #BE004D background.