COLOR #BE4B62

HEX: #BE4B62 RGB: (190,75,98)

Color info

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

RGB color model

#BE4B62 color RGB value is (190,75,98).

RGB: (190,75,98) (75%, 29%, 38%)

RGB channels and saturation

R 190 of 255 = 75%
G 75 of 255 = 29%
B 98 of 255 = 38%

190
75
98

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

Portions of RGB colors in percentages

R + G + B = 190 + 75 + 98 = 363 (100%)
R 190 of 363 ~ 52.34%
G 75 of 363 ~ 20.66%
B 98 of 363 ~ 27'%

%52.34
%20.66
%27

CMYK color model

#BE4B62 color CMYK value is (0,61,48,25).

  • cyan value is 0.00%
  • magenta value is 60.53%
  • yellow value is 48.42%
  • key color value is 25.49%

CMYK: (0,61,48,25)
C0M61Y48K25 (0%, 61%, 48%, 25%)
(0.00 / 0.61 / 0.48 / 0.25)

CMYK percentages

%0
%60.53
%48.42
%25.49

Codes

Color #BE4B62 in popluar color models

BE 4B 62
RGB 190 75 98
HSL 348° 46.94% 51.96%
HSB/HSV 348° 60.53% 74.51%
CMYK 0.00% 60.53% 48.42%
25.49%

Color #BE4B62 in popluar number systems.

HEX BE 4B 62
Decimal 190 75 98
Binary 10111110 1001011 1100010
Octal 276 113 142

Shades and tints

Shades of #BE4B62

#BE4B62
(190,75,98)
#AD455A
(173,69,90)
#9C3F52
(156,63,82)
#8B394A
(139,57,74)
#7A3342
(122,51,66)
#692D3A
(105,45,58)
#582732
(88,39,50)
#47212A
(71,33,42)
#361B22
(54,27,34)
#25151A
(37,21,26)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #BE4B62

#BE4B62
(190,75,98)
#C35B70
(195,91,112)
#C86B7E
(200,107,126)
#CD7B8C
(205,123,140)
#D28B9A
(210,139,154)
#D79BA8
(215,155,168)
#DCABB6
(220,171,182)
#E1BBC4
(225,187,196)
#E6CBD2
(230,203,210)
#EBDBE0
(235,219,224)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE4B62 color. Also use rgb(190,75,98) instead hex code.

Text Font Color

.myTextColor { color: #BE4B62; }

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

This text font color is #BE4B62.

Background Color

.myBgColor { background-color: #BE4B62; }

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

This div background color is #BE4B62.

Border color

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

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

This div border color is #BE4B62.

Opacity

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

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

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

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

This text has shadow with #BE4B62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE4B62.

Preview

Color preview on black background

This text has color #BE4B62 on black background.


Color preview on white background

This text has color #BE4B62 on white background.


Black color preview on #BE4B62 background

This text has black color on #BE4B62 background.


White color preview on #BE4B62 background

This text has white color on #BE4B62 background.


Related colors

Complementary color

Complementary color for #hex is #41B49D.


I love getcolorcode.com

Triadic colors

1 #62BE4B and #4B62BE with #BE4B62 are triadic colors.

2 #624BBE and #4BBE62 with #BE4B62 are triadic colors.