COLOR #BE6D72

HEX: #BE6D72
RGB: (190,109,114)

Color info

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

RGB color model

#BE6D72 color RGB value is (190,109,114).

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

RGB channels and saturation

R 190 of 255 = 75%
G 109 of 255 = 43%
B 114 of 255 = 45%

190
109
114

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

Portions of RGB colors in percentages

R + G + B =
190 + 109 + 114 = 413 (100%)
R 190 of 413 ~ 46%
G 109 of 413 ~ 26.39%
B 114 of 413 ~ 27.6%

%46
%26.39
%27.6

CMYK color model

#BE6D72 color CMYK value is (0,43,40,25).

  • cyan value is 0.00%
  • magenta value is 42.63%
  • yellow value is 40.00%
  • key color value is 25.49%
CMYK: (0,43,40,25) C0M43Y40K25 (0%,43%,40%,25%) (0.00/0.43/0.40/0.25)

CMYK percentages

%0
%42.63
%40
%25.49

Codes

Color #BE6D72 in popluar color models

BE6D72
RGB190109114
HSL356°38.39%58.63%
HSB/HSV356°42.63%74.51%
CMYK0.00%42.63%40.00%
25.49%

Color #BE6D72 in popluar number systems.

HEXBE6D72
Decimal190109114
Binary1011111011011011110010
Octal276155162

Shades and tints

Shades of #BE6D72

#BE6D72
(190,109,114)
#AD6468
(173,100,104)
#9C5B5E
(156,91,94)
#8B5254
(139,82,84)
#7A494A
(122,73,74)
#694040
(105,64,64)
#583736
(88,55,54)
#472E2C
(71,46,44)
#362522
(54,37,34)
#251C18
(37,28,24)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #BE6D72

#BE6D72
(190,109,114)
#C37A7E
(195,122,126)
#C8878A
(200,135,138)
#CD9496
(205,148,150)
#D2A1A2
(210,161,162)
#D7AEAE
(215,174,174)
#DCBBBA
(220,187,186)
#E1C8C6
(225,200,198)
#E6D5D2
(230,213,210)
#EBE2DE
(235,226,222)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE6D72; }

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

This text font color is #BE6D72.


Background Color

.myBgColor { background-color: #BE6D72; }

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

This div background color is #BE6D72.


Border color

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

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

This div border color is #BE6D72.


Opacity

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

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

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

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

This text has shadow with #BE6D72 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BE6D72 on black background.


Color preview on white background

This text has color #BE6D72 on white background.



Black color preview on #BE6D72 background

This text has black color on #BE6D72 background.


White color preview on #BE6D72 background

This text has white color on #BE6D72 background.