COLOR #BE7E82

HEX: #BE7E82
RGB: (190,126,130)

Color info

#BE7E82 contains mainly red color. Web safe color of #BE7E82 is #CC6699 (or #C69).

RGB color model

#BE7E82 color RGB value is (190,126,130).

  • red value is 190;
  • green value is 126;
  • blue value is 130.
RGB:
(190,126,130)
(75%,49%,51%)

RGB channels and saturation

R 190 of 255 = 75%
G 126 of 255 = 49%
B 130 of 255 = 51%

190
126
130

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

Portions of RGB colors in percentages

R + G + B =
190 + 126 + 130 = 446 (100%)
R 190 of 446 ~ 42.6%
G 126 of 446 ~ 28.25%
B 130 of 446 ~ 29.15%

%42.6
%28.25
%29.15

CMYK color model

#BE7E82 color CMYK value is (0,34,32,25).

  • cyan value is 0.00%
  • magenta value is 33.68%
  • yellow value is 31.58%
  • key color value is 25.49%
CMYK:
(0,34,32,25)
C0M34Y32K25 
(0%,34%,32%,25%)
(0.00/0.34/0.32/0.25)	

CMYK percentages

%0
%33.68
%31.58
%25.49

Codes

Color #BE7E82 in popluar color models

BE7E82
RGB190126130
HSL356°32.99%61.96%
HSB/HSV356°33.68%74.51%
CMYK0.00%33.68%31.58%
25.49%

Color #BE7E82 in popluar number systems.

HEXBE7E82
Decimal190126130
Binary10111110111111010000010
Octal276176202

Shades and tints

Shades of #BE7E82

#BE7E82
(190,126,130)
#AD7377
(173,115,119)
#9C686C
(156,104,108)
#8B5D61
(139,93,97)
#7A5256
(122,82,86)
#69474B
(105,71,75)
#583C40
(88,60,64)
#473135
(71,49,53)
#36262A
(54,38,42)
#251B1F
(37,27,31)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #BE7E82

#BE7E82
(190,126,130)
#C3898D
(195,137,141)
#C89498
(200,148,152)
#CD9FA3
(205,159,163)
#D2AAAE
(210,170,174)
#D7B5B9
(215,181,185)
#DCC0C4
(220,192,196)
#E1CBCF
(225,203,207)
#E6D6DA
(230,214,218)
#EBE1E5
(235,225,229)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE7E82; }

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

This text font color is #BE7E82.


Background Color

.myBgColor { background-color: #BE7E82; }

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

This div background color is #BE7E82.


Border color

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

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

This div border color is #BE7E82.


Opacity

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

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

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

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

This text has shadow with #BE7E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE7E82 on black background.


Color preview on white background

This text has color #BE7E82 on white background.



Black color preview on #BE7E82 background

This text has black color on #BE7E82 background.


White color preview on #BE7E82 background

This text has white color on #BE7E82 background.