COLOR #BE7D6B

HEX: #BE7D6B
RGB: (190,125,107)

Color info

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

RGB color model

#BE7D6B color RGB value is (190,125,107).

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

RGB channels and saturation

R 190 of 255 = 75%
G 125 of 255 = 49%
B 107 of 255 = 42%

190
125
107

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

Portions of RGB colors in percentages

R + G + B =
190 + 125 + 107 = 422 (100%)
R 190 of 422 ~ 45.02%
G 125 of 422 ~ 29.62%
B 107 of 422 ~ 25.36%

%45.02
%29.62
%25.36

CMYK color model

#BE7D6B color CMYK value is (0,34,44,25).

  • cyan value is 0.00%
  • magenta value is 34.21%
  • yellow value is 43.68%
  • key color value is 25.49%
CMYK:
(0,34,44,25)
C0M34Y44K25 
(0%,34%,44%,25%)
(0.00/0.34/0.44/0.25)	

CMYK percentages

%0
%34.21
%43.68
%25.49

Codes

Color #BE7D6B in popluar color models

BE7D6B
RGB190125107
HSL13°38.97%58.24%
HSB/HSV13°43.68%74.51%
CMYK0.00%34.21%43.68%
25.49%

Color #BE7D6B in popluar number systems.

HEXBE7D6B
Decimal190125107
Binary1011111011111011101011
Octal276175153

Shades and tints

Shades of #BE7D6B

#BE7D6B
(190,125,107)
#AD7262
(173,114,98)
#9C6759
(156,103,89)
#8B5C50
(139,92,80)
#7A5147
(122,81,71)
#69463E
(105,70,62)
#583B35
(88,59,53)
#47302C
(71,48,44)
#362523
(54,37,35)
#251A1A
(37,26,26)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #BE7D6B

#BE7D6B
(190,125,107)
#C38878
(195,136,120)
#C89385
(200,147,133)
#CD9E92
(205,158,146)
#D2A99F
(210,169,159)
#D7B4AC
(215,180,172)
#DCBFB9
(220,191,185)
#E1CAC6
(225,202,198)
#E6D5D3
(230,213,211)
#EBE0E0
(235,224,224)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE7D6B; }

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

This text font color is #BE7D6B.


Background Color

.myBgColor { background-color: #BE7D6B; }

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

This div background color is #BE7D6B.


Border color

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

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

This div border color is #BE7D6B.


Opacity

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

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

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

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

This text has shadow with #BE7D6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE7D6B on black background.


Color preview on white background

This text has color #BE7D6B on white background.



Black color preview on #BE7D6B background

This text has black color on #BE7D6B background.


White color preview on #BE7D6B background

This text has white color on #BE7D6B background.