COLOR #BE4940

HEX: #BE4940
RGB: (190,73,64)

Color info

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

RGB color model

#BE4940 color RGB value is (190,73,64).

  • red value is 190;
  • green value is 73;
  • blue value is 64.
RGB:
(190,73,64)
(75%,29%,25%)

RGB channels and saturation

R 190 of 255 = 75%
G 73 of 255 = 29%
B 64 of 255 = 25%

190
73
64

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

Portions of RGB colors in percentages

R + G + B =
190 + 73 + 64 = 327 (100%)
R 190 of 327 ~ 58.1%
G 73 of 327 ~ 22.32%
B 64 of 327 ~ 19.57%

%58.1
%22.32
%19.57

CMYK color model

#BE4940 color CMYK value is (0,62,66,25).

  • cyan value is 0.00%
  • magenta value is 61.58%
  • yellow value is 66.32%
  • key color value is 25.49%
CMYK:
(0,62,66,25)
C0M62Y66K25 
(0%,62%,66%,25%)
(0.00/0.62/0.66/0.25)	

CMYK percentages

%0
%61.58
%66.32
%25.49

Codes

Color #BE4940 in popluar color models

BE4940
RGB1907364
HSL49.61%49.80%
HSB/HSV66.32%74.51%
CMYK0.00%61.58%66.32%
25.49%

Color #BE4940 in popluar number systems.

HEXBE4940
Decimal1907364
Binary1011111010010011000000
Octal276111100

Shades and tints

Shades of #BE4940

#BE4940
(190,73,64)
#AD433B
(173,67,59)
#9C3D36
(156,61,54)
#8B3731
(139,55,49)
#7A312C
(122,49,44)
#692B27
(105,43,39)
#582522
(88,37,34)
#471F1D
(71,31,29)
#361918
(54,25,24)
#251313
(37,19,19)
#140D0E
(20,13,14)
#000000
(0,0,0)

Tints of #BE4940

#BE4940
(190,73,64)
#C35951
(195,89,81)
#C86962
(200,105,98)
#CD7973
(205,121,115)
#D28984
(210,137,132)
#D79995
(215,153,149)
#DCA9A6
(220,169,166)
#E1B9B7
(225,185,183)
#E6C9C8
(230,201,200)
#EBD9D9
(235,217,217)
#F0E9EA
(240,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE4940 color. Also use rgb(190,73,64) instead hex code.

Text Font Color

.myTextColor { color: #BE4940; }

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

This text font color is #BE4940.


Background Color

.myBgColor { background-color: #BE4940; }

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

This div background color is #BE4940.


Border color

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

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

This div border color is #BE4940.


Opacity

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

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

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

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

This text has shadow with #BE4940 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE4940 on black background.


Color preview on white background

This text has color #BE4940 on white background.



Black color preview on #BE4940 background

This text has black color on #BE4940 background.


White color preview on #BE4940 background

This text has white color on #BE4940 background.