COLOR #B66E76

HEX: #B66E76
RGB: (182,110,118)

Color info

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

RGB color model

#B66E76 color RGB value is (182,110,118).

  • red value is 182;
  • green value is 110;
  • blue value is 118.
RGB:
(182,110,118)
(71%,43%,46%)

RGB channels and saturation

R 182 of 255 = 71%
G 110 of 255 = 43%
B 118 of 255 = 46%

182
110
118

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

Portions of RGB colors in percentages

R + G + B =
182 + 110 + 118 = 410 (100%)
R 182 of 410 ~ 44.39%
G 110 of 410 ~ 26.83%
B 118 of 410 ~ 28.78%

%44.39
%26.83
%28.78

CMYK color model

#B66E76 color CMYK value is (0,40,35,29).

  • cyan value is 0.00%
  • magenta value is 39.56%
  • yellow value is 35.16%
  • key color value is 28.63%
CMYK:
(0,40,35,29)
C0M40Y35K29 
(0%,40%,35%,29%)
(0.00/0.40/0.35/0.29)	

CMYK percentages

%0
%39.56
%35.16
%28.63

Codes

Color #B66E76 in popluar color models

B66E76
RGB182110118
HSL353°33.03%57.25%
HSB/HSV353°39.56%71.37%
CMYK0.00%39.56%35.16%
28.63%

Color #B66E76 in popluar number systems.

HEXB66E76
Decimal182110118
Binary1011011011011101110110
Octal266156166

Shades and tints

Shades of #B66E76

#B66E76
(182,110,118)
#A6646C
(166,100,108)
#965A62
(150,90,98)
#865058
(134,80,88)
#76464E
(118,70,78)
#663C44
(102,60,68)
#56323A
(86,50,58)
#462830
(70,40,48)
#361E26
(54,30,38)
#26141C
(38,20,28)
#160A12
(22,10,18)
#000000
(0,0,0)

Tints of #B66E76

#B66E76
(182,110,118)
#BC7B82
(188,123,130)
#C2888E
(194,136,142)
#C8959A
(200,149,154)
#CEA2A6
(206,162,166)
#D4AFB2
(212,175,178)
#DABCBE
(218,188,190)
#E0C9CA
(224,201,202)
#E6D6D6
(230,214,214)
#ECE3E2
(236,227,226)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B66E76 color. Also use rgb(182,110,118) instead hex code.

Text Font Color

.myTextColor { color: #B66E76; }

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

This text font color is #B66E76.


Background Color

.myBgColor { background-color: #B66E76; }

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

This div background color is #B66E76.


Border color

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

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

This div border color is #B66E76.


Opacity

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

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

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

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

This text has shadow with #B66E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B66E76 on black background.


Color preview on white background

This text has color #B66E76 on white background.



Black color preview on #B66E76 background

This text has black color on #B66E76 background.


White color preview on #B66E76 background

This text has white color on #B66E76 background.