COLOR #BE7895

HEX: #BE7895
RGB: (190,120,149)

Color info

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

RGB color model

#BE7895 color RGB value is (190,120,149).

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

RGB channels and saturation

R 190 of 255 = 75%
G 120 of 255 = 47%
B 149 of 255 = 58%

190
120
149

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

Portions of RGB colors in percentages

R + G + B =
190 + 120 + 149 = 459 (100%)
R 190 of 459 ~ 41.39%
G 120 of 459 ~ 26.14%
B 149 of 459 ~ 32.46%

%41.39
%26.14
%32.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.84%
  • yellow value is 21.58%
  • 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
%36.84
%21.58
%25.49

Codes

Color #BE7895 in popluar color models

BE7895
RGB190120149
HSL335°35.00%60.78%
HSB/HSV335°36.84%74.51%
CMYK0.00%36.84%21.58%
25.49%

Color #BE7895 in popluar number systems.

HEXBE7895
Decimal190120149
Binary10111110111100010010101
Octal276170225

Shades and tints

Shades of #BE7895

#BE7895
(190,120,149)
#AD6E88
(173,110,136)
#9C647B
(156,100,123)
#8B5A6E
(139,90,110)
#7A5061
(122,80,97)
#694654
(105,70,84)
#583C47
(88,60,71)
#47323A
(71,50,58)
#36282D
(54,40,45)
#251E20
(37,30,32)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #BE7895

#BE7895
(190,120,149)
#C3849E
(195,132,158)
#C890A7
(200,144,167)
#CD9CB0
(205,156,176)
#D2A8B9
(210,168,185)
#D7B4C2
(215,180,194)
#DCC0CB
(220,192,203)
#E1CCD4
(225,204,212)
#E6D8DD
(230,216,221)
#EBE4E6
(235,228,230)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE7895 color. Also use rgb(190,120,149) instead hex code.

Text Font Color

.myTextColor { color: #BE7895; }

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

This text font color is #BE7895.


Background Color

.myBgColor { background-color: #BE7895; }

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

This div background color is #BE7895.


Border color

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

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

This div border color is #BE7895.


Opacity

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

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

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

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

This text has shadow with #BE7895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE7895 on black background.


Color preview on white background

This text has color #BE7895 on white background.



Black color preview on #BE7895 background

This text has black color on #BE7895 background.


White color preview on #BE7895 background

This text has white color on #BE7895 background.