COLOR #BE4447

HEX: #BE4447
RGB: (190,68,71)

Color info

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

RGB color model

#BE4447 color RGB value is (190,68,71).

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

RGB channels and saturation

R 190 of 255 = 75%
G 68 of 255 = 27%
B 71 of 255 = 28%

190
68
71

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

Portions of RGB colors in percentages

R + G + B =
190 + 68 + 71 = 329 (100%)
R 190 of 329 ~ 57.75%
G 68 of 329 ~ 20.67%
B 71 of 329 ~ 21.58%

%57.75
%20.67
%21.58

CMYK color model

#BE4447 color CMYK value is (0,64,63,25).

  • cyan value is 0.00%
  • magenta value is 64.21%
  • yellow value is 62.63%
  • key color value is 25.49%
CMYK:
(0,64,63,25)
C0M64Y63K25 
(0%,64%,63%,25%)
(0.00/0.64/0.63/0.25)	

CMYK percentages

%0
%64.21
%62.63
%25.49

Codes

Color #BE4447 in popluar color models

BE4447
RGB1906871
HSL359°48.41%50.59%
HSB/HSV359°64.21%74.51%
CMYK0.00%64.21%62.63%
25.49%

Color #BE4447 in popluar number systems.

HEXBE4447
Decimal1906871
Binary1011111010001001000111
Octal276104107

Shades and tints

Shades of #BE4447

#BE4447
(190,68,71)
#AD3E41
(173,62,65)
#9C383B
(156,56,59)
#8B3235
(139,50,53)
#7A2C2F
(122,44,47)
#692629
(105,38,41)
#582023
(88,32,35)
#471A1D
(71,26,29)
#361417
(54,20,23)
#250E11
(37,14,17)
#14080B
(20,8,11)
#000000
(0,0,0)

Tints of #BE4447

#BE4447
(190,68,71)
#C35557
(195,85,87)
#C86667
(200,102,103)
#CD7777
(205,119,119)
#D28887
(210,136,135)
#D79997
(215,153,151)
#DCAAA7
(220,170,167)
#E1BBB7
(225,187,183)
#E6CCC7
(230,204,199)
#EBDDD7
(235,221,215)
#F0EEE7
(240,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE4447; }

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

This text font color is #BE4447.


Background Color

.myBgColor { background-color: #BE4447; }

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

This div background color is #BE4447.


Border color

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

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

This div border color is #BE4447.


Opacity

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

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

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

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

This text has shadow with #BE4447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE4447 on black background.


Color preview on white background

This text has color #BE4447 on white background.



Black color preview on #BE4447 background

This text has black color on #BE4447 background.


White color preview on #BE4447 background

This text has white color on #BE4447 background.