COLOR #BE7D7C

HEX: #BE7D7C
RGB: (190,125,124)

Color info

#BE7D7C contains mainly red color. Web safe color of #BE7D7C is #CC6666 (or #C66).

RGB color model

#BE7D7C color RGB value is (190,125,124).

  • red value is 190;
  • green value is 125;
  • blue value is 124.
RGB:
(190,125,124)
(75%,49%,49%)

RGB channels and saturation

R 190 of 255 = 75%
G 125 of 255 = 49%
B 124 of 255 = 49%

190
125
124

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

Portions of RGB colors in percentages

R + G + B =
190 + 125 + 124 = 439 (100%)
R 190 of 439 ~ 43.28%
G 125 of 439 ~ 28.47%
B 124 of 439 ~ 28.25%

%43.28
%28.47
%28.25

CMYK color model

#BE7D7C color CMYK value is (0,34,35,25).

  • cyan value is 0.00%
  • magenta value is 34.21%
  • yellow value is 34.74%
  • key color value is 25.49%
CMYK:
(0,34,35,25)
C0M34Y35K25 
(0%,34%,35%,25%)
(0.00/0.34/0.35/0.25)	

CMYK percentages

%0
%34.21
%34.74
%25.49

Codes

Color #BE7D7C in popluar color models

BE7D7C
RGB190125124
HSL33.67%61.57%
HSB/HSV34.74%74.51%
CMYK0.00%34.21%34.74%
25.49%

Color #BE7D7C in popluar number systems.

HEXBE7D7C
Decimal190125124
Binary1011111011111011111100
Octal276175174

Shades and tints

Shades of #BE7D7C

#BE7D7C
(190,125,124)
#AD7271
(173,114,113)
#9C6766
(156,103,102)
#8B5C5B
(139,92,91)
#7A5150
(122,81,80)
#694645
(105,70,69)
#583B3A
(88,59,58)
#47302F
(71,48,47)
#362524
(54,37,36)
#251A19
(37,26,25)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #BE7D7C

#BE7D7C
(190,125,124)
#C38887
(195,136,135)
#C89392
(200,147,146)
#CD9E9D
(205,158,157)
#D2A9A8
(210,169,168)
#D7B4B3
(215,180,179)
#DCBFBE
(220,191,190)
#E1CAC9
(225,202,201)
#E6D5D4
(230,213,212)
#EBE0DF
(235,224,223)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE7D7C color. Also use rgb(190,125,124) instead hex code.

Text Font Color

.myTextColor { color: #BE7D7C; }

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

This text font color is #BE7D7C.


Background Color

.myBgColor { background-color: #BE7D7C; }

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

This div background color is #BE7D7C.


Border color

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

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

This div border color is #BE7D7C.


Opacity

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

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

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

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

This text has shadow with #BE7D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE7D7C on black background.


Color preview on white background

This text has color #BE7D7C on white background.



Black color preview on #BE7D7C background

This text has black color on #BE7D7C background.


White color preview on #BE7D7C background

This text has white color on #BE7D7C background.