COLOR #B66C56

HEX: #B66C56
RGB: (182,108,86)

Color info

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

RGB color model

#B66C56 color RGB value is (182,108,86).

  • red value is 182;
  • green value is 108;
  • blue value is 86.
RGB:
(182,108,86)
(71%,42%,34%)

RGB channels and saturation

R 182 of 255 = 71%
G 108 of 255 = 42%
B 86 of 255 = 34%

182
108
86

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

Portions of RGB colors in percentages

R + G + B =
182 + 108 + 86 = 376 (100%)
R 182 of 376 ~ 48.4%
G 108 of 376 ~ 28.72%
B 86 of 376 ~ 22.87%

%48.4
%28.72
%22.87

CMYK color model

#B66C56 color CMYK value is (0,41,53,29).

  • cyan value is 0.00%
  • magenta value is 40.66%
  • yellow value is 52.75%
  • key color value is 28.63%
CMYK:
(0,41,53,29)
C0M41Y53K29 
(0%,41%,53%,29%)
(0.00/0.41/0.53/0.29)	

CMYK percentages

%0
%40.66
%52.75
%28.63

Codes

Color #B66C56 in popluar color models

B66C56
RGB18210886
HSL14°39.67%52.55%
HSB/HSV14°52.75%71.37%
CMYK0.00%40.66%52.75%
28.63%

Color #B66C56 in popluar number systems.

HEXB66C56
Decimal18210886
Binary1011011011011001010110
Octal266154126

Shades and tints

Shades of #B66C56

#B66C56
(182,108,86)
#A6634F
(166,99,79)
#965A48
(150,90,72)
#865141
(134,81,65)
#76483A
(118,72,58)
#663F33
(102,63,51)
#56362C
(86,54,44)
#462D25
(70,45,37)
#36241E
(54,36,30)
#261B17
(38,27,23)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #B66C56

#B66C56
(182,108,86)
#BC7965
(188,121,101)
#C28674
(194,134,116)
#C89383
(200,147,131)
#CEA092
(206,160,146)
#D4ADA1
(212,173,161)
#DABAB0
(218,186,176)
#E0C7BF
(224,199,191)
#E6D4CE
(230,212,206)
#ECE1DD
(236,225,221)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B66C56 color. Also use rgb(182,108,86) instead hex code.

Text Font Color

.myTextColor { color: #B66C56; }

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

This text font color is #B66C56.


Background Color

.myBgColor { background-color: #B66C56; }

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

This div background color is #B66C56.


Border color

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

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

This div border color is #B66C56.


Opacity

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

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

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

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

This text has shadow with #B66C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B66C56 on black background.


Color preview on white background

This text has color #B66C56 on white background.



Black color preview on #B66C56 background

This text has black color on #B66C56 background.


White color preview on #B66C56 background

This text has white color on #B66C56 background.