COLOR #BE8042

HEX: #BE8042 RGB: (190,128,66)

Color info

#BE8042 contains mainly red color. Web safe color of #BE8042 is #CC6633 (or #C63).

RGB color model

#BE8042 color RGB value is (190,128,66).

RGB: (190,128,66) (75%, 50%, 26%)

RGB channels and saturation

R 190 of 255 = 75%
G 128 of 255 = 50%
B 66 of 255 = 26%

190
128
66

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

Portions of RGB colors in percentages

R + G + B = 190 + 128 + 66 = 384 (100%)
R 190 of 384 ~ 49.48%
G 128 of 384 ~ 33.33%
B 66 of 384 ~ 17.19'%

%49.48
%33.33
%17.19

CMYK color model

#BE8042 color CMYK value is (0,33,65,25).

  • cyan value is 0.00%
  • magenta value is 32.63%
  • yellow value is 65.26%
  • key color value is 25.49%

CMYK: (0,33,65,25)
C0M33Y65K25 (0%, 33%, 65%, 25%)
(0.00 / 0.33 / 0.65 / 0.25)

CMYK percentages

%0
%32.63
%65.26
%25.49

Codes

Color #BE8042 in popluar color models

BE 80 42
RGB 190 128 66
HSL 30° 48.82% 50.20%
HSB/HSV 30° 65.26% 74.51%
CMYK 0.00% 32.63% 65.26%
25.49%

Color #BE8042 in popluar number systems.

HEX BE 80 42
Decimal 190 128 66
Binary 10111110 10000000 1000010
Octal 276 200 102

Shades and tints

Shades of #BE8042

#BE8042
(190,128,66)
#AD753C
(173,117,60)
#9C6A36
(156,106,54)
#8B5F30
(139,95,48)
#7A542A
(122,84,42)
#694924
(105,73,36)
#583E1E
(88,62,30)
#473318
(71,51,24)
#362812
(54,40,18)
#251D0C
(37,29,12)
#141206
(20,18,6)
#000000
(0,0,0)

Tints of #BE8042

#BE8042
(190,128,66)
#C38B53
(195,139,83)
#C89664
(200,150,100)
#CDA175
(205,161,117)
#D2AC86
(210,172,134)
#D7B797
(215,183,151)
#DCC2A8
(220,194,168)
#E1CDB9
(225,205,185)
#E6D8CA
(230,216,202)
#EBE3DB
(235,227,219)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE8042 color. Also use rgb(190,128,66) instead hex code.

Text Font Color

.myTextColor { color: #BE8042; }

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

This text font color is #BE8042.

Background Color

.myBgColor { background-color: #BE8042; }

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

This div background color is #BE8042.

Border color

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

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

This div border color is #BE8042.

Opacity

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

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

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

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

This text has shadow with #BE8042 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE8042.

Preview

Color preview on black background

This text has color #BE8042 on black background.


Color preview on white background

This text has color #BE8042 on white background.


Black color preview on #BE8042 background

This text has black color on #BE8042 background.


White color preview on #BE8042 background

This text has white color on #BE8042 background.


Related colors

Complementary color

Complementary color for #hex is #417FBD.


I love getcolorcode.com

Triadic colors

1 #42BE80 and #8042BE with #BE8042 are triadic colors.

2 #4280BE and #80BE42 with #BE8042 are triadic colors.