COLOR #BE3348

HEX: #BE3348
RGB: (190,51,72)

Color info

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

RGB color model

#BE3348 color RGB value is (190,51,72).

  • red value is 190;
  • green value is 51;
  • blue value is 72.
RGB:
(190,51,72)
(75%,20%,28%)

RGB channels and saturation

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

190
51
72

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

Portions of RGB colors in percentages

R + G + B =
190 + 51 + 72 = 313 (100%)
R 190 of 313 ~ 60.7%
G 51 of 313 ~ 16.29%
B 72 of 313 ~ 23%

%60.7
%16.29
%23

CMYK color model

#BE3348 color CMYK value is (0,73,62,25).

  • cyan value is 0.00%
  • magenta value is 73.16%
  • yellow value is 62.11%
  • key color value is 25.49%
CMYK:
(0,73,62,25)
C0M73Y62K25 
(0%,73%,62%,25%)
(0.00/0.73/0.62/0.25)	

CMYK percentages

%0
%73.16
%62.11
%25.49

Codes

Color #BE3348 in popluar color models

BE3348
RGB1905172
HSL351°57.68%47.25%
HSB/HSV351°73.16%74.51%
CMYK0.00%73.16%62.11%
25.49%

Color #BE3348 in popluar number systems.

HEXBE3348
Decimal1905172
Binary101111101100111001000
Octal27663110

Shades and tints

Shades of #BE3348

#BE3348
(190,51,72)
#AD2F42
(173,47,66)
#9C2B3C
(156,43,60)
#8B2736
(139,39,54)
#7A2330
(122,35,48)
#691F2A
(105,31,42)
#581B24
(88,27,36)
#47171E
(71,23,30)
#361318
(54,19,24)
#250F12
(37,15,18)
#140B0C
(20,11,12)
#000000
(0,0,0)

Tints of #BE3348

#BE3348
(190,51,72)
#C34558
(195,69,88)
#C85768
(200,87,104)
#CD6978
(205,105,120)
#D27B88
(210,123,136)
#D78D98
(215,141,152)
#DC9FA8
(220,159,168)
#E1B1B8
(225,177,184)
#E6C3C8
(230,195,200)
#EBD5D8
(235,213,216)
#F0E7E8
(240,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE3348; }

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

This text font color is #BE3348.


Background Color

.myBgColor { background-color: #BE3348; }

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

This div background color is #BE3348.


Border color

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

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

This div border color is #BE3348.


Opacity

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

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

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

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

This text has shadow with #BE3348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE3348 on black background.


Color preview on white background

This text has color #BE3348 on white background.



Black color preview on #BE3348 background

This text has black color on #BE3348 background.


White color preview on #BE3348 background

This text has white color on #BE3348 background.