COLOR #BE7E7B

HEX: #BE7E7B
RGB: (190,126,123)

Color info

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

RGB color model

#BE7E7B color RGB value is (190,126,123).

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

RGB channels and saturation

R 190 of 255 = 75%
G 126 of 255 = 49%
B 123 of 255 = 48%

190
126
123

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

Portions of RGB colors in percentages

R + G + B =
190 + 126 + 123 = 439 (100%)
R 190 of 439 ~ 43.28%
G 126 of 439 ~ 28.7%
B 123 of 439 ~ 28.02%

%43.28
%28.7
%28.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.68%
  • yellow value is 35.26%
  • 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
%33.68
%35.26
%25.49

Codes

Color #BE7E7B in popluar color models

BE7E7B
RGB190126123
HSL34.01%61.37%
HSB/HSV35.26%74.51%
CMYK0.00%33.68%35.26%
25.49%

Color #BE7E7B in popluar number systems.

HEXBE7E7B
Decimal190126123
Binary1011111011111101111011
Octal276176173

Shades and tints

Shades of #BE7E7B

#BE7E7B
(190,126,123)
#AD7370
(173,115,112)
#9C6865
(156,104,101)
#8B5D5A
(139,93,90)
#7A524F
(122,82,79)
#694744
(105,71,68)
#583C39
(88,60,57)
#47312E
(71,49,46)
#362623
(54,38,35)
#251B18
(37,27,24)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #BE7E7B

#BE7E7B
(190,126,123)
#C38987
(195,137,135)
#C89493
(200,148,147)
#CD9F9F
(205,159,159)
#D2AAAB
(210,170,171)
#D7B5B7
(215,181,183)
#DCC0C3
(220,192,195)
#E1CBCF
(225,203,207)
#E6D6DB
(230,214,219)
#EBE1E7
(235,225,231)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE7E7B; }

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

This text font color is #BE7E7B.


Background Color

.myBgColor { background-color: #BE7E7B; }

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

This div background color is #BE7E7B.


Border color

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

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

This div border color is #BE7E7B.


Opacity

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

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

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

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

This text has shadow with #BE7E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE7E7B on black background.


Color preview on white background

This text has color #BE7E7B on white background.



Black color preview on #BE7E7B background

This text has black color on #BE7E7B background.


White color preview on #BE7E7B background

This text has white color on #BE7E7B background.