COLOR #BE6E74

HEX: #BE6E74
RGB: (190,110,116)

Color info

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

RGB color model

#BE6E74 color RGB value is (190,110,116).

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

RGB channels and saturation

R 190 of 255 = 75%
G 110 of 255 = 43%
B 116 of 255 = 45%

190
110
116

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

Portions of RGB colors in percentages

R + G + B =
190 + 110 + 116 = 416 (100%)
R 190 of 416 ~ 45.67%
G 110 of 416 ~ 26.44%
B 116 of 416 ~ 27.88%

%45.67
%26.44
%27.88

CMYK color model

#BE6E74 color CMYK value is (0,42,39,25).

  • cyan value is 0.00%
  • magenta value is 42.11%
  • yellow value is 38.95%
  • key color value is 25.49%
CMYK:
(0,42,39,25)
C0M42Y39K25 
(0%,42%,39%,25%)
(0.00/0.42/0.39/0.25)	

CMYK percentages

%0
%42.11
%38.95
%25.49

Codes

Color #BE6E74 in popluar color models

BE6E74
RGB190110116
HSL356°38.10%58.82%
HSB/HSV356°42.11%74.51%
CMYK0.00%42.11%38.95%
25.49%

Color #BE6E74 in popluar number systems.

HEXBE6E74
Decimal190110116
Binary1011111011011101110100
Octal276156164

Shades and tints

Shades of #BE6E74

#BE6E74
(190,110,116)
#AD646A
(173,100,106)
#9C5A60
(156,90,96)
#8B5056
(139,80,86)
#7A464C
(122,70,76)
#693C42
(105,60,66)
#583238
(88,50,56)
#47282E
(71,40,46)
#361E24
(54,30,36)
#25141A
(37,20,26)
#140A10
(20,10,16)
#000000
(0,0,0)

Tints of #BE6E74

#BE6E74
(190,110,116)
#C37B80
(195,123,128)
#C8888C
(200,136,140)
#CD9598
(205,149,152)
#D2A2A4
(210,162,164)
#D7AFB0
(215,175,176)
#DCBCBC
(220,188,188)
#E1C9C8
(225,201,200)
#E6D6D4
(230,214,212)
#EBE3E0
(235,227,224)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE6E74; }

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

This text font color is #BE6E74.


Background Color

.myBgColor { background-color: #BE6E74; }

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

This div background color is #BE6E74.


Border color

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

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

This div border color is #BE6E74.


Opacity

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

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

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

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

This text has shadow with #BE6E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE6E74 on black background.


Color preview on white background

This text has color #BE6E74 on white background.



Black color preview on #BE6E74 background

This text has black color on #BE6E74 background.


White color preview on #BE6E74 background

This text has white color on #BE6E74 background.