COLOR #BE8C7F

HEX: #BE8C7F RGB: (190,140,127)

Color info

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

RGB color model

#BE8C7F color RGB value is (190,140,127).

RGB: (190,140,127) (75%, 55%, 50%)

RGB channels and saturation

R 190 of 255 = 75%
G 140 of 255 = 55%
B 127 of 255 = 50%

190
140
127

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

Portions of RGB colors in percentages

R + G + B = 190 + 140 + 127 = 457 (100%)
R 190 of 457 ~ 41.58%
G 140 of 457 ~ 30.63%
B 127 of 457 ~ 27.79'%

%41.58
%30.63
%27.79

CMYK color model

#BE8C7F color CMYK value is (0,26,33,25).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 33.16%
  • key color value is 25.49%

CMYK: (0,26,33,25)
C0M26Y33K25 (0%, 26%, 33%, 25%)
(0.00 / 0.26 / 0.33 / 0.25)

CMYK percentages

%0
%26.32
%33.16
%25.49

Codes

Color #BE8C7F in popluar color models

BE 8C 7F
RGB 190 140 127
HSL 12° 32.64% 62.16%
HSB/HSV 12° 33.16% 74.51%
CMYK 0.00% 26.32% 33.16%
25.49%

Color #BE8C7F in popluar number systems.

HEX BE 8C 7F
Decimal 190 140 127
Binary 10111110 10001100 1111111
Octal 276 214 177

Shades and tints

Shades of #BE8C7F

#BE8C7F
(190,140,127)
#AD8074
(173,128,116)
#9C7469
(156,116,105)
#8B685E
(139,104,94)
#7A5C53
(122,92,83)
#695048
(105,80,72)
#58443D
(88,68,61)
#473832
(71,56,50)
#362C27
(54,44,39)
#25201C
(37,32,28)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #BE8C7F

#BE8C7F
(190,140,127)
#C3968A
(195,150,138)
#C8A095
(200,160,149)
#CDAAA0
(205,170,160)
#D2B4AB
(210,180,171)
#D7BEB6
(215,190,182)
#DCC8C1
(220,200,193)
#E1D2CC
(225,210,204)
#E6DCD7
(230,220,215)
#EBE6E2
(235,230,226)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE8C7F color. Also use rgb(190,140,127) instead hex code.

Text Font Color

.myTextColor { color: #BE8C7F; }

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

This text font color is #BE8C7F.

Background Color

.myBgColor { background-color: #BE8C7F; }

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

This div background color is #BE8C7F.

Border color

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

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

This div border color is #BE8C7F.

Opacity

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

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

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

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

This text has shadow with #BE8C7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE8C7F.

Preview

Color preview on black background

This text has color #BE8C7F on black background.


Color preview on white background

This text has color #BE8C7F on white background.


Black color preview on #BE8C7F background

This text has black color on #BE8C7F background.


White color preview on #BE8C7F background

This text has white color on #BE8C7F background.


Related colors

Complementary color

Complementary color for #hex is #417380.


I love getcolorcode.com

Triadic colors

1 #7FBE8C and #8C7FBE with #BE8C7F are triadic colors.

2 #7F8CBE and #8CBE7F with #BE8C7F are triadic colors.