COLOR #BE7178

HEX: #BE7178 RGB: (190,113,120)

Color info

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

RGB color model

#BE7178 color RGB value is (190,113,120).

RGB: (190,113,120) (75%, 44%, 47%)

RGB channels and saturation

R 190 of 255 = 75%
G 113 of 255 = 44%
B 120 of 255 = 47%

190
113
120

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

Portions of RGB colors in percentages

R + G + B = 190 + 113 + 120 = 423 (100%)
R 190 of 423 ~ 44.92%
G 113 of 423 ~ 26.71%
B 120 of 423 ~ 28.37'%

%44.92
%26.71
%28.37

CMYK color model

#BE7178 color CMYK value is (0,41,37,25).

  • cyan value is 0.00%
  • magenta value is 40.53%
  • yellow value is 36.84%
  • key color value is 25.49%

CMYK: (0,41,37,25)
C0M41Y37K25 (0%, 41%, 37%, 25%)
(0.00 / 0.41 / 0.37 / 0.25)

CMYK percentages

%0
%40.53
%36.84
%25.49

Codes

Color #BE7178 in popluar color models

BE 71 78
RGB 190 113 120
HSL 355° 37.20% 59.41%
HSB/HSV 355° 40.53% 74.51%
CMYK 0.00% 40.53% 36.84%
25.49%

Color #BE7178 in popluar number systems.

HEX BE 71 78
Decimal 190 113 120
Binary 10111110 1110001 1111000
Octal 276 161 170

Shades and tints

Shades of #BE7178

#BE7178
(190,113,120)
#AD676E
(173,103,110)
#9C5D64
(156,93,100)
#8B535A
(139,83,90)
#7A4950
(122,73,80)
#693F46
(105,63,70)
#58353C
(88,53,60)
#472B32
(71,43,50)
#362128
(54,33,40)
#25171E
(37,23,30)
#140D14
(20,13,20)
#000000
(0,0,0)

Tints of #BE7178

#BE7178
(190,113,120)
#C37D84
(195,125,132)
#C88990
(200,137,144)
#CD959C
(205,149,156)
#D2A1A8
(210,161,168)
#D7ADB4
(215,173,180)
#DCB9C0
(220,185,192)
#E1C5CC
(225,197,204)
#E6D1D8
(230,209,216)
#EBDDE4
(235,221,228)
#F0E9F0
(240,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE7178 color. Also use rgb(190,113,120) instead hex code.

Text Font Color

.myTextColor { color: #BE7178; }

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

This text font color is #BE7178.

Background Color

.myBgColor { background-color: #BE7178; }

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

This div background color is #BE7178.

Border color

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

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

This div border color is #BE7178.

Opacity

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

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

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

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

This text has shadow with #BE7178 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE7178.

Preview

Color preview on black background

This text has color #BE7178 on black background.


Color preview on white background

This text has color #BE7178 on white background.


Black color preview on #BE7178 background

This text has black color on #BE7178 background.


White color preview on #BE7178 background

This text has white color on #BE7178 background.


Related colors

Complementary color

Complementary color for #hex is #418E87.


I love getcolorcode.com

Triadic colors

1 #78BE71 and #7178BE with #BE7178 are triadic colors.

2 #7871BE and #71BE78 with #BE7178 are triadic colors.