COLOR #B3885D

HEX: #B3885D RGB: (179,136,93)

Color info

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

RGB color model

#B3885D color RGB value is (179,136,93).

RGB: (179,136,93) (70%, 53%, 36%)

RGB channels and saturation

R 179 of 255 = 70%
G 136 of 255 = 53%
B 93 of 255 = 36%

179
136
93

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

Portions of RGB colors in percentages

R + G + B = 179 + 136 + 93 = 408 (100%)
R 179 of 408 ~ 43.87%
G 136 of 408 ~ 33.33%
B 93 of 408 ~ 22.79'%

%43.87
%33.33
%22.79

CMYK color model

#B3885D color CMYK value is (0,24,48,30).

  • cyan value is 0.00%
  • magenta value is 24.02%
  • yellow value is 48.04%
  • key color value is 29.80%
CMYK: (0,24,48,30) C0M24Y48K30 (0%,24%,48%,30%) (0.00/0.24/0.48/0.30) 

CMYK percentages

%0
%24.02
%48.04
%29.8

Codes

Color #B3885D in popluar color models

B3 88 5D
RGB 179 136 93
HSL 30° 36.13% 53.33%
HSB/HSV 30° 48.04% 70.20%
CMYK 0.00% 24.02% 48.04%
29.80%

Color #B3885D in popluar number systems.

HEX B3 88 5D
Decimal 179 136 93
Binary 10110011 10001000 1011101
Octal 263 210 135

Shades and tints

Shades of #B3885D

#B3885D
(179,136,93)
#A37C55
(163,124,85)
#93704D
(147,112,77)
#836445
(131,100,69)
#73583D
(115,88,61)
#634C35
(99,76,53)
#53402D
(83,64,45)
#433425
(67,52,37)
#33281D
(51,40,29)
#231C15
(35,28,21)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #B3885D

#B3885D
(179,136,93)
#B9926B
(185,146,107)
#BF9C79
(191,156,121)
#C5A687
(197,166,135)
#CBB095
(203,176,149)
#D1BAA3
(209,186,163)
#D7C4B1
(215,196,177)
#DDCEBF
(221,206,191)
#E3D8CD
(227,216,205)
#E9E2DB
(233,226,219)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3885D; }

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

This text font color is #B3885D.

Background Color

.myBgColor { background-color: #B3885D; }

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

This div background color is #B3885D.

Border color

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

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

This div border color is #B3885D.

Opacity

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

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

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

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

This text has shadow with #B3885D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3885D.

Preview

Color preview on black background

This text has color #B3885D on black background.


Color preview on white background

This text has color #B3885D on white background.


Black color preview on #B3885D background

This text has black color on #B3885D background.


White color preview on #B3885D background

This text has white color on #B3885D background.


Related colors

Complementary color

Complementary color for #hex is #4C77A2.


I love getcolorcode.com

Triadic colors

1 #5DB388 and #885DB3 with #B3885D are triadic colors.

2 #5D88B3 and #88B35D with #B3885D are triadic colors.