COLOR #BE8D70

HEX: #BE8D70 RGB: (190,141,112)

Color info

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

RGB color model

#BE8D70 color RGB value is (190,141,112).

RGB: (190,141,112) (75%, 55%, 44%)

RGB channels and saturation

R 190 of 255 = 75%
G 141 of 255 = 55%
B 112 of 255 = 44%

190
141
112

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

Portions of RGB colors in percentages

R + G + B = 190 + 141 + 112 = 443 (100%)
R 190 of 443 ~ 42.89%
G 141 of 443 ~ 31.83%
B 112 of 443 ~ 25.28'%

%42.89
%31.83
%25.28

CMYK color model

#BE8D70 color CMYK value is (0,26,41,25).

  • cyan value is 0.00%
  • magenta value is 25.79%
  • yellow value is 41.05%
  • key color value is 25.49%

CMYK: (0,26,41,25)
C0M26Y41K25 (0%, 26%, 41%, 25%)
(0.00 / 0.26 / 0.41 / 0.25)

CMYK percentages

%0
%25.79
%41.05
%25.49

Codes

Color #BE8D70 in popluar color models

BE 8D 70
RGB 190 141 112
HSL 22° 37.50% 59.22%
HSB/HSV 22° 41.05% 74.51%
CMYK 0.00% 25.79% 41.05%
25.49%

Color #BE8D70 in popluar number systems.

HEX BE 8D 70
Decimal 190 141 112
Binary 10111110 10001101 1110000
Octal 276 215 160

Shades and tints

Shades of #BE8D70

#BE8D70
(190,141,112)
#AD8166
(173,129,102)
#9C755C
(156,117,92)
#8B6952
(139,105,82)
#7A5D48
(122,93,72)
#69513E
(105,81,62)
#584534
(88,69,52)
#47392A
(71,57,42)
#362D20
(54,45,32)
#252116
(37,33,22)
#14150C
(20,21,12)
#000000
(0,0,0)

Tints of #BE8D70

#BE8D70
(190,141,112)
#C3977D
(195,151,125)
#C8A18A
(200,161,138)
#CDAB97
(205,171,151)
#D2B5A4
(210,181,164)
#D7BFB1
(215,191,177)
#DCC9BE
(220,201,190)
#E1D3CB
(225,211,203)
#E6DDD8
(230,221,216)
#EBE7E5
(235,231,229)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE8D70; }

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

This text font color is #BE8D70.

Background Color

.myBgColor { background-color: #BE8D70; }

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

This div background color is #BE8D70.

Border color

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

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

This div border color is #BE8D70.

Opacity

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

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

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

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

This text has shadow with #BE8D70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE8D70.

Preview

Color preview on black background

This text has color #BE8D70 on black background.


Color preview on white background

This text has color #BE8D70 on white background.


Black color preview on #BE8D70 background

This text has black color on #BE8D70 background.


White color preview on #BE8D70 background

This text has white color on #BE8D70 background.


Related colors

Complementary color

Complementary color for #hex is #41728F.


I love getcolorcode.com

Triadic colors

1 #70BE8D and #8D70BE with #BE8D70 are triadic colors.

2 #708DBE and #8DBE70 with #BE8D70 are triadic colors.