COLOR #BE4253

HEX: #BE4253
RGB: (190,66,83)

Color info

#BE4253 contains mainly red color. Web safe color of #BE4253 is #CC3366 (or #C36).

RGB color model

#BE4253 color RGB value is (190,66,83).

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

RGB channels and saturation

R 190 of 255 = 75%
G 66 of 255 = 26%
B 83 of 255 = 33%

190
66
83

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

Portions of RGB colors in percentages

R + G + B =
190 + 66 + 83 = 339 (100%)
R 190 of 339 ~ 56.05%
G 66 of 339 ~ 19.47%
B 83 of 339 ~ 24.48%

%56.05
%19.47
%24.48

CMYK color model

#BE4253 color CMYK value is (0,65,56,25).

  • cyan value is 0.00%
  • magenta value is 65.26%
  • yellow value is 56.32%
  • key color value is 25.49%
CMYK:
(0,65,56,25)
C0M65Y56K25 
(0%,65%,56%,25%)
(0.00/0.65/0.56/0.25)	

CMYK percentages

%0
%65.26
%56.32
%25.49

Codes

Color #BE4253 in popluar color models

BE4253
RGB1906683
HSL352°48.82%50.20%
HSB/HSV352°65.26%74.51%
CMYK0.00%65.26%56.32%
25.49%

Color #BE4253 in popluar number systems.

HEXBE4253
Decimal1906683
Binary1011111010000101010011
Octal276102123

Shades and tints

Shades of #BE4253

#BE4253
(190,66,83)
#AD3C4C
(173,60,76)
#9C3645
(156,54,69)
#8B303E
(139,48,62)
#7A2A37
(122,42,55)
#692430
(105,36,48)
#581E29
(88,30,41)
#471822
(71,24,34)
#36121B
(54,18,27)
#250C14
(37,12,20)
#14060D
(20,6,13)
#000000
(0,0,0)

Tints of #BE4253

#BE4253
(190,66,83)
#C35362
(195,83,98)
#C86471
(200,100,113)
#CD7580
(205,117,128)
#D2868F
(210,134,143)
#D7979E
(215,151,158)
#DCA8AD
(220,168,173)
#E1B9BC
(225,185,188)
#E6CACB
(230,202,203)
#EBDBDA
(235,219,218)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE4253; }

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

This text font color is #BE4253.


Background Color

.myBgColor { background-color: #BE4253; }

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

This div background color is #BE4253.


Border color

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

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

This div border color is #BE4253.


Opacity

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

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

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

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

This text has shadow with #BE4253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE4253 on black background.


Color preview on white background

This text has color #BE4253 on white background.



Black color preview on #BE4253 background

This text has black color on #BE4253 background.


White color preview on #BE4253 background

This text has white color on #BE4253 background.