COLOR #BE4863

HEX: #BE4863
RGB: (190,72,99)

Color info

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

RGB color model

#BE4863 color RGB value is (190,72,99).

  • red value is 190;
  • green value is 72;
  • blue value is 99.
RGB:
(190,72,99)
(75%,28%,39%)

RGB channels and saturation

R 190 of 255 = 75%
G 72 of 255 = 28%
B 99 of 255 = 39%

190
72
99

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

Portions of RGB colors in percentages

R + G + B =
190 + 72 + 99 = 361 (100%)
R 190 of 361 ~ 52.63%
G 72 of 361 ~ 19.94%
B 99 of 361 ~ 27.42%

%52.63
%19.94
%27.42

CMYK color model

#BE4863 color CMYK value is (0,62,48,25).

  • cyan value is 0.00%
  • magenta value is 62.11%
  • yellow value is 47.89%
  • key color value is 25.49%
CMYK:
(0,62,48,25)
C0M62Y48K25 
(0%,62%,48%,25%)
(0.00/0.62/0.48/0.25)	

CMYK percentages

%0
%62.11
%47.89
%25.49

Codes

Color #BE4863 in popluar color models

BE4863
RGB1907299
HSL346°47.58%51.37%
HSB/HSV346°62.11%74.51%
CMYK0.00%62.11%47.89%
25.49%

Color #BE4863 in popluar number systems.

HEXBE4863
Decimal1907299
Binary1011111010010001100011
Octal276110143

Shades and tints

Shades of #BE4863

#BE4863
(190,72,99)
#AD425A
(173,66,90)
#9C3C51
(156,60,81)
#8B3648
(139,54,72)
#7A303F
(122,48,63)
#692A36
(105,42,54)
#58242D
(88,36,45)
#471E24
(71,30,36)
#36181B
(54,24,27)
#251212
(37,18,18)
#140C09
(20,12,9)
#000000
(0,0,0)

Tints of #BE4863

#BE4863
(190,72,99)
#C35871
(195,88,113)
#C8687F
(200,104,127)
#CD788D
(205,120,141)
#D2889B
(210,136,155)
#D798A9
(215,152,169)
#DCA8B7
(220,168,183)
#E1B8C5
(225,184,197)
#E6C8D3
(230,200,211)
#EBD8E1
(235,216,225)
#F0E8EF
(240,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE4863 color. Also use rgb(190,72,99) instead hex code.

Text Font Color

.myTextColor { color: #BE4863; }

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

This text font color is #BE4863.


Background Color

.myBgColor { background-color: #BE4863; }

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

This div background color is #BE4863.


Border color

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

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

This div border color is #BE4863.


Opacity

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

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

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

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

This text has shadow with #BE4863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE4863 on black background.


Color preview on white background

This text has color #BE4863 on white background.



Black color preview on #BE4863 background

This text has black color on #BE4863 background.


White color preview on #BE4863 background

This text has white color on #BE4863 background.