COLOR #BE1547

HEX: #BE1547
RGB: (190,21,71)

Color info

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

RGB color model

#BE1547 color RGB value is (190,21,71).

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

RGB channels and saturation

R 190 of 255 = 75%
G 21 of 255 = 8%
B 71 of 255 = 28%

190
21
71

R + G + B ~ 37%. #BE1547 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
190 + 21 + 71 = 282 (100%)
R 190 of 282 ~ 67.38%
G 21 of 282 ~ 7.45%
B 71 of 282 ~ 25.18%

%67.38
%25.18

CMYK color model

#BE1547 color CMYK value is (0,89,63,25).

  • cyan value is 0.00%
  • magenta value is 88.95%
  • yellow value is 62.63%
  • key color value is 25.49%
CMYK:
(0,89,63,25)
C0M89Y63K25 
(0%,89%,63%,25%)
(0.00/0.89/0.63/0.25)	

CMYK percentages

%0
%88.95
%62.63
%25.49

Codes

Color #BE1547 in popluar color models

BE1547
RGB1902171
HSL342°80.09%41.37%
HSB/HSV342°88.95%74.51%
CMYK0.00%88.95%62.63%
25.49%

Color #BE1547 in popluar number systems.

HEXBE1547
Decimal1902171
Binary10111110101011000111
Octal27625107

Shades and tints

Shades of #BE1547

#BE1547
(190,21,71)
#AD1441
(173,20,65)
#9C133B
(156,19,59)
#8B1235
(139,18,53)
#7A112F
(122,17,47)
#691029
(105,16,41)
#580F23
(88,15,35)
#470E1D
(71,14,29)
#360D17
(54,13,23)
#250C11
(37,12,17)
#140B0B
(20,11,11)
#000000
(0,0,0)

Tints of #BE1547

#BE1547
(190,21,71)
#C32A57
(195,42,87)
#C83F67
(200,63,103)
#CD5477
(205,84,119)
#D26987
(210,105,135)
#D77E97
(215,126,151)
#DC93A7
(220,147,167)
#E1A8B7
(225,168,183)
#E6BDC7
(230,189,199)
#EBD2D7
(235,210,215)
#F0E7E7
(240,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE1547; }

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

This text font color is #BE1547.


Background Color

.myBgColor { background-color: #BE1547; }

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

This div background color is #BE1547.


Border color

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

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

This div border color is #BE1547.


Opacity

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

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

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

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

This text has shadow with #BE1547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE1547 on black background.


Color preview on white background

This text has color #BE1547 on white background.



Black color preview on #BE1547 background

This text has black color on #BE1547 background.


White color preview on #BE1547 background

This text has white color on #BE1547 background.