COLOR #BE7794

HEX: #BE7794
RGB: (190,119,148)

Color info

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

RGB color model

#BE7794 color RGB value is (190,119,148).

  • red value is 190;
  • green value is 119;
  • blue value is 148.
RGB:
(190,119,148)
(75%,47%,58%)

RGB channels and saturation

R 190 of 255 = 75%
G 119 of 255 = 47%
B 148 of 255 = 58%

190
119
148

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

Portions of RGB colors in percentages

R + G + B =
190 + 119 + 148 = 457 (100%)
R 190 of 457 ~ 41.58%
G 119 of 457 ~ 26.04%
B 148 of 457 ~ 32.39%

%41.58
%26.04
%32.39

CMYK color model

#BE7794 color CMYK value is (0,37,22,25).

  • cyan value is 0.00%
  • magenta value is 37.37%
  • yellow value is 22.11%
  • key color value is 25.49%
CMYK:
(0,37,22,25)
C0M37Y22K25 
(0%,37%,22%,25%)
(0.00/0.37/0.22/0.25)	

CMYK percentages

%0
%37.37
%22.11
%25.49

Codes

Color #BE7794 in popluar color models

BE7794
RGB190119148
HSL335°35.32%60.59%
HSB/HSV335°37.37%74.51%
CMYK0.00%37.37%22.11%
25.49%

Color #BE7794 in popluar number systems.

HEXBE7794
Decimal190119148
Binary10111110111011110010100
Octal276167224

Shades and tints

Shades of #BE7794

#BE7794
(190,119,148)
#AD6D87
(173,109,135)
#9C637A
(156,99,122)
#8B596D
(139,89,109)
#7A4F60
(122,79,96)
#694553
(105,69,83)
#583B46
(88,59,70)
#473139
(71,49,57)
#36272C
(54,39,44)
#251D1F
(37,29,31)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #BE7794

#BE7794
(190,119,148)
#C3839D
(195,131,157)
#C88FA6
(200,143,166)
#CD9BAF
(205,155,175)
#D2A7B8
(210,167,184)
#D7B3C1
(215,179,193)
#DCBFCA
(220,191,202)
#E1CBD3
(225,203,211)
#E6D7DC
(230,215,220)
#EBE3E5
(235,227,229)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE7794; }

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

This text font color is #BE7794.


Background Color

.myBgColor { background-color: #BE7794; }

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

This div background color is #BE7794.


Border color

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

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

This div border color is #BE7794.


Opacity

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

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

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

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

This text has shadow with #BE7794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE7794 on black background.


Color preview on white background

This text has color #BE7794 on white background.



Black color preview on #BE7794 background

This text has black color on #BE7794 background.


White color preview on #BE7794 background

This text has white color on #BE7794 background.