COLOR #B66D6C

HEX: #B66D6C
RGB: (182,109,108)

Color info

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

RGB color model

#B66D6C color RGB value is (182,109,108).

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

RGB channels and saturation

R 182 of 255 = 71%
G 109 of 255 = 43%
B 108 of 255 = 42%

182
109
108

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

Portions of RGB colors in percentages

R + G + B =
182 + 109 + 108 = 399 (100%)
R 182 of 399 ~ 45.61%
G 109 of 399 ~ 27.32%
B 108 of 399 ~ 27.07%

%45.61
%27.32
%27.07

CMYK color model

#B66D6C color CMYK value is (0,40,41,29).

  • cyan value is 0.00%
  • magenta value is 40.11%
  • yellow value is 40.66%
  • key color value is 28.63%
CMYK:
(0,40,41,29)
C0M40Y41K29 
(0%,40%,41%,29%)
(0.00/0.40/0.41/0.29)	

CMYK percentages

%0
%40.11
%40.66
%28.63

Codes

Color #B66D6C in popluar color models

B66D6C
RGB182109108
HSL33.64%56.86%
HSB/HSV40.66%71.37%
CMYK0.00%40.11%40.66%
28.63%

Color #B66D6C in popluar number systems.

HEXB66D6C
Decimal182109108
Binary1011011011011011101100
Octal266155154

Shades and tints

Shades of #B66D6C

#B66D6C
(182,109,108)
#A66463
(166,100,99)
#965B5A
(150,91,90)
#865251
(134,82,81)
#764948
(118,73,72)
#66403F
(102,64,63)
#563736
(86,55,54)
#462E2D
(70,46,45)
#362524
(54,37,36)
#261C1B
(38,28,27)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #B66D6C

#B66D6C
(182,109,108)
#BC7A79
(188,122,121)
#C28786
(194,135,134)
#C89493
(200,148,147)
#CEA1A0
(206,161,160)
#D4AEAD
(212,174,173)
#DABBBA
(218,187,186)
#E0C8C7
(224,200,199)
#E6D5D4
(230,213,212)
#ECE2E1
(236,226,225)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B66D6C; }

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

This text font color is #B66D6C.


Background Color

.myBgColor { background-color: #B66D6C; }

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

This div background color is #B66D6C.


Border color

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

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

This div border color is #B66D6C.


Opacity

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

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

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

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

This text has shadow with #B66D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B66D6C on black background.


Color preview on white background

This text has color #B66D6C on white background.



Black color preview on #B66D6C background

This text has black color on #B66D6C background.


White color preview on #B66D6C background

This text has white color on #B66D6C background.