COLOR #BE714E

HEX: #BE714E
RGB: (190,113,78)

Color info

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

RGB color model

#BE714E color RGB value is (190,113,78).

  • red value is 190;
  • green value is 113;
  • blue value is 78.
RGB:
(190,113,78)
(75%,44%,31%)

RGB channels and saturation

R 190 of 255 = 75%
G 113 of 255 = 44%
B 78 of 255 = 31%

190
113
78

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

Portions of RGB colors in percentages

R + G + B =
190 + 113 + 78 = 381 (100%)
R 190 of 381 ~ 49.87%
G 113 of 381 ~ 29.66%
B 78 of 381 ~ 20.47%

%49.87
%29.66
%20.47

CMYK color model

#BE714E color CMYK value is (0,41,59,25).

  • cyan value is 0.00%
  • magenta value is 40.53%
  • yellow value is 58.95%
  • key color value is 25.49%
CMYK:
(0,41,59,25)
C0M41Y59K25 
(0%,41%,59%,25%)
(0.00/0.41/0.59/0.25)	

CMYK percentages

%0
%40.53
%58.95
%25.49

Codes

Color #BE714E in popluar color models

BE714E
RGB19011378
HSL19°46.28%52.55%
HSB/HSV19°58.95%74.51%
CMYK0.00%40.53%58.95%
25.49%

Color #BE714E in popluar number systems.

HEXBE714E
Decimal19011378
Binary1011111011100011001110
Octal276161116

Shades and tints

Shades of #BE714E

#BE714E
(190,113,78)
#AD6747
(173,103,71)
#9C5D40
(156,93,64)
#8B5339
(139,83,57)
#7A4932
(122,73,50)
#693F2B
(105,63,43)
#583524
(88,53,36)
#472B1D
(71,43,29)
#362116
(54,33,22)
#25170F
(37,23,15)
#140D08
(20,13,8)
#000000
(0,0,0)

Tints of #BE714E

#BE714E
(190,113,78)
#C37D5E
(195,125,94)
#C8896E
(200,137,110)
#CD957E
(205,149,126)
#D2A18E
(210,161,142)
#D7AD9E
(215,173,158)
#DCB9AE
(220,185,174)
#E1C5BE
(225,197,190)
#E6D1CE
(230,209,206)
#EBDDDE
(235,221,222)
#F0E9EE
(240,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE714E color. Also use rgb(190,113,78) instead hex code.

Text Font Color

.myTextColor { color: #BE714E; }

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

This text font color is #BE714E.


Background Color

.myBgColor { background-color: #BE714E; }

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

This div background color is #BE714E.


Border color

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

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

This div border color is #BE714E.


Opacity

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

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

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

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

This text has shadow with #BE714E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE714E on black background.


Color preview on white background

This text has color #BE714E on white background.



Black color preview on #BE714E background

This text has black color on #BE714E background.


White color preview on #BE714E background

This text has white color on #BE714E background.