COLOR #BE4C65

HEX: #BE4C65
RGB: (190,76,101)

Color info

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

RGB color model

#BE4C65 color RGB value is (190,76,101).

  • red value is 190;
  • green value is 76;
  • blue value is 101.
RGB:
(190,76,101)
(75%,30%,40%)

RGB channels and saturation

R 190 of 255 = 75%
G 76 of 255 = 30%
B 101 of 255 = 40%

190
76
101

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

Portions of RGB colors in percentages

R + G + B =
190 + 76 + 101 = 367 (100%)
R 190 of 367 ~ 51.77%
G 76 of 367 ~ 20.71%
B 101 of 367 ~ 27.52%

%51.77
%20.71
%27.52

CMYK color model

#BE4C65 color CMYK value is (0,60,47,25).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 46.84%
  • key color value is 25.49%
CMYK:
(0,60,47,25)
C0M60Y47K25 
(0%,60%,47%,25%)
(0.00/0.60/0.47/0.25)	

CMYK percentages

%0
%60
%46.84
%25.49

Codes

Color #BE4C65 in popluar color models

BE4C65
RGB19076101
HSL347°46.72%52.16%
HSB/HSV347°60.00%74.51%
CMYK0.00%60.00%46.84%
25.49%

Color #BE4C65 in popluar number systems.

HEXBE4C65
Decimal19076101
Binary1011111010011001100101
Octal276114145

Shades and tints

Shades of #BE4C65

#BE4C65
(190,76,101)
#AD465C
(173,70,92)
#9C4053
(156,64,83)
#8B3A4A
(139,58,74)
#7A3441
(122,52,65)
#692E38
(105,46,56)
#58282F
(88,40,47)
#472226
(71,34,38)
#361C1D
(54,28,29)
#251614
(37,22,20)
#14100B
(20,16,11)
#000000
(0,0,0)

Tints of #BE4C65

#BE4C65
(190,76,101)
#C35C73
(195,92,115)
#C86C81
(200,108,129)
#CD7C8F
(205,124,143)
#D28C9D
(210,140,157)
#D79CAB
(215,156,171)
#DCACB9
(220,172,185)
#E1BCC7
(225,188,199)
#E6CCD5
(230,204,213)
#EBDCE3
(235,220,227)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE4C65 color. Also use rgb(190,76,101) instead hex code.

Text Font Color

.myTextColor { color: #BE4C65; }

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

This text font color is #BE4C65.


Background Color

.myBgColor { background-color: #BE4C65; }

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

This div background color is #BE4C65.


Border color

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

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

This div border color is #BE4C65.


Opacity

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

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

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

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

This text has shadow with #BE4C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE4C65 on black background.


Color preview on white background

This text has color #BE4C65 on white background.



Black color preview on #BE4C65 background

This text has black color on #BE4C65 background.


White color preview on #BE4C65 background

This text has white color on #BE4C65 background.