COLOR #BE7D71

HEX: #BE7D71
RGB: (190,125,113)

Color info

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

RGB color model

#BE7D71 color RGB value is (190,125,113).

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

RGB channels and saturation

R 190 of 255 = 75%
G 125 of 255 = 49%
B 113 of 255 = 44%

190
125
113

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

Portions of RGB colors in percentages

R + G + B =
190 + 125 + 113 = 428 (100%)
R 190 of 428 ~ 44.39%
G 125 of 428 ~ 29.21%
B 113 of 428 ~ 26.4%

%44.39
%29.21
%26.4

CMYK color model

#BE7D71 color CMYK value is (0,34,41,25).

  • cyan value is 0.00%
  • magenta value is 34.21%
  • yellow value is 40.53%
  • key color value is 25.49%
CMYK:
(0,34,41,25)
C0M34Y41K25 
(0%,34%,41%,25%)
(0.00/0.34/0.41/0.25)	

CMYK percentages

%0
%34.21
%40.53
%25.49

Codes

Color #BE7D71 in popluar color models

BE7D71
RGB190125113
HSL37.20%59.41%
HSB/HSV40.53%74.51%
CMYK0.00%34.21%40.53%
25.49%

Color #BE7D71 in popluar number systems.

HEXBE7D71
Decimal190125113
Binary1011111011111011110001
Octal276175161

Shades and tints

Shades of #BE7D71

#BE7D71
(190,125,113)
#AD7267
(173,114,103)
#9C675D
(156,103,93)
#8B5C53
(139,92,83)
#7A5149
(122,81,73)
#69463F
(105,70,63)
#583B35
(88,59,53)
#47302B
(71,48,43)
#362521
(54,37,33)
#251A17
(37,26,23)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #BE7D71

#BE7D71
(190,125,113)
#C3887D
(195,136,125)
#C89389
(200,147,137)
#CD9E95
(205,158,149)
#D2A9A1
(210,169,161)
#D7B4AD
(215,180,173)
#DCBFB9
(220,191,185)
#E1CAC5
(225,202,197)
#E6D5D1
(230,213,209)
#EBE0DD
(235,224,221)
#F0EBE9
(240,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE7D71; }

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

This text font color is #BE7D71.


Background Color

.myBgColor { background-color: #BE7D71; }

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

This div background color is #BE7D71.


Border color

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

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

This div border color is #BE7D71.


Opacity

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

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

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

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

This text has shadow with #BE7D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE7D71 on black background.


Color preview on white background

This text has color #BE7D71 on white background.



Black color preview on #BE7D71 background

This text has black color on #BE7D71 background.


White color preview on #BE7D71 background

This text has white color on #BE7D71 background.