COLOR #B3886D

HEX: #B3886D RGB: (179,136,109)

Color info

#B3886D contains mainly red and green colors. Web safe color of #B3886D is #999966 (or #996).

RGB color model

#B3886D color RGB value is (179,136,109).

RGB: (179,136,109) (70%, 53%, 43%)

RGB channels and saturation

R 179 of 255 = 70%
G 136 of 255 = 53%
B 109 of 255 = 43%

179
136
109

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

Portions of RGB colors in percentages

R + G + B = 179 + 136 + 109 = 424 (100%)
R 179 of 424 ~ 42.22%
G 136 of 424 ~ 32.08%
B 109 of 424 ~ 25.71'%

%42.22
%32.08
%25.71

CMYK color model

#B3886D color CMYK value is (0,24,39,30).

  • cyan value is 0.00%
  • magenta value is 24.02%
  • yellow value is 39.11%
  • key color value is 29.80%

CMYK: (0,24,39,30)
C0M24Y39K30 (0%, 24%, 39%, 30%)
(0.00 / 0.24 / 0.39 / 0.30)

CMYK percentages

%0
%24.02
%39.11
%29.8

Codes

Color #B3886D in popluar color models

B3 88 6D
RGB 179 136 109
HSL 23° 31.53% 56.47%
HSB/HSV 23° 39.11% 70.20%
CMYK 0.00% 24.02% 39.11%
29.80%

Color #B3886D in popluar number systems.

HEX B3 88 6D
Decimal 179 136 109
Binary 10110011 10001000 1101101
Octal 263 210 155

Shades and tints

Shades of #B3886D

#B3886D
(179,136,109)
#A37C64
(163,124,100)
#93705B
(147,112,91)
#836452
(131,100,82)
#735849
(115,88,73)
#634C40
(99,76,64)
#534037
(83,64,55)
#43342E
(67,52,46)
#332825
(51,40,37)
#231C1C
(35,28,28)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #B3886D

#B3886D
(179,136,109)
#B9927A
(185,146,122)
#BF9C87
(191,156,135)
#C5A694
(197,166,148)
#CBB0A1
(203,176,161)
#D1BAAE
(209,186,174)
#D7C4BB
(215,196,187)
#DDCEC8
(221,206,200)
#E3D8D5
(227,216,213)
#E9E2E2
(233,226,226)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3886D color. Also use rgb(179,136,109) instead hex code.

Text Font Color

.myTextColor { color: #B3886D; }

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

This text font color is #B3886D.

Background Color

.myBgColor { background-color: #B3886D; }

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

This div background color is #B3886D.

Border color

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

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

This div border color is #B3886D.

Opacity

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

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

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

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

This text has shadow with #B3886D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3886D.

Preview

Color preview on black background

This text has color #B3886D on black background.


Color preview on white background

This text has color #B3886D on white background.


Black color preview on #B3886D background

This text has black color on #B3886D background.


White color preview on #B3886D background

This text has white color on #B3886D background.


Related colors

Complementary color

Complementary color for #hex is #4C7792.


I love getcolorcode.com

Triadic colors

1 #6DB388 and #886DB3 with #B3886D are triadic colors.

2 #6D88B3 and #88B36D with #B3886D are triadic colors.