COLOR #BE7166

HEX: #BE7166 RGB: (190,113,102)

Color info

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

RGB color model

#BE7166 color RGB value is (190,113,102).

RGB: (190,113,102) (75%, 44%, 40%)

RGB channels and saturation

R 190 of 255 = 75%
G 113 of 255 = 44%
B 102 of 255 = 40%

190
113
102

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

Portions of RGB colors in percentages

R + G + B = 190 + 113 + 102 = 405 (100%)
R 190 of 405 ~ 46.91%
G 113 of 405 ~ 27.9%
B 102 of 405 ~ 25.19'%

%46.91
%27.9
%25.19

CMYK color model

#BE7166 color CMYK value is (0,41,46,25).

  • cyan value is 0.00%
  • magenta value is 40.53%
  • yellow value is 46.32%
  • key color value is 25.49%

CMYK: (0,41,46,25)
C0M41Y46K25 (0%, 41%, 46%, 25%)
(0.00 / 0.41 / 0.46 / 0.25)

CMYK percentages

%0
%40.53
%46.32
%25.49

Codes

Color #BE7166 in popluar color models

BE 71 66
RGB 190 113 102
HSL 40.37% 57.25%
HSB/HSV 46.32% 74.51%
CMYK 0.00% 40.53% 46.32%
25.49%

Color #BE7166 in popluar number systems.

HEX BE 71 66
Decimal 190 113 102
Binary 10111110 1110001 1100110
Octal 276 161 146

Shades and tints

Shades of #BE7166

#BE7166
(190,113,102)
#AD675D
(173,103,93)
#9C5D54
(156,93,84)
#8B534B
(139,83,75)
#7A4942
(122,73,66)
#693F39
(105,63,57)
#583530
(88,53,48)
#472B27
(71,43,39)
#36211E
(54,33,30)
#251715
(37,23,21)
#140D0C
(20,13,12)
#000000
(0,0,0)

Tints of #BE7166

#BE7166
(190,113,102)
#C37D73
(195,125,115)
#C88980
(200,137,128)
#CD958D
(205,149,141)
#D2A19A
(210,161,154)
#D7ADA7
(215,173,167)
#DCB9B4
(220,185,180)
#E1C5C1
(225,197,193)
#E6D1CE
(230,209,206)
#EBDDDB
(235,221,219)
#F0E9E8
(240,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE7166; }

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

This text font color is #BE7166.

Background Color

.myBgColor { background-color: #BE7166; }

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

This div background color is #BE7166.

Border color

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

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

This div border color is #BE7166.

Opacity

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

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

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

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

This text has shadow with #BE7166 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE7166.

Preview

Color preview on black background

This text has color #BE7166 on black background.


Color preview on white background

This text has color #BE7166 on white background.


Black color preview on #BE7166 background

This text has black color on #BE7166 background.


White color preview on #BE7166 background

This text has white color on #BE7166 background.


Related colors

Complementary color

Complementary color for #hex is #418E99.


I love getcolorcode.com

Triadic colors

1 #66BE71 and #7166BE with #BE7166 are triadic colors.

2 #6671BE and #71BE66 with #BE7166 are triadic colors.