COLOR #BE7499

HEX: #BE7499
RGB: (190,116,153)

Color info

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

RGB color model

#BE7499 color RGB value is (190,116,153).

  • red value is 190;
  • green value is 116;
  • blue value is 153.
RGB:
(190,116,153)
(75%,45%,60%)

RGB channels and saturation

R 190 of 255 = 75%
G 116 of 255 = 45%
B 153 of 255 = 60%

190
116
153

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

Portions of RGB colors in percentages

R + G + B =
190 + 116 + 153 = 459 (100%)
R 190 of 459 ~ 41.39%
G 116 of 459 ~ 25.27%
B 153 of 459 ~ 33.33%

%41.39
%25.27
%33.33

CMYK color model

#BE7499 color CMYK value is (0,39,19,25).

  • cyan value is 0.00%
  • magenta value is 38.95%
  • yellow value is 19.47%
  • key color value is 25.49%
CMYK:
(0,39,19,25)
C0M39Y19K25 
(0%,39%,19%,25%)
(0.00/0.39/0.19/0.25)	

CMYK percentages

%0
%38.95
%19.47
%25.49

Codes

Color #BE7499 in popluar color models

BE7499
RGB190116153
HSL330°36.27%60.00%
HSB/HSV330°38.95%74.51%
CMYK0.00%38.95%19.47%
25.49%

Color #BE7499 in popluar number systems.

HEXBE7499
Decimal190116153
Binary10111110111010010011001
Octal276164231

Shades and tints

Shades of #BE7499

#BE7499
(190,116,153)
#AD6A8C
(173,106,140)
#9C607F
(156,96,127)
#8B5672
(139,86,114)
#7A4C65
(122,76,101)
#694258
(105,66,88)
#58384B
(88,56,75)
#472E3E
(71,46,62)
#362431
(54,36,49)
#251A24
(37,26,36)
#141017
(20,16,23)
#000000
(0,0,0)

Tints of #BE7499

#BE7499
(190,116,153)
#C380A2
(195,128,162)
#C88CAB
(200,140,171)
#CD98B4
(205,152,180)
#D2A4BD
(210,164,189)
#D7B0C6
(215,176,198)
#DCBCCF
(220,188,207)
#E1C8D8
(225,200,216)
#E6D4E1
(230,212,225)
#EBE0EA
(235,224,234)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE7499 color. Also use rgb(190,116,153) instead hex code.

Text Font Color

.myTextColor { color: #BE7499; }

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

This text font color is #BE7499.


Background Color

.myBgColor { background-color: #BE7499; }

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

This div background color is #BE7499.


Border color

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

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

This div border color is #BE7499.


Opacity

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

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

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

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

This text has shadow with #BE7499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE7499 on black background.


Color preview on white background

This text has color #BE7499 on white background.



Black color preview on #BE7499 background

This text has black color on #BE7499 background.


White color preview on #BE7499 background

This text has white color on #BE7499 background.