COLOR #BE744D

HEX: #BE744D
RGB: (190,116,77)

Color info

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

RGB color model

#BE744D color RGB value is (190,116,77).

  • red value is 190;
  • green value is 116;
  • blue value is 77.
RGB:
(190,116,77)
(75%,45%,30%)

RGB channels and saturation

R 190 of 255 = 75%
G 116 of 255 = 45%
B 77 of 255 = 30%

190
116
77

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

Portions of RGB colors in percentages

R + G + B =
190 + 116 + 77 = 383 (100%)
R 190 of 383 ~ 49.61%
G 116 of 383 ~ 30.29%
B 77 of 383 ~ 20.1%

%49.61
%30.29
%20.1

CMYK color model

#BE744D color CMYK value is (0,39,59,25).

  • cyan value is 0.00%
  • magenta value is 38.95%
  • yellow value is 59.47%
  • key color value is 25.49%
CMYK:
(0,39,59,25)
C0M39Y59K25 
(0%,39%,59%,25%)
(0.00/0.39/0.59/0.25)	

CMYK percentages

%0
%38.95
%59.47
%25.49

Codes

Color #BE744D in popluar color models

BE744D
RGB19011677
HSL21°46.50%52.35%
HSB/HSV21°59.47%74.51%
CMYK0.00%38.95%59.47%
25.49%

Color #BE744D in popluar number systems.

HEXBE744D
Decimal19011677
Binary1011111011101001001101
Octal276164115

Shades and tints

Shades of #BE744D

#BE744D
(190,116,77)
#AD6A46
(173,106,70)
#9C603F
(156,96,63)
#8B5638
(139,86,56)
#7A4C31
(122,76,49)
#69422A
(105,66,42)
#583823
(88,56,35)
#472E1C
(71,46,28)
#362415
(54,36,21)
#251A0E
(37,26,14)
#141007
(20,16,7)
#000000
(0,0,0)

Tints of #BE744D

#BE744D
(190,116,77)
#C3805D
(195,128,93)
#C88C6D
(200,140,109)
#CD987D
(205,152,125)
#D2A48D
(210,164,141)
#D7B09D
(215,176,157)
#DCBCAD
(220,188,173)
#E1C8BD
(225,200,189)
#E6D4CD
(230,212,205)
#EBE0DD
(235,224,221)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE744D color. Also use rgb(190,116,77) instead hex code.

Text Font Color

.myTextColor { color: #BE744D; }

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

This text font color is #BE744D.


Background Color

.myBgColor { background-color: #BE744D; }

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

This div background color is #BE744D.


Border color

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

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

This div border color is #BE744D.


Opacity

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

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

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

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

This text has shadow with #BE744D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE744D on black background.


Color preview on white background

This text has color #BE744D on white background.



Black color preview on #BE744D background

This text has black color on #BE744D background.


White color preview on #BE744D background

This text has white color on #BE744D background.