COLOR #BE2947

HEX: #BE2947
RGB: (190,41,71)

Color info

#BE2947 contains mainly red color. Web safe color of #BE2947 is #CC3333 (or #C33).

RGB color model

#BE2947 color RGB value is (190,41,71).

  • red value is 190;
  • green value is 41;
  • blue value is 71.
RGB:
(190,41,71)
(75%,16%,28%)

RGB channels and saturation

R 190 of 255 = 75%
G 41 of 255 = 16%
B 71 of 255 = 28%

190
41
71

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

Portions of RGB colors in percentages

R + G + B =
190 + 41 + 71 = 302 (100%)
R 190 of 302 ~ 62.91%
G 41 of 302 ~ 13.58%
B 71 of 302 ~ 23.51%

%62.91
%13.58
%23.51

CMYK color model

#BE2947 color CMYK value is (0,78,63,25).

  • cyan value is 0.00%
  • magenta value is 78.42%
  • yellow value is 62.63%
  • key color value is 25.49%
CMYK:
(0,78,63,25)
C0M78Y63K25 
(0%,78%,63%,25%)
(0.00/0.78/0.63/0.25)	

CMYK percentages

%0
%78.42
%62.63
%25.49

Codes

Color #BE2947 in popluar color models

BE2947
RGB1904171
HSL348°64.50%45.29%
HSB/HSV348°78.42%74.51%
CMYK0.00%78.42%62.63%
25.49%

Color #BE2947 in popluar number systems.

HEXBE2947
Decimal1904171
Binary101111101010011000111
Octal27651107

Shades and tints

Shades of #BE2947

#BE2947
(190,41,71)
#AD2641
(173,38,65)
#9C233B
(156,35,59)
#8B2035
(139,32,53)
#7A1D2F
(122,29,47)
#691A29
(105,26,41)
#581723
(88,23,35)
#47141D
(71,20,29)
#361117
(54,17,23)
#250E11
(37,14,17)
#140B0B
(20,11,11)
#000000
(0,0,0)

Tints of #BE2947

#BE2947
(190,41,71)
#C33C57
(195,60,87)
#C84F67
(200,79,103)
#CD6277
(205,98,119)
#D27587
(210,117,135)
#D78897
(215,136,151)
#DC9BA7
(220,155,167)
#E1AEB7
(225,174,183)
#E6C1C7
(230,193,199)
#EBD4D7
(235,212,215)
#F0E7E7
(240,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE2947 color. Also use rgb(190,41,71) instead hex code.

Text Font Color

.myTextColor { color: #BE2947; }

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

This text font color is #BE2947.


Background Color

.myBgColor { background-color: #BE2947; }

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

This div background color is #BE2947.


Border color

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

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

This div border color is #BE2947.


Opacity

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

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

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

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

This text has shadow with #BE2947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE2947 on black background.


Color preview on white background

This text has color #BE2947 on white background.



Black color preview on #BE2947 background

This text has black color on #BE2947 background.


White color preview on #BE2947 background

This text has white color on #BE2947 background.