COLOR #BE6D7C

HEX: #BE6D7C
RGB: (190,109,124)

Color info

#BE6D7C contains mainly red color. Web safe color of #BE6D7C is #CC6666 (or #C66).

RGB color model

#BE6D7C color RGB value is (190,109,124).

  • red value is 190;
  • green value is 109;
  • blue value is 124.
RGB:
(190,109,124)
(75%,43%,49%)

RGB channels and saturation

R 190 of 255 = 75%
G 109 of 255 = 43%
B 124 of 255 = 49%

190
109
124

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

Portions of RGB colors in percentages

R + G + B =
190 + 109 + 124 = 423 (100%)
R 190 of 423 ~ 44.92%
G 109 of 423 ~ 25.77%
B 124 of 423 ~ 29.31%

%44.92
%25.77
%29.31

CMYK color model

#BE6D7C color CMYK value is (0,43,35,25).

  • cyan value is 0.00%
  • magenta value is 42.63%
  • yellow value is 34.74%
  • key color value is 25.49%
CMYK:
(0,43,35,25)
C0M43Y35K25 
(0%,43%,35%,25%)
(0.00/0.43/0.35/0.25)	

CMYK percentages

%0
%42.63
%34.74
%25.49

Codes

Color #BE6D7C in popluar color models

BE6D7C
RGB190109124
HSL349°38.39%58.63%
HSB/HSV349°42.63%74.51%
CMYK0.00%42.63%34.74%
25.49%

Color #BE6D7C in popluar number systems.

HEXBE6D7C
Decimal190109124
Binary1011111011011011111100
Octal276155174

Shades and tints

Shades of #BE6D7C

#BE6D7C
(190,109,124)
#AD6471
(173,100,113)
#9C5B66
(156,91,102)
#8B525B
(139,82,91)
#7A4950
(122,73,80)
#694045
(105,64,69)
#58373A
(88,55,58)
#472E2F
(71,46,47)
#362524
(54,37,36)
#251C19
(37,28,25)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #BE6D7C

#BE6D7C
(190,109,124)
#C37A87
(195,122,135)
#C88792
(200,135,146)
#CD949D
(205,148,157)
#D2A1A8
(210,161,168)
#D7AEB3
(215,174,179)
#DCBBBE
(220,187,190)
#E1C8C9
(225,200,201)
#E6D5D4
(230,213,212)
#EBE2DF
(235,226,223)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE6D7C color. Also use rgb(190,109,124) instead hex code.

Text Font Color

.myTextColor { color: #BE6D7C; }

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

This text font color is #BE6D7C.


Background Color

.myBgColor { background-color: #BE6D7C; }

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

This div background color is #BE6D7C.


Border color

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

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

This div border color is #BE6D7C.


Opacity

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

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

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

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

This text has shadow with #BE6D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE6D7C on black background.


Color preview on white background

This text has color #BE6D7C on white background.



Black color preview on #BE6D7C background

This text has black color on #BE6D7C background.


White color preview on #BE6D7C background

This text has white color on #BE6D7C background.