COLOR #BE6C71

HEX: #BE6C71
RGB: (190,108,113)

Color info

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

RGB color model

#BE6C71 color RGB value is (190,108,113).

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

RGB channels and saturation

R 190 of 255 = 75%
G 108 of 255 = 42%
B 113 of 255 = 44%

190
108
113

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

Portions of RGB colors in percentages

R + G + B =
190 + 108 + 113 = 411 (100%)
R 190 of 411 ~ 46.23%
G 108 of 411 ~ 26.28%
B 113 of 411 ~ 27.49%

%46.23
%26.28
%27.49

CMYK color model

#BE6C71 color CMYK value is (0,43,41,25).

  • cyan value is 0.00%
  • magenta value is 43.16%
  • yellow value is 40.53%
  • key color value is 25.49%
CMYK:
(0,43,41,25)
C0M43Y41K25 
(0%,43%,41%,25%)
(0.00/0.43/0.41/0.25)	

CMYK percentages

%0
%43.16
%40.53
%25.49

Codes

Color #BE6C71 in popluar color models

BE6C71
RGB190108113
HSL356°38.68%58.43%
HSB/HSV356°43.16%74.51%
CMYK0.00%43.16%40.53%
25.49%

Color #BE6C71 in popluar number systems.

HEXBE6C71
Decimal190108113
Binary1011111011011001110001
Octal276154161

Shades and tints

Shades of #BE6C71

#BE6C71
(190,108,113)
#AD6367
(173,99,103)
#9C5A5D
(156,90,93)
#8B5153
(139,81,83)
#7A4849
(122,72,73)
#693F3F
(105,63,63)
#583635
(88,54,53)
#472D2B
(71,45,43)
#362421
(54,36,33)
#251B17
(37,27,23)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #BE6C71

#BE6C71
(190,108,113)
#C3797D
(195,121,125)
#C88689
(200,134,137)
#CD9395
(205,147,149)
#D2A0A1
(210,160,161)
#D7ADAD
(215,173,173)
#DCBAB9
(220,186,185)
#E1C7C5
(225,199,197)
#E6D4D1
(230,212,209)
#EBE1DD
(235,225,221)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE6C71; }

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

This text font color is #BE6C71.


Background Color

.myBgColor { background-color: #BE6C71; }

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

This div background color is #BE6C71.


Border color

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

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

This div border color is #BE6C71.


Opacity

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

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

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

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

This text has shadow with #BE6C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE6C71 on black background.


Color preview on white background

This text has color #BE6C71 on white background.



Black color preview on #BE6C71 background

This text has black color on #BE6C71 background.


White color preview on #BE6C71 background

This text has white color on #BE6C71 background.