COLOR #B1886F

HEX: #B1886F
RGB: (177,136,111)

Color info

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

RGB color model

#B1886F color RGB value is (177,136,111).

  • red value is 177;
  • green value is 136;
  • blue value is 111.
RGB:
(177,136,111)
(69%,53%,44%)

RGB channels and saturation

R 177 of 255 = 69%
G 136 of 255 = 53%
B 111 of 255 = 44%

177
136
111

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

Portions of RGB colors in percentages

R + G + B =
177 + 136 + 111 = 424 (100%)
R 177 of 424 ~ 41.75%
G 136 of 424 ~ 32.08%
B 111 of 424 ~ 26.18%

%41.75
%32.08
%26.18

CMYK color model

#B1886F color CMYK value is (0,23,37,31).

  • cyan value is 0.00%
  • magenta value is 23.16%
  • yellow value is 37.29%
  • key color value is 30.59%
CMYK:
(0,23,37,31)
C0M23Y37K31 
(0%,23%,37%,31%)
(0.00/0.23/0.37/0.31)	

CMYK percentages

%0
%23.16
%37.29
%30.59

Codes

Color #B1886F in popluar color models

B1886F
RGB177136111
HSL23°29.73%56.47%
HSB/HSV23°37.29%69.41%
CMYK0.00%23.16%37.29%
30.59%

Color #B1886F in popluar number systems.

HEXB1886F
Decimal177136111
Binary10110001100010001101111
Octal261210157

Shades and tints

Shades of #B1886F

#B1886F
(177,136,111)
#A17C65
(161,124,101)
#91705B
(145,112,91)
#816451
(129,100,81)
#715847
(113,88,71)
#614C3D
(97,76,61)
#514033
(81,64,51)
#413429
(65,52,41)
#31281F
(49,40,31)
#211C15
(33,28,21)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #B1886F

#B1886F
(177,136,111)
#B8927C
(184,146,124)
#BF9C89
(191,156,137)
#C6A696
(198,166,150)
#CDB0A3
(205,176,163)
#D4BAB0
(212,186,176)
#DBC4BD
(219,196,189)
#E2CECA
(226,206,202)
#E9D8D7
(233,216,215)
#F0E2E4
(240,226,228)
#F7ECF1
(247,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1886F color. Also use rgb(177,136,111) instead hex code.

Text Font Color

.myTextColor { color: #B1886F; }

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

This text font color is #B1886F.


Background Color

.myBgColor { background-color: #B1886F; }

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

This div background color is #B1886F.


Border color

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

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

This div border color is #B1886F.


Opacity

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

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

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

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

This text has shadow with #B1886F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1886F on black background.


Color preview on white background

This text has color #B1886F on white background.



Black color preview on #B1886F background

This text has black color on #B1886F background.


White color preview on #B1886F background

This text has white color on #B1886F background.