COLOR #BE8B70

HEX: #BE8B70 RGB: (190,139,112)

Color info

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

RGB color model

#BE8B70 color RGB value is (190,139,112).

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

RGB channels and saturation

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

190
139
112

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

Portions of RGB colors in percentages

R + G + B = 190 + 139 + 112 = 441 (100%)
R 190 of 441 ~ 43.08%
G 139 of 441 ~ 31.52%
B 112 of 441 ~ 25.4'%

%43.08
%31.52
%25.4

CMYK color model

#BE8B70 color CMYK value is (0,27,41,25).

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

CMYK: (0,27,41,25)
C0M27Y41K25 (0%, 27%, 41%, 25%)
(0.00 / 0.27 / 0.41 / 0.25)

CMYK percentages

%0
%26.84
%41.05
%25.49

Codes

Color #BE8B70 in popluar color models

BE 8B 70
RGB 190 139 112
HSL 21° 37.50% 59.22%
HSB/HSV 21° 41.05% 74.51%
CMYK 0.00% 26.84% 41.05%
25.49%

Color #BE8B70 in popluar number systems.

HEX BE 8B 70
Decimal 190 139 112
Binary 10111110 10001011 1110000
Octal 276 213 160

Shades and tints

Shades of #BE8B70

#BE8B70
(190,139,112)
#AD7F66
(173,127,102)
#9C735C
(156,115,92)
#8B6752
(139,103,82)
#7A5B48
(122,91,72)
#694F3E
(105,79,62)
#584334
(88,67,52)
#47372A
(71,55,42)
#362B20
(54,43,32)
#251F16
(37,31,22)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #BE8B70

#BE8B70
(190,139,112)
#C3957D
(195,149,125)
#C89F8A
(200,159,138)
#CDA997
(205,169,151)
#D2B3A4
(210,179,164)
#D7BDB1
(215,189,177)
#DCC7BE
(220,199,190)
#E1D1CB
(225,209,203)
#E6DBD8
(230,219,216)
#EBE5E5
(235,229,229)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE8B70; }

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

This text font color is #BE8B70.

Background Color

.myBgColor { background-color: #BE8B70; }

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

This div background color is #BE8B70.

Border color

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

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

This div border color is #BE8B70.

Opacity

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

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

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

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

This text has shadow with #BE8B70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE8B70.

Preview

Color preview on black background

This text has color #BE8B70 on black background.


Color preview on white background

This text has color #BE8B70 on white background.


Black color preview on #BE8B70 background

This text has black color on #BE8B70 background.


White color preview on #BE8B70 background

This text has white color on #BE8B70 background.


Related colors

Complementary color

Complementary color for #hex is #41748F.


I love getcolorcode.com

Triadic colors

1 #70BE8B and #8B70BE with #BE8B70 are triadic colors.

2 #708BBE and #8BBE70 with #BE8B70 are triadic colors.