COLOR #BE7F94

HEX: #BE7F94 RGB: (190,127,148)

Color info

#BE7F94 contains mainly red and blue colors. Web safe color of #BE7F94 is #CC6699 (or #C69).

RGB color model

#BE7F94 color RGB value is (190,127,148).

RGB: (190,127,148) (75%, 50%, 58%)

RGB channels and saturation

R 190 of 255 = 75%
G 127 of 255 = 50%
B 148 of 255 = 58%

190
127
148

R + G + B ~ 61%. #BE7F94 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 127 + 148 = 465 (100%)
R 190 of 465 ~ 40.86%
G 127 of 465 ~ 27.31%
B 148 of 465 ~ 31.83'%

%40.86
%27.31
%31.83

CMYK color model

#BE7F94 color CMYK value is (0,33,22,25).

  • cyan value is 0.00%
  • magenta value is 33.16%
  • yellow value is 22.11%
  • key color value is 25.49%

CMYK: (0,33,22,25)
C0M33Y22K25 (0%, 33%, 22%, 25%)
(0.00 / 0.33 / 0.22 / 0.25)

CMYK percentages

%0
%33.16
%22.11
%25.49

Codes

Color #BE7F94 in popluar color models

BE 7F 94
RGB 190 127 148
HSL 340° 32.64% 62.16%
HSB/HSV 340° 33.16% 74.51%
CMYK 0.00% 33.16% 22.11%
25.49%

Color #BE7F94 in popluar number systems.

HEX BE 7F 94
Decimal 190 127 148
Binary 10111110 1111111 10010100
Octal 276 177 224

Shades and tints

Shades of #BE7F94

#BE7F94
(190,127,148)
#AD7487
(173,116,135)
#9C697A
(156,105,122)
#8B5E6D
(139,94,109)
#7A5360
(122,83,96)
#694853
(105,72,83)
#583D46
(88,61,70)
#473239
(71,50,57)
#36272C
(54,39,44)
#251C1F
(37,28,31)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #BE7F94

#BE7F94
(190,127,148)
#C38A9D
(195,138,157)
#C895A6
(200,149,166)
#CDA0AF
(205,160,175)
#D2ABB8
(210,171,184)
#D7B6C1
(215,182,193)
#DCC1CA
(220,193,202)
#E1CCD3
(225,204,211)
#E6D7DC
(230,215,220)
#EBE2E5
(235,226,229)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE7F94 color. Also use rgb(190,127,148) instead hex code.

Text Font Color

.myTextColor { color: #BE7F94; }

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

This text font color is #BE7F94.

Background Color

.myBgColor { background-color: #BE7F94; }

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

This div background color is #BE7F94.

Border color

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

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

This div border color is #BE7F94.

Opacity

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

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

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

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

This text has shadow with #BE7F94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE7F94.

Preview

Color preview on black background

This text has color #BE7F94 on black background.


Color preview on white background

This text has color #BE7F94 on white background.


Black color preview on #BE7F94 background

This text has black color on #BE7F94 background.


White color preview on #BE7F94 background

This text has white color on #BE7F94 background.


Related colors

Complementary color

Complementary color for #hex is #41806B.


I love getcolorcode.com

Triadic colors

1 #94BE7F and #7F94BE with #BE7F94 are triadic colors.

2 #947FBE and #7FBE94 with #BE7F94 are triadic colors.