COLOR #BE7C6E

HEX: #BE7C6E
RGB: (190,124,110)

Color info

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

RGB color model

#BE7C6E color RGB value is (190,124,110).

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

RGB channels and saturation

R 190 of 255 = 75%
G 124 of 255 = 49%
B 110 of 255 = 43%

190
124
110

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

Portions of RGB colors in percentages

R + G + B =
190 + 124 + 110 = 424 (100%)
R 190 of 424 ~ 44.81%
G 124 of 424 ~ 29.25%
B 110 of 424 ~ 25.94%

%44.81
%29.25
%25.94

CMYK color model

#BE7C6E color CMYK value is (0,35,42,25).

  • cyan value is 0.00%
  • magenta value is 34.74%
  • yellow value is 42.11%
  • key color value is 25.49%
CMYK:
(0,35,42,25)
C0M35Y42K25 
(0%,35%,42%,25%)
(0.00/0.35/0.42/0.25)	

CMYK percentages

%0
%34.74
%42.11
%25.49

Codes

Color #BE7C6E in popluar color models

BE7C6E
RGB190124110
HSL11°38.10%58.82%
HSB/HSV11°42.11%74.51%
CMYK0.00%34.74%42.11%
25.49%

Color #BE7C6E in popluar number systems.

HEXBE7C6E
Decimal190124110
Binary1011111011111001101110
Octal276174156

Shades and tints

Shades of #BE7C6E

#BE7C6E
(190,124,110)
#AD7164
(173,113,100)
#9C665A
(156,102,90)
#8B5B50
(139,91,80)
#7A5046
(122,80,70)
#69453C
(105,69,60)
#583A32
(88,58,50)
#472F28
(71,47,40)
#36241E
(54,36,30)
#251914
(37,25,20)
#140E0A
(20,14,10)
#000000
(0,0,0)

Tints of #BE7C6E

#BE7C6E
(190,124,110)
#C3877B
(195,135,123)
#C89288
(200,146,136)
#CD9D95
(205,157,149)
#D2A8A2
(210,168,162)
#D7B3AF
(215,179,175)
#DCBEBC
(220,190,188)
#E1C9C9
(225,201,201)
#E6D4D6
(230,212,214)
#EBDFE3
(235,223,227)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE7C6E; }

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

This text font color is #BE7C6E.


Background Color

.myBgColor { background-color: #BE7C6E; }

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

This div background color is #BE7C6E.


Border color

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

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

This div border color is #BE7C6E.


Opacity

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

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

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

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

This text has shadow with #BE7C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE7C6E on black background.


Color preview on white background

This text has color #BE7C6E on white background.



Black color preview on #BE7C6E background

This text has black color on #BE7C6E background.


White color preview on #BE7C6E background

This text has white color on #BE7C6E background.