COLOR #BE6D50

HEX: #BE6D50
RGB: (190,109,80)

Color info

#BE6D50 contains mainly red color. Web safe color of #BE6D50 is #CC6666 (or #C66).

RGB color model

#BE6D50 color RGB value is (190,109,80).

  • red value is 190;
  • green value is 109;
  • blue value is 80.
RGB:
(190,109,80)
(75%,43%,31%)

RGB channels and saturation

R 190 of 255 = 75%
G 109 of 255 = 43%
B 80 of 255 = 31%

190
109
80

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

Portions of RGB colors in percentages

R + G + B =
190 + 109 + 80 = 379 (100%)
R 190 of 379 ~ 50.13%
G 109 of 379 ~ 28.76%
B 80 of 379 ~ 21.11%

%50.13
%28.76
%21.11

CMYK color model

#BE6D50 color CMYK value is (0,43,58,25).

  • cyan value is 0.00%
  • magenta value is 42.63%
  • yellow value is 57.89%
  • key color value is 25.49%
CMYK:
(0,43,58,25)
C0M43Y58K25 
(0%,43%,58%,25%)
(0.00/0.43/0.58/0.25)	

CMYK percentages

%0
%42.63
%57.89
%25.49

Codes

Color #BE6D50 in popluar color models

BE6D50
RGB19010980
HSL16°45.83%52.94%
HSB/HSV16°57.89%74.51%
CMYK0.00%42.63%57.89%
25.49%

Color #BE6D50 in popluar number systems.

HEXBE6D50
Decimal19010980
Binary1011111011011011010000
Octal276155120

Shades and tints

Shades of #BE6D50

#BE6D50
(190,109,80)
#AD6449
(173,100,73)
#9C5B42
(156,91,66)
#8B523B
(139,82,59)
#7A4934
(122,73,52)
#69402D
(105,64,45)
#583726
(88,55,38)
#472E1F
(71,46,31)
#362518
(54,37,24)
#251C11
(37,28,17)
#14130A
(20,19,10)
#000000
(0,0,0)

Tints of #BE6D50

#BE6D50
(190,109,80)
#C37A5F
(195,122,95)
#C8876E
(200,135,110)
#CD947D
(205,148,125)
#D2A18C
(210,161,140)
#D7AE9B
(215,174,155)
#DCBBAA
(220,187,170)
#E1C8B9
(225,200,185)
#E6D5C8
(230,213,200)
#EBE2D7
(235,226,215)
#F0EFE6
(240,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE6D50; }

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

This text font color is #BE6D50.


Background Color

.myBgColor { background-color: #BE6D50; }

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

This div background color is #BE6D50.


Border color

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

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

This div border color is #BE6D50.


Opacity

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

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

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

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

This text has shadow with #BE6D50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE6D50 on black background.


Color preview on white background

This text has color #BE6D50 on white background.



Black color preview on #BE6D50 background

This text has black color on #BE6D50 background.


White color preview on #BE6D50 background

This text has white color on #BE6D50 background.