COLOR #B66E6D

HEX: #B66E6D RGB: (182,110,109)

Color info

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

RGB color model

#B66E6D color RGB value is (182,110,109).

RGB: (182,110,109) (71%, 43%, 43%)

RGB channels and saturation

R 182 of 255 = 71%
G 110 of 255 = 43%
B 109 of 255 = 43%

182
110
109

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

Portions of RGB colors in percentages

R + G + B = 182 + 110 + 109 = 401 (100%)
R 182 of 401 ~ 45.39%
G 110 of 401 ~ 27.43%
B 109 of 401 ~ 27.18'%

%45.39
%27.43
%27.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.56%
  • yellow value is 40.11%
  • key color value is 28.63%

CMYK: (0,40,40,29)
C0M40Y40K29 (0%, 40%, 40%, 29%)
(0.00 / 0.40 / 0.40 / 0.29)

CMYK percentages

%0
%39.56
%40.11
%28.63

Codes

Color #B66E6D in popluar color models

B6 6E 6D
RGB 182 110 109
HSL 33.33% 57.06%
HSB/HSV 40.11% 71.37%
CMYK 0.00% 39.56% 40.11%
28.63%

Color #B66E6D in popluar number systems.

HEX B6 6E 6D
Decimal 182 110 109
Binary 10110110 1101110 1101101
Octal 266 156 155

Shades and tints

Shades of #B66E6D

#B66E6D
(182,110,109)
#A66464
(166,100,100)
#965A5B
(150,90,91)
#865052
(134,80,82)
#764649
(118,70,73)
#663C40
(102,60,64)
#563237
(86,50,55)
#46282E
(70,40,46)
#361E25
(54,30,37)
#26141C
(38,20,28)
#160A13
(22,10,19)
#000000
(0,0,0)

Tints of #B66E6D

#B66E6D
(182,110,109)
#BC7B7A
(188,123,122)
#C28887
(194,136,135)
#C89594
(200,149,148)
#CEA2A1
(206,162,161)
#D4AFAE
(212,175,174)
#DABCBB
(218,188,187)
#E0C9C8
(224,201,200)
#E6D6D5
(230,214,213)
#ECE3E2
(236,227,226)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B66E6D; }

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

This text font color is #B66E6D.

Background Color

.myBgColor { background-color: #B66E6D; }

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

This div background color is #B66E6D.

Border color

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

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

This div border color is #B66E6D.

Opacity

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

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

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

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

This text has shadow with #B66E6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B66E6D.

Preview

Color preview on black background

This text has color #B66E6D on black background.


Color preview on white background

This text has color #B66E6D on white background.


Black color preview on #B66E6D background

This text has black color on #B66E6D background.


White color preview on #B66E6D background

This text has white color on #B66E6D background.


Related colors

Complementary color

Complementary color for #hex is #499192.


I love getcolorcode.com

Triadic colors

1 #6DB66E and #6E6DB6 with #B66E6D are triadic colors.

2 #6D6EB6 and #6EB66D with #B66E6D are triadic colors.