COLOR #BE8C53

HEX: #BE8C53 RGB: (190,140,83)

Color info

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

RGB color model

#BE8C53 color RGB value is (190,140,83).

RGB: (190,140,83) (75%, 55%, 33%)

RGB channels and saturation

R 190 of 255 = 75%
G 140 of 255 = 55%
B 83 of 255 = 33%

190
140
83

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

Portions of RGB colors in percentages

R + G + B = 190 + 140 + 83 = 413 (100%)
R 190 of 413 ~ 46%
G 140 of 413 ~ 33.9%
B 83 of 413 ~ 20.1'%

%46
%33.9
%20.1

CMYK color model

#BE8C53 color CMYK value is (0,26,56,25).

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

CMYK: (0,26,56,25)
C0M26Y56K25 (0%, 26%, 56%, 25%)
(0.00 / 0.26 / 0.56 / 0.25)

CMYK percentages

%0
%26.32
%56.32
%25.49

Codes

Color #BE8C53 in popluar color models

BE 8C 53
RGB 190 140 83
HSL 32° 45.15% 53.53%
HSB/HSV 32° 56.32% 74.51%
CMYK 0.00% 26.32% 56.32%
25.49%

Color #BE8C53 in popluar number systems.

HEX BE 8C 53
Decimal 190 140 83
Binary 10111110 10001100 1010011
Octal 276 214 123

Shades and tints

Shades of #BE8C53

#BE8C53
(190,140,83)
#AD804C
(173,128,76)
#9C7445
(156,116,69)
#8B683E
(139,104,62)
#7A5C37
(122,92,55)
#695030
(105,80,48)
#584429
(88,68,41)
#473822
(71,56,34)
#362C1B
(54,44,27)
#252014
(37,32,20)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #BE8C53

#BE8C53
(190,140,83)
#C39662
(195,150,98)
#C8A071
(200,160,113)
#CDAA80
(205,170,128)
#D2B48F
(210,180,143)
#D7BE9E
(215,190,158)
#DCC8AD
(220,200,173)
#E1D2BC
(225,210,188)
#E6DCCB
(230,220,203)
#EBE6DA
(235,230,218)
#F0F0E9
(240,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE8C53; }

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

This text font color is #BE8C53.

Background Color

.myBgColor { background-color: #BE8C53; }

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

This div background color is #BE8C53.

Border color

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

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

This div border color is #BE8C53.

Opacity

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

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

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

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

This text has shadow with #BE8C53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE8C53.

Preview

Color preview on black background

This text has color #BE8C53 on black background.


Color preview on white background

This text has color #BE8C53 on white background.


Black color preview on #BE8C53 background

This text has black color on #BE8C53 background.


White color preview on #BE8C53 background

This text has white color on #BE8C53 background.


Related colors

Complementary color

Complementary color for #hex is #4173AC.


I love getcolorcode.com

Triadic colors

1 #53BE8C and #8C53BE with #BE8C53 are triadic colors.

2 #538CBE and #8CBE53 with #BE8C53 are triadic colors.