COLOR #BE8B7F

HEX: #BE8B7F
RGB: (190,139,127)

Color info

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

RGB color model

#BE8B7F color RGB value is (190,139,127).

  • red value is 190;
  • green value is 139;
  • blue value is 127.
RGB:
(190,139,127)
(75%,55%,50%)

RGB channels and saturation

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

190
139
127

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

Portions of RGB colors in percentages

R + G + B =
190 + 139 + 127 = 456 (100%)
R 190 of 456 ~ 41.67%
G 139 of 456 ~ 30.48%
B 127 of 456 ~ 27.85%

%41.67
%30.48
%27.85

CMYK color model

#BE8B7F color CMYK value is (0,27,33,25).

  • cyan value is 0.00%
  • magenta value is 26.84%
  • yellow value is 33.16%
  • key color value is 25.49%
CMYK:
(0,27,33,25)
C0M27Y33K25 
(0%,27%,33%,25%)
(0.00/0.27/0.33/0.25)	

CMYK percentages

%0
%26.84
%33.16
%25.49

Codes

Color #BE8B7F in popluar color models

BE8B7F
RGB190139127
HSL11°32.64%62.16%
HSB/HSV11°33.16%74.51%
CMYK0.00%26.84%33.16%
25.49%

Color #BE8B7F in popluar number systems.

HEXBE8B7F
Decimal190139127
Binary10111110100010111111111
Octal276213177

Shades and tints

Shades of #BE8B7F

#BE8B7F
(190,139,127)
#AD7F74
(173,127,116)
#9C7369
(156,115,105)
#8B675E
(139,103,94)
#7A5B53
(122,91,83)
#694F48
(105,79,72)
#58433D
(88,67,61)
#473732
(71,55,50)
#362B27
(54,43,39)
#251F1C
(37,31,28)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #BE8B7F

#BE8B7F
(190,139,127)
#C3958A
(195,149,138)
#C89F95
(200,159,149)
#CDA9A0
(205,169,160)
#D2B3AB
(210,179,171)
#D7BDB6
(215,189,182)
#DCC7C1
(220,199,193)
#E1D1CC
(225,209,204)
#E6DBD7
(230,219,215)
#EBE5E2
(235,229,226)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE8B7F; }

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

This text font color is #BE8B7F.


Background Color

.myBgColor { background-color: #BE8B7F; }

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

This div background color is #BE8B7F.


Border color

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

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

This div border color is #BE8B7F.


Opacity

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

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

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

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

This text has shadow with #BE8B7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8B7F on black background.


Color preview on white background

This text has color #BE8B7F on white background.



Black color preview on #BE8B7F background

This text has black color on #BE8B7F background.


White color preview on #BE8B7F background

This text has white color on #BE8B7F background.