COLOR #B6855E

HEX: #B6855E RGB: (182,133,94)

Color info

#B6855E contains mainly red and green colors. Web safe color of #B6855E is #CC9966 (or #C96).

RGB color model

#B6855E color RGB value is (182,133,94).

RGB: (182,133,94) (71%, 52%, 37%)

RGB channels and saturation

R 182 of 255 = 71%
G 133 of 255 = 52%
B 94 of 255 = 37%

182
133
94

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

Portions of RGB colors in percentages

R + G + B = 182 + 133 + 94 = 409 (100%)
R 182 of 409 ~ 44.5%
G 133 of 409 ~ 32.52%
B 94 of 409 ~ 22.98'%

%44.5
%32.52
%22.98

CMYK color model

#B6855E color CMYK value is (0,27,48,29).

  • cyan value is 0.00%
  • magenta value is 26.92%
  • yellow value is 48.35%
  • key color value is 28.63%

CMYK: (0,27,48,29)
C0M27Y48K29 (0%, 27%, 48%, 29%)
(0.00 / 0.27 / 0.48 / 0.29)

CMYK percentages

%0
%26.92
%48.35
%28.63

Codes

Color #B6855E in popluar color models

B6 85 5E
RGB 182 133 94
HSL 27° 37.61% 54.12%
HSB/HSV 27° 48.35% 71.37%
CMYK 0.00% 26.92% 48.35%
28.63%

Color #B6855E in popluar number systems.

HEX B6 85 5E
Decimal 182 133 94
Binary 10110110 10000101 1011110
Octal 266 205 136

Shades and tints

Shades of #B6855E

#B6855E
(182,133,94)
#A67956
(166,121,86)
#966D4E
(150,109,78)
#866146
(134,97,70)
#76553E
(118,85,62)
#664936
(102,73,54)
#563D2E
(86,61,46)
#463126
(70,49,38)
#36251E
(54,37,30)
#261916
(38,25,22)
#160D0E
(22,13,14)
#000000
(0,0,0)

Tints of #B6855E

#B6855E
(182,133,94)
#BC906C
(188,144,108)
#C29B7A
(194,155,122)
#C8A688
(200,166,136)
#CEB196
(206,177,150)
#D4BCA4
(212,188,164)
#DAC7B2
(218,199,178)
#E0D2C0
(224,210,192)
#E6DDCE
(230,221,206)
#ECE8DC
(236,232,220)
#F2F3EA
(242,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6855E color. Also use rgb(182,133,94) instead hex code.

Text Font Color

.myTextColor { color: #B6855E; }

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

This text font color is #B6855E.

Background Color

.myBgColor { background-color: #B6855E; }

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

This div background color is #B6855E.

Border color

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

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

This div border color is #B6855E.

Opacity

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

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

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

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

This text has shadow with #B6855E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6855E.

Preview

Color preview on black background

This text has color #B6855E on black background.


Color preview on white background

This text has color #B6855E on white background.


Black color preview on #B6855E background

This text has black color on #B6855E background.


White color preview on #B6855E background

This text has white color on #B6855E background.


Related colors

Complementary color

Complementary color for #hex is #497AA1.


I love getcolorcode.com

Triadic colors

1 #5EB685 and #855EB6 with #B6855E are triadic colors.

2 #5E85B6 and #85B65E with #B6855E are triadic colors.