COLOR #B66E63

HEX: #B66E63 RGB: (182,110,99)

Color info

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

RGB color model

#B66E63 color RGB value is (182,110,99).

RGB: (182,110,99) (71%, 43%, 39%)

RGB channels and saturation

R 182 of 255 = 71%
G 110 of 255 = 43%
B 99 of 255 = 39%

182
110
99

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

Portions of RGB colors in percentages

R + G + B = 182 + 110 + 99 = 391 (100%)
R 182 of 391 ~ 46.55%
G 110 of 391 ~ 28.13%
B 99 of 391 ~ 25.32'%

%46.55
%28.13
%25.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.56%
  • yellow value is 45.60%
  • key color value is 28.63%
CMYK: (0,40,46,29) C0M40Y46K29 (0%,40%,46%,29%) (0.00/0.40/0.46/0.29) 

CMYK percentages

%0
%39.56
%45.6
%28.63

Codes

Color #B66E63 in popluar color models

B6 6E 63
RGB 182 110 99
HSL 36.24% 55.10%
HSB/HSV 45.60% 71.37%
CMYK 0.00% 39.56% 45.60%
28.63%

Color #B66E63 in popluar number systems.

HEX B6 6E 63
Decimal 182 110 99
Binary 10110110 1101110 1100011
Octal 266 156 143

Shades and tints

Shades of #B66E63

#B66E63
(182,110,99)
#A6645A
(166,100,90)
#965A51
(150,90,81)
#865048
(134,80,72)
#76463F
(118,70,63)
#663C36
(102,60,54)
#56322D
(86,50,45)
#462824
(70,40,36)
#361E1B
(54,30,27)
#261412
(38,20,18)
#160A09
(22,10,9)
#000000
(0,0,0)

Tints of #B66E63

#B66E63
(182,110,99)
#BC7B71
(188,123,113)
#C2887F
(194,136,127)
#C8958D
(200,149,141)
#CEA29B
(206,162,155)
#D4AFA9
(212,175,169)
#DABCB7
(218,188,183)
#E0C9C5
(224,201,197)
#E6D6D3
(230,214,211)
#ECE3E1
(236,227,225)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B66E63; }

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

This text font color is #B66E63.

Background Color

.myBgColor { background-color: #B66E63; }

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

This div background color is #B66E63.

Border color

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

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

This div border color is #B66E63.

Opacity

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

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

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

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

This text has shadow with #B66E63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B66E63.

Preview

Color preview on black background

This text has color #B66E63 on black background.


Color preview on white background

This text has color #B66E63 on white background.


Black color preview on #B66E63 background

This text has black color on #B66E63 background.


White color preview on #B66E63 background

This text has white color on #B66E63 background.


Related colors

Complementary color

Complementary color for #hex is #49919C.


I love getcolorcode.com

Triadic colors

1 #63B66E and #6E63B6 with #B66E63 are triadic colors.

2 #636EB6 and #6EB663 with #B66E63 are triadic colors.