COLOR #BE8C67

HEX: #BE8C67 RGB: (190,140,103)

Color info

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

RGB color model

#BE8C67 color RGB value is (190,140,103).

RGB: (190,140,103) (75%, 55%, 40%)

RGB channels and saturation

R 190 of 255 = 75%
G 140 of 255 = 55%
B 103 of 255 = 40%

190
140
103

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

Portions of RGB colors in percentages

R + G + B = 190 + 140 + 103 = 433 (100%)
R 190 of 433 ~ 43.88%
G 140 of 433 ~ 32.33%
B 103 of 433 ~ 23.79'%

%43.88
%32.33
%23.79

CMYK color model

#BE8C67 color CMYK value is (0,26,46,25).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 45.79%
  • key color value is 25.49%

CMYK: (0,26,46,25)
C0M26Y46K25 (0%, 26%, 46%, 25%)
(0.00 / 0.26 / 0.46 / 0.25)

CMYK percentages

%0
%26.32
%45.79
%25.49

Codes

Color #BE8C67 in popluar color models

BE 8C 67
RGB 190 140 103
HSL 26° 40.09% 57.45%
HSB/HSV 26° 45.79% 74.51%
CMYK 0.00% 26.32% 45.79%
25.49%

Color #BE8C67 in popluar number systems.

HEX BE 8C 67
Decimal 190 140 103
Binary 10111110 10001100 1100111
Octal 276 214 147

Shades and tints

Shades of #BE8C67

#BE8C67
(190,140,103)
#AD805E
(173,128,94)
#9C7455
(156,116,85)
#8B684C
(139,104,76)
#7A5C43
(122,92,67)
#69503A
(105,80,58)
#584431
(88,68,49)
#473828
(71,56,40)
#362C1F
(54,44,31)
#252016
(37,32,22)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #BE8C67

#BE8C67
(190,140,103)
#C39674
(195,150,116)
#C8A081
(200,160,129)
#CDAA8E
(205,170,142)
#D2B49B
(210,180,155)
#D7BEA8
(215,190,168)
#DCC8B5
(220,200,181)
#E1D2C2
(225,210,194)
#E6DCCF
(230,220,207)
#EBE6DC
(235,230,220)
#F0F0E9
(240,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE8C67 color. Also use rgb(190,140,103) instead hex code.

Text Font Color

.myTextColor { color: #BE8C67; }

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

This text font color is #BE8C67.

Background Color

.myBgColor { background-color: #BE8C67; }

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

This div background color is #BE8C67.

Border color

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

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

This div border color is #BE8C67.

Opacity

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

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

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

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

This text has shadow with #BE8C67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE8C67.

Preview

Color preview on black background

This text has color #BE8C67 on black background.


Color preview on white background

This text has color #BE8C67 on white background.


Black color preview on #BE8C67 background

This text has black color on #BE8C67 background.


White color preview on #BE8C67 background

This text has white color on #BE8C67 background.


Related colors

Complementary color

Complementary color for #hex is #417398.


I love getcolorcode.com

Triadic colors

1 #67BE8C and #8C67BE with #BE8C67 are triadic colors.

2 #678CBE and #8CBE67 with #BE8C67 are triadic colors.