COLOR #BE747C

HEX: #BE747C
RGB: (190,116,124)

Color info

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

RGB color model

#BE747C color RGB value is (190,116,124).

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

RGB channels and saturation

R 190 of 255 = 75%
G 116 of 255 = 45%
B 124 of 255 = 49%

190
116
124

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

Portions of RGB colors in percentages

R + G + B =
190 + 116 + 124 = 430 (100%)
R 190 of 430 ~ 44.19%
G 116 of 430 ~ 26.98%
B 124 of 430 ~ 28.84%

%44.19
%26.98
%28.84

CMYK color model

#BE747C color CMYK value is (0,39,35,25).

  • cyan value is 0.00%
  • magenta value is 38.95%
  • yellow value is 34.74%
  • key color value is 25.49%
CMYK:
(0,39,35,25)
C0M39Y35K25 
(0%,39%,35%,25%)
(0.00/0.39/0.35/0.25)	

CMYK percentages

%0
%38.95
%34.74
%25.49

Codes

Color #BE747C in popluar color models

BE747C
RGB190116124
HSL354°36.27%60.00%
HSB/HSV354°38.95%74.51%
CMYK0.00%38.95%34.74%
25.49%

Color #BE747C in popluar number systems.

HEXBE747C
Decimal190116124
Binary1011111011101001111100
Octal276164174

Shades and tints

Shades of #BE747C

#BE747C
(190,116,124)
#AD6A71
(173,106,113)
#9C6066
(156,96,102)
#8B565B
(139,86,91)
#7A4C50
(122,76,80)
#694245
(105,66,69)
#58383A
(88,56,58)
#472E2F
(71,46,47)
#362424
(54,36,36)
#251A19
(37,26,25)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #BE747C

#BE747C
(190,116,124)
#C38087
(195,128,135)
#C88C92
(200,140,146)
#CD989D
(205,152,157)
#D2A4A8
(210,164,168)
#D7B0B3
(215,176,179)
#DCBCBE
(220,188,190)
#E1C8C9
(225,200,201)
#E6D4D4
(230,212,212)
#EBE0DF
(235,224,223)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE747C; }

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

This text font color is #BE747C.


Background Color

.myBgColor { background-color: #BE747C; }

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

This div background color is #BE747C.


Border color

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

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

This div border color is #BE747C.


Opacity

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

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

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

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

This text has shadow with #BE747C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE747C on black background.


Color preview on white background

This text has color #BE747C on white background.



Black color preview on #BE747C background

This text has black color on #BE747C background.


White color preview on #BE747C background

This text has white color on #BE747C background.