COLOR #BE3347

HEX: #BE3347 RGB: (190,51,71)

Color info

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

RGB color model

#BE3347 color RGB value is (190,51,71).

RGB: (190,51,71) (75%, 20%, 28%)

RGB channels and saturation

R 190 of 255 = 75%
G 51 of 255 = 20%
B 71 of 255 = 28%

190
51
71

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

Portions of RGB colors in percentages

R + G + B = 190 + 51 + 71 = 312 (100%)
R 190 of 312 ~ 60.9%
G 51 of 312 ~ 16.35%
B 71 of 312 ~ 22.76'%

%60.9
%16.35
%22.76

CMYK color model

#BE3347 color CMYK value is (0,73,63,25).

  • cyan value is 0.00%
  • magenta value is 73.16%
  • yellow value is 62.63%
  • key color value is 25.49%

CMYK: (0,73,63,25)
C0M73Y63K25 (0%, 73%, 63%, 25%)
(0.00 / 0.73 / 0.63 / 0.25)

CMYK percentages

%0
%73.16
%62.63
%25.49

Codes

Color #BE3347 in popluar color models

BE 33 47
RGB 190 51 71
HSL 351° 57.68% 47.25%
HSB/HSV 351° 73.16% 74.51%
CMYK 0.00% 73.16% 62.63%
25.49%

Color #BE3347 in popluar number systems.

HEX BE 33 47
Decimal 190 51 71
Binary 10111110 110011 1000111
Octal 276 63 107

Shades and tints

Shades of #BE3347

#BE3347
(190,51,71)
#AD2F41
(173,47,65)
#9C2B3B
(156,43,59)
#8B2735
(139,39,53)
#7A232F
(122,35,47)
#691F29
(105,31,41)
#581B23
(88,27,35)
#47171D
(71,23,29)
#361317
(54,19,23)
#250F11
(37,15,17)
#140B0B
(20,11,11)
#000000
(0,0,0)

Tints of #BE3347

#BE3347
(190,51,71)
#C34557
(195,69,87)
#C85767
(200,87,103)
#CD6977
(205,105,119)
#D27B87
(210,123,135)
#D78D97
(215,141,151)
#DC9FA7
(220,159,167)
#E1B1B7
(225,177,183)
#E6C3C7
(230,195,199)
#EBD5D7
(235,213,215)
#F0E7E7
(240,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE3347; }

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

This text font color is #BE3347.

Background Color

.myBgColor { background-color: #BE3347; }

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

This div background color is #BE3347.

Border color

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

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

This div border color is #BE3347.

Opacity

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

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

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

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

This text has shadow with #BE3347 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE3347.

Preview

Color preview on black background

This text has color #BE3347 on black background.


Color preview on white background

This text has color #BE3347 on white background.


Black color preview on #BE3347 background

This text has black color on #BE3347 background.


White color preview on #BE3347 background

This text has white color on #BE3347 background.


Related colors

Complementary color

Complementary color for #hex is #41CCB8.


I love getcolorcode.com

Triadic colors

1 #47BE33 and #3347BE with #BE3347 are triadic colors.

2 #4733BE and #33BE47 with #BE3347 are triadic colors.