COLOR #BE6D49

HEX: #BE6D49 RGB: (190,109,73)

Color info

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

RGB color model

#BE6D49 color RGB value is (190,109,73).

RGB: (190,109,73) (75%, 43%, 29%)

RGB channels and saturation

R 190 of 255 = 75%
G 109 of 255 = 43%
B 73 of 255 = 29%

190
109
73

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

Portions of RGB colors in percentages

R + G + B = 190 + 109 + 73 = 372 (100%)
R 190 of 372 ~ 51.08%
G 109 of 372 ~ 29.3%
B 73 of 372 ~ 19.62'%

%51.08
%29.3
%19.62

CMYK color model

#BE6D49 color CMYK value is (0,43,62,25).

  • cyan value is 0.00%
  • magenta value is 42.63%
  • yellow value is 61.58%
  • key color value is 25.49%

CMYK: (0,43,62,25)
C0M43Y62K25 (0%, 43%, 62%, 25%)
(0.00 / 0.43 / 0.62 / 0.25)

CMYK percentages

%0
%42.63
%61.58
%25.49

Codes

Color #BE6D49 in popluar color models

BE 6D 49
RGB 190 109 73
HSL 18° 47.37% 51.57%
HSB/HSV 18° 61.58% 74.51%
CMYK 0.00% 42.63% 61.58%
25.49%

Color #BE6D49 in popluar number systems.

HEX BE 6D 49
Decimal 190 109 73
Binary 10111110 1101101 1001001
Octal 276 155 111

Shades and tints

Shades of #BE6D49

#BE6D49
(190,109,73)
#AD6443
(173,100,67)
#9C5B3D
(156,91,61)
#8B5237
(139,82,55)
#7A4931
(122,73,49)
#69402B
(105,64,43)
#583725
(88,55,37)
#472E1F
(71,46,31)
#362519
(54,37,25)
#251C13
(37,28,19)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #BE6D49

#BE6D49
(190,109,73)
#C37A59
(195,122,89)
#C88769
(200,135,105)
#CD9479
(205,148,121)
#D2A189
(210,161,137)
#D7AE99
(215,174,153)
#DCBBA9
(220,187,169)
#E1C8B9
(225,200,185)
#E6D5C9
(230,213,201)
#EBE2D9
(235,226,217)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE6D49; }

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

This text font color is #BE6D49.

Background Color

.myBgColor { background-color: #BE6D49; }

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

This div background color is #BE6D49.

Border color

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

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

This div border color is #BE6D49.

Opacity

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

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

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

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

This text has shadow with #BE6D49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE6D49.

Preview

Color preview on black background

This text has color #BE6D49 on black background.


Color preview on white background

This text has color #BE6D49 on white background.


Black color preview on #BE6D49 background

This text has black color on #BE6D49 background.


White color preview on #BE6D49 background

This text has white color on #BE6D49 background.


Related colors

Complementary color

Complementary color for #hex is #4192B6.


I love getcolorcode.com

Triadic colors

1 #49BE6D and #6D49BE with #BE6D49 are triadic colors.

2 #496DBE and #6DBE49 with #BE6D49 are triadic colors.