COLOR #BE8B7D

HEX: #BE8B7D
RGB: (190,139,125)

Color info

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

RGB color model

#BE8B7D color RGB value is (190,139,125).

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

RGB channels and saturation

R 190 of 255 = 75%
G 139 of 255 = 55%
B 125 of 255 = 49%

190
139
125

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

Portions of RGB colors in percentages

R + G + B =
190 + 139 + 125 = 454 (100%)
R 190 of 454 ~ 41.85%
G 139 of 454 ~ 30.62%
B 125 of 454 ~ 27.53%

%41.85
%30.62
%27.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.84%
  • yellow value is 34.21%
  • key color value is 25.49%
CMYK:
(0,27,34,25)
C0M27Y34K25 
(0%,27%,34%,25%)
(0.00/0.27/0.34/0.25)	

CMYK percentages

%0
%26.84
%34.21
%25.49

Codes

Color #BE8B7D in popluar color models

BE8B7D
RGB190139125
HSL13°33.33%61.76%
HSB/HSV13°34.21%74.51%
CMYK0.00%26.84%34.21%
25.49%

Color #BE8B7D in popluar number systems.

HEXBE8B7D
Decimal190139125
Binary10111110100010111111101
Octal276213175

Shades and tints

Shades of #BE8B7D

#BE8B7D
(190,139,125)
#AD7F72
(173,127,114)
#9C7367
(156,115,103)
#8B675C
(139,103,92)
#7A5B51
(122,91,81)
#694F46
(105,79,70)
#58433B
(88,67,59)
#473730
(71,55,48)
#362B25
(54,43,37)
#251F1A
(37,31,26)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #BE8B7D

#BE8B7D
(190,139,125)
#C39588
(195,149,136)
#C89F93
(200,159,147)
#CDA99E
(205,169,158)
#D2B3A9
(210,179,169)
#D7BDB4
(215,189,180)
#DCC7BF
(220,199,191)
#E1D1CA
(225,209,202)
#E6DBD5
(230,219,213)
#EBE5E0
(235,229,224)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE8B7D; }

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

This text font color is #BE8B7D.


Background Color

.myBgColor { background-color: #BE8B7D; }

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

This div background color is #BE8B7D.


Border color

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

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

This div border color is #BE8B7D.


Opacity

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

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

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

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

This text has shadow with #BE8B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8B7D on black background.


Color preview on white background

This text has color #BE8B7D on white background.



Black color preview on #BE8B7D background

This text has black color on #BE8B7D background.


White color preview on #BE8B7D background

This text has white color on #BE8B7D background.