COLOR #B1887F

HEX: #B1887F
RGB: (177,136,127)

Color info

#B1887F contains red, green and blue colors in about the same proportion. Web safe color of #B1887F is #999966 (or #996).

RGB color model

#B1887F color RGB value is (177,136,127).

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

RGB channels and saturation

R 177 of 255 = 69%
G 136 of 255 = 53%
B 127 of 255 = 50%

177
136
127

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

Portions of RGB colors in percentages

R + G + B =
177 + 136 + 127 = 440 (100%)
R 177 of 440 ~ 40.23%
G 136 of 440 ~ 30.91%
B 127 of 440 ~ 28.86%

%40.23
%30.91
%28.86

CMYK color model

#B1887F color CMYK value is (0,23,28,31).

  • cyan value is 0.00%
  • magenta value is 23.16%
  • yellow value is 28.25%
  • key color value is 30.59%
CMYK:
(0,23,28,31)
C0M23Y28K31 
(0%,23%,28%,31%)
(0.00/0.23/0.28/0.31)	

CMYK percentages

%0
%23.16
%28.25
%30.59

Codes

Color #B1887F in popluar color models

B1887F
RGB177136127
HSL11°24.27%59.61%
HSB/HSV11°28.25%69.41%
CMYK0.00%23.16%28.25%
30.59%

Color #B1887F in popluar number systems.

HEXB1887F
Decimal177136127
Binary10110001100010001111111
Octal261210177

Shades and tints

Shades of #B1887F

#B1887F
(177,136,127)
#A17C74
(161,124,116)
#917069
(145,112,105)
#81645E
(129,100,94)
#715853
(113,88,83)
#614C48
(97,76,72)
#51403D
(81,64,61)
#413432
(65,52,50)
#312827
(49,40,39)
#211C1C
(33,28,28)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #B1887F

#B1887F
(177,136,127)
#B8928A
(184,146,138)
#BF9C95
(191,156,149)
#C6A6A0
(198,166,160)
#CDB0AB
(205,176,171)
#D4BAB6
(212,186,182)
#DBC4C1
(219,196,193)
#E2CECC
(226,206,204)
#E9D8D7
(233,216,215)
#F0E2E2
(240,226,226)
#F7ECED
(247,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1887F; }

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

This text font color is #B1887F.


Background Color

.myBgColor { background-color: #B1887F; }

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

This div background color is #B1887F.


Border color

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

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

This div border color is #B1887F.


Opacity

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

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

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

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

This text has shadow with #B1887F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1887F on black background.


Color preview on white background

This text has color #B1887F on white background.



Black color preview on #B1887F background

This text has black color on #B1887F background.


White color preview on #B1887F background

This text has white color on #B1887F background.