COLOR #BE8F7E

HEX: #BE8F7E
RGB: (190,143,126)

Color info

#BE8F7E contains mainly red and green colors. Web safe color of #BE8F7E is #CC9966 (or #C96).

RGB color model

#BE8F7E color RGB value is (190,143,126).

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

RGB channels and saturation

R 190 of 255 = 75%
G 143 of 255 = 56%
B 126 of 255 = 49%

190
143
126

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

Portions of RGB colors in percentages

R + G + B =
190 + 143 + 126 = 459 (100%)
R 190 of 459 ~ 41.39%
G 143 of 459 ~ 31.15%
B 126 of 459 ~ 27.45%

%41.39
%31.15
%27.45

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.74%
  • yellow value is 33.68%
  • key color value is 25.49%
CMYK:
(0,25,34,25)
C0M25Y34K25 
(0%,25%,34%,25%)
(0.00/0.25/0.34/0.25)	

CMYK percentages

%0
%24.74
%33.68
%25.49

Codes

Color #BE8F7E in popluar color models

BE8F7E
RGB190143126
HSL16°32.99%61.96%
HSB/HSV16°33.68%74.51%
CMYK0.00%24.74%33.68%
25.49%

Color #BE8F7E in popluar number systems.

HEXBE8F7E
Decimal190143126
Binary10111110100011111111110
Octal276217176

Shades and tints

Shades of #BE8F7E

#BE8F7E
(190,143,126)
#AD8273
(173,130,115)
#9C7568
(156,117,104)
#8B685D
(139,104,93)
#7A5B52
(122,91,82)
#694E47
(105,78,71)
#58413C
(88,65,60)
#473431
(71,52,49)
#362726
(54,39,38)
#251A1B
(37,26,27)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #BE8F7E

#BE8F7E
(190,143,126)
#C39989
(195,153,137)
#C8A394
(200,163,148)
#CDAD9F
(205,173,159)
#D2B7AA
(210,183,170)
#D7C1B5
(215,193,181)
#DCCBC0
(220,203,192)
#E1D5CB
(225,213,203)
#E6DFD6
(230,223,214)
#EBE9E1
(235,233,225)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE8F7E; }

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

This text font color is #BE8F7E.


Background Color

.myBgColor { background-color: #BE8F7E; }

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

This div background color is #BE8F7E.


Border color

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

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

This div border color is #BE8F7E.


Opacity

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

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

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

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

This text has shadow with #BE8F7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8F7E on black background.


Color preview on white background

This text has color #BE8F7E on white background.



Black color preview on #BE8F7E background

This text has black color on #BE8F7E background.


White color preview on #BE8F7E background

This text has white color on #BE8F7E background.