COLOR #B3876F

HEX: #B3876F RGB: (179,135,111)

Color info

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

RGB color model

#B3876F color RGB value is (179,135,111).

RGB: (179,135,111) (70%, 53%, 44%)

RGB channels and saturation

R 179 of 255 = 70%
G 135 of 255 = 53%
B 111 of 255 = 44%

179
135
111

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

Portions of RGB colors in percentages

R + G + B = 179 + 135 + 111 = 425 (100%)
R 179 of 425 ~ 42.12%
G 135 of 425 ~ 31.76%
B 111 of 425 ~ 26.12'%

%42.12
%31.76
%26.12

CMYK color model

#B3876F color CMYK value is (0,25,38,30).

  • cyan value is 0.00%
  • magenta value is 24.58%
  • yellow value is 37.99%
  • key color value is 29.80%

CMYK: (0,25,38,30)
C0M25Y38K30 (0%, 25%, 38%, 30%)
(0.00 / 0.25 / 0.38 / 0.30)

CMYK percentages

%0
%24.58
%37.99
%29.8

Codes

Color #B3876F in popluar color models

B3 87 6F
RGB 179 135 111
HSL 21° 30.91% 56.86%
HSB/HSV 21° 37.99% 70.20%
CMYK 0.00% 24.58% 37.99%
29.80%

Color #B3876F in popluar number systems.

HEX B3 87 6F
Decimal 179 135 111
Binary 10110011 10000111 1101111
Octal 263 207 157

Shades and tints

Shades of #B3876F

#B3876F
(179,135,111)
#A37B65
(163,123,101)
#936F5B
(147,111,91)
#836351
(131,99,81)
#735747
(115,87,71)
#634B3D
(99,75,61)
#533F33
(83,63,51)
#433329
(67,51,41)
#33271F
(51,39,31)
#231B15
(35,27,21)
#130F0B
(19,15,11)
#000000
(0,0,0)

Tints of #B3876F

#B3876F
(179,135,111)
#B9917C
(185,145,124)
#BF9B89
(191,155,137)
#C5A596
(197,165,150)
#CBAFA3
(203,175,163)
#D1B9B0
(209,185,176)
#D7C3BD
(215,195,189)
#DDCDCA
(221,205,202)
#E3D7D7
(227,215,215)
#E9E1E4
(233,225,228)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3876F color. Also use rgb(179,135,111) instead hex code.

Text Font Color

.myTextColor { color: #B3876F; }

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

This text font color is #B3876F.

Background Color

.myBgColor { background-color: #B3876F; }

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

This div background color is #B3876F.

Border color

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

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

This div border color is #B3876F.

Opacity

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

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

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

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

This text has shadow with #B3876F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3876F.

Preview

Color preview on black background

This text has color #B3876F on black background.


Color preview on white background

This text has color #B3876F on white background.


Black color preview on #B3876F background

This text has black color on #B3876F background.


White color preview on #B3876F background

This text has white color on #B3876F background.


Related colors

Complementary color

Complementary color for #hex is #4C7890.


I love getcolorcode.com

Triadic colors

1 #6FB387 and #876FB3 with #B3876F are triadic colors.

2 #6F87B3 and #87B36F with #B3876F are triadic colors.