COLOR #BE2739

HEX: #BE2739
RGB: (190,39,57)

Color info

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

RGB color model

#BE2739 color RGB value is (190,39,57).

  • red value is 190;
  • green value is 39;
  • blue value is 57.
RGB:
(190,39,57)
(75%,15%,22%)

RGB channels and saturation

R 190 of 255 = 75%
G 39 of 255 = 15%
B 57 of 255 = 22%

190
39
57

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

Portions of RGB colors in percentages

R + G + B =
190 + 39 + 57 = 286 (100%)
R 190 of 286 ~ 66.43%
G 39 of 286 ~ 13.64%
B 57 of 286 ~ 19.93%

%66.43
%13.64
%19.93

CMYK color model

#BE2739 color CMYK value is (0,79,70,25).

  • cyan value is 0.00%
  • magenta value is 79.47%
  • yellow value is 70.00%
  • key color value is 25.49%
CMYK:
(0,79,70,25)
C0M79Y70K25 
(0%,79%,70%,25%)
(0.00/0.79/0.70/0.25)	

CMYK percentages

%0
%79.47
%70
%25.49

Codes

Color #BE2739 in popluar color models

BE2739
RGB1903957
HSL353°65.94%44.90%
HSB/HSV353°79.47%74.51%
CMYK0.00%79.47%70.00%
25.49%

Color #BE2739 in popluar number systems.

HEXBE2739
Decimal1903957
Binary10111110100111111001
Octal2764771

Shades and tints

Shades of #BE2739

#BE2739
(190,39,57)
#AD2434
(173,36,52)
#9C212F
(156,33,47)
#8B1E2A
(139,30,42)
#7A1B25
(122,27,37)
#691820
(105,24,32)
#58151B
(88,21,27)
#471216
(71,18,22)
#360F11
(54,15,17)
#250C0C
(37,12,12)
#140907
(20,9,7)
#000000
(0,0,0)

Tints of #BE2739

#BE2739
(190,39,57)
#C33A4B
(195,58,75)
#C84D5D
(200,77,93)
#CD606F
(205,96,111)
#D27381
(210,115,129)
#D78693
(215,134,147)
#DC99A5
(220,153,165)
#E1ACB7
(225,172,183)
#E6BFC9
(230,191,201)
#EBD2DB
(235,210,219)
#F0E5ED
(240,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE2739 color. Also use rgb(190,39,57) instead hex code.

Text Font Color

.myTextColor { color: #BE2739; }

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

This text font color is #BE2739.


Background Color

.myBgColor { background-color: #BE2739; }

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

This div background color is #BE2739.


Border color

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

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

This div border color is #BE2739.


Opacity

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

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

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

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

This text has shadow with #BE2739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE2739 on black background.


Color preview on white background

This text has color #BE2739 on white background.



Black color preview on #BE2739 background

This text has black color on #BE2739 background.


White color preview on #BE2739 background

This text has white color on #BE2739 background.