COLOR #BE739D

HEX: #BE739D
RGB: (190,115,157)

Color info

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

RGB color model

#BE739D color RGB value is (190,115,157).

  • red value is 190;
  • green value is 115;
  • blue value is 157.
RGB:
(190,115,157)
(75%,45%,62%)

RGB channels and saturation

R 190 of 255 = 75%
G 115 of 255 = 45%
B 157 of 255 = 62%

190
115
157

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

Portions of RGB colors in percentages

R + G + B =
190 + 115 + 157 = 462 (100%)
R 190 of 462 ~ 41.13%
G 115 of 462 ~ 24.89%
B 157 of 462 ~ 33.98%

%41.13
%24.89
%33.98

CMYK color model

#BE739D color CMYK value is (0,39,17,25).

  • cyan value is 0.00%
  • magenta value is 39.47%
  • yellow value is 17.37%
  • key color value is 25.49%
CMYK:
(0,39,17,25)
C0M39Y17K25 
(0%,39%,17%,25%)
(0.00/0.39/0.17/0.25)	

CMYK percentages

%0
%39.47
%17.37
%25.49

Codes

Color #BE739D in popluar color models

BE739D
RGB190115157
HSL326°36.59%59.80%
HSB/HSV326°39.47%74.51%
CMYK0.00%39.47%17.37%
25.49%

Color #BE739D in popluar number systems.

HEXBE739D
Decimal190115157
Binary10111110111001110011101
Octal276163235

Shades and tints

Shades of #BE739D

#BE739D
(190,115,157)
#AD698F
(173,105,143)
#9C5F81
(156,95,129)
#8B5573
(139,85,115)
#7A4B65
(122,75,101)
#694157
(105,65,87)
#583749
(88,55,73)
#472D3B
(71,45,59)
#36232D
(54,35,45)
#25191F
(37,25,31)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #BE739D

#BE739D
(190,115,157)
#C37FA5
(195,127,165)
#C88BAD
(200,139,173)
#CD97B5
(205,151,181)
#D2A3BD
(210,163,189)
#D7AFC5
(215,175,197)
#DCBBCD
(220,187,205)
#E1C7D5
(225,199,213)
#E6D3DD
(230,211,221)
#EBDFE5
(235,223,229)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE739D color. Also use rgb(190,115,157) instead hex code.

Text Font Color

.myTextColor { color: #BE739D; }

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

This text font color is #BE739D.


Background Color

.myBgColor { background-color: #BE739D; }

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

This div background color is #BE739D.


Border color

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

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

This div border color is #BE739D.


Opacity

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

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

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

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

This text has shadow with #BE739D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE739D on black background.


Color preview on white background

This text has color #BE739D on white background.



Black color preview on #BE739D background

This text has black color on #BE739D background.


White color preview on #BE739D background

This text has white color on #BE739D background.