COLOR #BE7094

HEX: #BE7094 RGB: (190,112,148)

Color info

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

RGB color model

#BE7094 color RGB value is (190,112,148).

RGB: (190,112,148) (75%, 44%, 58%)

RGB channels and saturation

R 190 of 255 = 75%
G 112 of 255 = 44%
B 148 of 255 = 58%

190
112
148

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

Portions of RGB colors in percentages

R + G + B = 190 + 112 + 148 = 450 (100%)
R 190 of 450 ~ 42.22%
G 112 of 450 ~ 24.89%
B 148 of 450 ~ 32.89'%

%42.22
%24.89
%32.89

CMYK color model

#BE7094 color CMYK value is (0,41,22,25).

  • cyan value is 0.00%
  • magenta value is 41.05%
  • yellow value is 22.11%
  • key color value is 25.49%
CMYK: (0,41,22,25) C0M41Y22K25 (0%,41%,22%,25%) (0.00/0.41/0.22/0.25) 

CMYK percentages

%0
%41.05
%22.11
%25.49

Codes

Color #BE7094 in popluar color models

BE 70 94
RGB 190 112 148
HSL 332° 37.50% 59.22%
HSB/HSV 332° 41.05% 74.51%
CMYK 0.00% 41.05% 22.11%
25.49%

Color #BE7094 in popluar number systems.

HEX BE 70 94
Decimal 190 112 148
Binary 10111110 1110000 10010100
Octal 276 160 224

Shades and tints

Shades of #BE7094

#BE7094
(190,112,148)
#AD6687
(173,102,135)
#9C5C7A
(156,92,122)
#8B526D
(139,82,109)
#7A4860
(122,72,96)
#693E53
(105,62,83)
#583446
(88,52,70)
#472A39
(71,42,57)
#36202C
(54,32,44)
#25161F
(37,22,31)
#140C12
(20,12,18)
#000000
(0,0,0)

Tints of #BE7094

#BE7094
(190,112,148)
#C37D9D
(195,125,157)
#C88AA6
(200,138,166)
#CD97AF
(205,151,175)
#D2A4B8
(210,164,184)
#D7B1C1
(215,177,193)
#DCBECA
(220,190,202)
#E1CBD3
(225,203,211)
#E6D8DC
(230,216,220)
#EBE5E5
(235,229,229)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE7094; }

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

This text font color is #BE7094.

Background Color

.myBgColor { background-color: #BE7094; }

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

This div background color is #BE7094.

Border color

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

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

This div border color is #BE7094.

Opacity

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

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

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

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

This text has shadow with #BE7094 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE7094.

Preview

Color preview on black background

This text has color #BE7094 on black background.


Color preview on white background

This text has color #BE7094 on white background.


Black color preview on #BE7094 background

This text has black color on #BE7094 background.


White color preview on #BE7094 background

This text has white color on #BE7094 background.


Related colors

Complementary color

Complementary color for #hex is #418F6B.


I love getcolorcode.com

Triadic colors

1 #94BE70 and #7094BE with #BE7094 are triadic colors.

2 #9470BE and #70BE94 with #BE7094 are triadic colors.