COLOR #BE7694

HEX: #BE7694
RGB: (190,118,148)

Color info

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

RGB color model

#BE7694 color RGB value is (190,118,148).

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

RGB channels and saturation

R 190 of 255 = 75%
G 118 of 255 = 46%
B 148 of 255 = 58%

190
118
148

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

Portions of RGB colors in percentages

R + G + B =
190 + 118 + 148 = 456 (100%)
R 190 of 456 ~ 41.67%
G 118 of 456 ~ 25.88%
B 148 of 456 ~ 32.46%

%41.67
%25.88
%32.46

CMYK color model

#BE7694 color CMYK value is (0,38,22,25).

  • cyan value is 0.00%
  • magenta value is 37.89%
  • yellow value is 22.11%
  • key color value is 25.49%
CMYK:
(0,38,22,25)
C0M38Y22K25 
(0%,38%,22%,25%)
(0.00/0.38/0.22/0.25)	

CMYK percentages

%0
%37.89
%22.11
%25.49

Codes

Color #BE7694 in popluar color models

BE7694
RGB190118148
HSL335°35.64%60.39%
HSB/HSV335°37.89%74.51%
CMYK0.00%37.89%22.11%
25.49%

Color #BE7694 in popluar number systems.

HEXBE7694
Decimal190118148
Binary10111110111011010010100
Octal276166224

Shades and tints

Shades of #BE7694

#BE7694
(190,118,148)
#AD6C87
(173,108,135)
#9C627A
(156,98,122)
#8B586D
(139,88,109)
#7A4E60
(122,78,96)
#694453
(105,68,83)
#583A46
(88,58,70)
#473039
(71,48,57)
#36262C
(54,38,44)
#251C1F
(37,28,31)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #BE7694

#BE7694
(190,118,148)
#C3829D
(195,130,157)
#C88EA6
(200,142,166)
#CD9AAF
(205,154,175)
#D2A6B8
(210,166,184)
#D7B2C1
(215,178,193)
#DCBECA
(220,190,202)
#E1CAD3
(225,202,211)
#E6D6DC
(230,214,220)
#EBE2E5
(235,226,229)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE7694; }

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

This text font color is #BE7694.


Background Color

.myBgColor { background-color: #BE7694; }

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

This div background color is #BE7694.


Border color

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

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

This div border color is #BE7694.


Opacity

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

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

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

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

This text has shadow with #BE7694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE7694 on black background.


Color preview on white background

This text has color #BE7694 on white background.



Black color preview on #BE7694 background

This text has black color on #BE7694 background.


White color preview on #BE7694 background

This text has white color on #BE7694 background.