COLOR #BE4140

HEX: #BE4140 RGB: (190,65,64)

Color info

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

RGB color model

#BE4140 color RGB value is (190,65,64).

RGB: (190,65,64) (75%, 25%, 25%)

RGB channels and saturation

R 190 of 255 = 75%
G 65 of 255 = 25%
B 64 of 255 = 25%

190
65
64

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

Portions of RGB colors in percentages

R + G + B = 190 + 65 + 64 = 319 (100%)
R 190 of 319 ~ 59.56%
G 65 of 319 ~ 20.38%
B 64 of 319 ~ 20.06'%

%59.56
%20.38
%20.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 65.79%
  • yellow value is 66.32%
  • key color value is 25.49%

CMYK: (0,66,66,25)
C0M66Y66K25 (0%, 66%, 66%, 25%)
(0.00 / 0.66 / 0.66 / 0.25)

CMYK percentages

%0
%65.79
%66.32
%25.49

Codes

Color #BE4140 in popluar color models

BE 41 40
RGB 190 65 64
HSL 49.61% 49.80%
HSB/HSV 66.32% 74.51%
CMYK 0.00% 65.79% 66.32%
25.49%

Color #BE4140 in popluar number systems.

HEX BE 41 40
Decimal 190 65 64
Binary 10111110 1000001 1000000
Octal 276 101 100

Shades and tints

Shades of #BE4140

#BE4140
(190,65,64)
#AD3C3B
(173,60,59)
#9C3736
(156,55,54)
#8B3231
(139,50,49)
#7A2D2C
(122,45,44)
#692827
(105,40,39)
#582322
(88,35,34)
#471E1D
(71,30,29)
#361918
(54,25,24)
#251413
(37,20,19)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #BE4140

#BE4140
(190,65,64)
#C35251
(195,82,81)
#C86362
(200,99,98)
#CD7473
(205,116,115)
#D28584
(210,133,132)
#D79695
(215,150,149)
#DCA7A6
(220,167,166)
#E1B8B7
(225,184,183)
#E6C9C8
(230,201,200)
#EBDAD9
(235,218,217)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE4140; }

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

This text font color is #BE4140.

Background Color

.myBgColor { background-color: #BE4140; }

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

This div background color is #BE4140.

Border color

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

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

This div border color is #BE4140.

Opacity

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

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

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

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

This text has shadow with #BE4140 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE4140.

Preview

Color preview on black background

This text has color #BE4140 on black background.


Color preview on white background

This text has color #BE4140 on white background.


Black color preview on #BE4140 background

This text has black color on #BE4140 background.


White color preview on #BE4140 background

This text has white color on #BE4140 background.


Related colors

Complementary color

Complementary color for #hex is #41BEBF.


I love getcolorcode.com

Triadic colors

1 #40BE41 and #4140BE with #BE4140 are triadic colors.

2 #4041BE and #41BE40 with #BE4140 are triadic colors.