COLOR #BE8B6D

HEX: #BE8B6D RGB: (190,139,109)

Color info

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

RGB color model

#BE8B6D color RGB value is (190,139,109).

RGB: (190,139,109) (75%, 55%, 43%)

RGB channels and saturation

R 190 of 255 = 75%
G 139 of 255 = 55%
B 109 of 255 = 43%

190
139
109

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

Portions of RGB colors in percentages

R + G + B = 190 + 139 + 109 = 438 (100%)
R 190 of 438 ~ 43.38%
G 139 of 438 ~ 31.74%
B 109 of 438 ~ 24.89'%

%43.38
%31.74
%24.89

CMYK color model

#BE8B6D color CMYK value is (0,27,43,25).

  • cyan value is 0.00%
  • magenta value is 26.84%
  • yellow value is 42.63%
  • key color value is 25.49%
CMYK: (0,27,43,25) C0M27Y43K25 (0%,27%,43%,25%) (0.00/0.27/0.43/0.25) 

CMYK percentages

%0
%26.84
%42.63
%25.49

Codes

Color #BE8B6D in popluar color models

BE 8B 6D
RGB 190 139 109
HSL 22° 38.39% 58.63%
HSB/HSV 22° 42.63% 74.51%
CMYK 0.00% 26.84% 42.63%
25.49%

Color #BE8B6D in popluar number systems.

HEX BE 8B 6D
Decimal 190 139 109
Binary 10111110 10001011 1101101
Octal 276 213 155

Shades and tints

Shades of #BE8B6D

#BE8B6D
(190,139,109)
#AD7F64
(173,127,100)
#9C735B
(156,115,91)
#8B6752
(139,103,82)
#7A5B49
(122,91,73)
#694F40
(105,79,64)
#584337
(88,67,55)
#47372E
(71,55,46)
#362B25
(54,43,37)
#251F1C
(37,31,28)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #BE8B6D

#BE8B6D
(190,139,109)
#C3957A
(195,149,122)
#C89F87
(200,159,135)
#CDA994
(205,169,148)
#D2B3A1
(210,179,161)
#D7BDAE
(215,189,174)
#DCC7BB
(220,199,187)
#E1D1C8
(225,209,200)
#E6DBD5
(230,219,213)
#EBE5E2
(235,229,226)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE8B6D; }

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

This text font color is #BE8B6D.

Background Color

.myBgColor { background-color: #BE8B6D; }

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

This div background color is #BE8B6D.

Border color

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

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

This div border color is #BE8B6D.

Opacity

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

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

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

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

This text has shadow with #BE8B6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE8B6D.

Preview

Color preview on black background

This text has color #BE8B6D on black background.


Color preview on white background

This text has color #BE8B6D on white background.


Black color preview on #BE8B6D background

This text has black color on #BE8B6D background.


White color preview on #BE8B6D background

This text has white color on #BE8B6D background.


Related colors

Complementary color

Complementary color for #hex is #417492.


I love getcolorcode.com

Triadic colors

1 #6DBE8B and #8B6DBE with #BE8B6D are triadic colors.

2 #6D8BBE and #8BBE6D with #BE8B6D are triadic colors.