COLOR #BE8D73

HEX: #BE8D73
RGB: (190,141,115)

Color info

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

RGB color model

#BE8D73 color RGB value is (190,141,115).

  • red value is 190;
  • green value is 141;
  • blue value is 115.
RGB:
(190,141,115)
(75%,55%,45%)

RGB channels and saturation

R 190 of 255 = 75%
G 141 of 255 = 55%
B 115 of 255 = 45%

190
141
115

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

Portions of RGB colors in percentages

R + G + B =
190 + 141 + 115 = 446 (100%)
R 190 of 446 ~ 42.6%
G 141 of 446 ~ 31.61%
B 115 of 446 ~ 25.78%

%42.6
%31.61
%25.78

CMYK color model

#BE8D73 color CMYK value is (0,26,39,25).

  • cyan value is 0.00%
  • magenta value is 25.79%
  • yellow value is 39.47%
  • key color value is 25.49%
CMYK:
(0,26,39,25)
C0M26Y39K25 
(0%,26%,39%,25%)
(0.00/0.26/0.39/0.25)	

CMYK percentages

%0
%25.79
%39.47
%25.49

Codes

Color #BE8D73 in popluar color models

BE8D73
RGB190141115
HSL21°36.59%59.80%
HSB/HSV21°39.47%74.51%
CMYK0.00%25.79%39.47%
25.49%

Color #BE8D73 in popluar number systems.

HEXBE8D73
Decimal190141115
Binary10111110100011011110011
Octal276215163

Shades and tints

Shades of #BE8D73

#BE8D73
(190,141,115)
#AD8169
(173,129,105)
#9C755F
(156,117,95)
#8B6955
(139,105,85)
#7A5D4B
(122,93,75)
#695141
(105,81,65)
#584537
(88,69,55)
#47392D
(71,57,45)
#362D23
(54,45,35)
#252119
(37,33,25)
#14150F
(20,21,15)
#000000
(0,0,0)

Tints of #BE8D73

#BE8D73
(190,141,115)
#C3977F
(195,151,127)
#C8A18B
(200,161,139)
#CDAB97
(205,171,151)
#D2B5A3
(210,181,163)
#D7BFAF
(215,191,175)
#DCC9BB
(220,201,187)
#E1D3C7
(225,211,199)
#E6DDD3
(230,221,211)
#EBE7DF
(235,231,223)
#F0F1EB
(240,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE8D73 color. Also use rgb(190,141,115) instead hex code.

Text Font Color

.myTextColor { color: #BE8D73; }

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

This text font color is #BE8D73.


Background Color

.myBgColor { background-color: #BE8D73; }

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

This div background color is #BE8D73.


Border color

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

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

This div border color is #BE8D73.


Opacity

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

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

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

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

This text has shadow with #BE8D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8D73 on black background.


Color preview on white background

This text has color #BE8D73 on white background.



Black color preview on #BE8D73 background

This text has black color on #BE8D73 background.


White color preview on #BE8D73 background

This text has white color on #BE8D73 background.