COLOR #BE4642

HEX: #BE4642
RGB: (190,70,66)

Color info

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

RGB color model

#BE4642 color RGB value is (190,70,66).

  • red value is 190;
  • green value is 70;
  • blue value is 66.
RGB:
(190,70,66)
(75%,27%,26%)

RGB channels and saturation

R 190 of 255 = 75%
G 70 of 255 = 27%
B 66 of 255 = 26%

190
70
66

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

Portions of RGB colors in percentages

R + G + B =
190 + 70 + 66 = 326 (100%)
R 190 of 326 ~ 58.28%
G 70 of 326 ~ 21.47%
B 66 of 326 ~ 20.25%

%58.28
%21.47
%20.25

CMYK color model

#BE4642 color CMYK value is (0,63,65,25).

  • cyan value is 0.00%
  • magenta value is 63.16%
  • yellow value is 65.26%
  • key color value is 25.49%
CMYK:
(0,63,65,25)
C0M63Y65K25 
(0%,63%,65%,25%)
(0.00/0.63/0.65/0.25)	

CMYK percentages

%0
%63.16
%65.26
%25.49

Codes

Color #BE4642 in popluar color models

BE4642
RGB1907066
HSL48.82%50.20%
HSB/HSV65.26%74.51%
CMYK0.00%63.16%65.26%
25.49%

Color #BE4642 in popluar number systems.

HEXBE4642
Decimal1907066
Binary1011111010001101000010
Octal276106102

Shades and tints

Shades of #BE4642

#BE4642
(190,70,66)
#AD403C
(173,64,60)
#9C3A36
(156,58,54)
#8B3430
(139,52,48)
#7A2E2A
(122,46,42)
#692824
(105,40,36)
#58221E
(88,34,30)
#471C18
(71,28,24)
#361612
(54,22,18)
#25100C
(37,16,12)
#140A06
(20,10,6)
#000000
(0,0,0)

Tints of #BE4642

#BE4642
(190,70,66)
#C35653
(195,86,83)
#C86664
(200,102,100)
#CD7675
(205,118,117)
#D28686
(210,134,134)
#D79697
(215,150,151)
#DCA6A8
(220,166,168)
#E1B6B9
(225,182,185)
#E6C6CA
(230,198,202)
#EBD6DB
(235,214,219)
#F0E6EC
(240,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE4642 color. Also use rgb(190,70,66) instead hex code.

Text Font Color

.myTextColor { color: #BE4642; }

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

This text font color is #BE4642.


Background Color

.myBgColor { background-color: #BE4642; }

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

This div background color is #BE4642.


Border color

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

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

This div border color is #BE4642.


Opacity

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

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

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

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

This text has shadow with #BE4642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE4642 on black background.


Color preview on white background

This text has color #BE4642 on white background.



Black color preview on #BE4642 background

This text has black color on #BE4642 background.


White color preview on #BE4642 background

This text has white color on #BE4642 background.