COLOR #BE7E90

HEX: #BE7E90 RGB: (190,126,144)

Color info

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

RGB color model

#BE7E90 color RGB value is (190,126,144).

RGB: (190,126,144) (75%, 49%, 56%)

RGB channels and saturation

R 190 of 255 = 75%
G 126 of 255 = 49%
B 144 of 255 = 56%

190
126
144

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

Portions of RGB colors in percentages

R + G + B = 190 + 126 + 144 = 460 (100%)
R 190 of 460 ~ 41.3%
G 126 of 460 ~ 27.39%
B 144 of 460 ~ 31.3'%

%41.3
%27.39
%31.3

CMYK color model

#BE7E90 color CMYK value is (0,34,24,25).

  • cyan value is 0.00%
  • magenta value is 33.68%
  • yellow value is 24.21%
  • key color value is 25.49%
CMYK: (0,34,24,25) C0M34Y24K25 (0%,34%,24%,25%) (0.00/0.34/0.24/0.25) 

CMYK percentages

%0
%33.68
%24.21
%25.49

Codes

Color #BE7E90 in popluar color models

BE 7E 90
RGB 190 126 144
HSL 343° 32.99% 61.96%
HSB/HSV 343° 33.68% 74.51%
CMYK 0.00% 33.68% 24.21%
25.49%

Color #BE7E90 in popluar number systems.

HEX BE 7E 90
Decimal 190 126 144
Binary 10111110 1111110 10010000
Octal 276 176 220

Shades and tints

Shades of #BE7E90

#BE7E90
(190,126,144)
#AD7383
(173,115,131)
#9C6876
(156,104,118)
#8B5D69
(139,93,105)
#7A525C
(122,82,92)
#69474F
(105,71,79)
#583C42
(88,60,66)
#473135
(71,49,53)
#362628
(54,38,40)
#251B1B
(37,27,27)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #BE7E90

#BE7E90
(190,126,144)
#C3899A
(195,137,154)
#C894A4
(200,148,164)
#CD9FAE
(205,159,174)
#D2AAB8
(210,170,184)
#D7B5C2
(215,181,194)
#DCC0CC
(220,192,204)
#E1CBD6
(225,203,214)
#E6D6E0
(230,214,224)
#EBE1EA
(235,225,234)
#F0ECF4
(240,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE7E90 color. Also use rgb(190,126,144) instead hex code.

Text Font Color

.myTextColor { color: #BE7E90; }

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

This text font color is #BE7E90.

Background Color

.myBgColor { background-color: #BE7E90; }

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

This div background color is #BE7E90.

Border color

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

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

This div border color is #BE7E90.

Opacity

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

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

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

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

This text has shadow with #BE7E90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE7E90.

Preview

Color preview on black background

This text has color #BE7E90 on black background.


Color preview on white background

This text has color #BE7E90 on white background.


Black color preview on #BE7E90 background

This text has black color on #BE7E90 background.


White color preview on #BE7E90 background

This text has white color on #BE7E90 background.


Related colors

Complementary color

Complementary color for #hex is #41816F.


I love getcolorcode.com

Triadic colors

1 #90BE7E and #7E90BE with #BE7E90 are triadic colors.

2 #907EBE and #7EBE90 with #BE7E90 are triadic colors.