COLOR #B1887A

HEX: #B1887A RGB: (177,136,122)

Color info

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

RGB color model

#B1887A color RGB value is (177,136,122).

RGB: (177,136,122) (69%, 53%, 48%)

RGB channels and saturation

R 177 of 255 = 69%
G 136 of 255 = 53%
B 122 of 255 = 48%

177
136
122

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

Portions of RGB colors in percentages

R + G + B = 177 + 136 + 122 = 435 (100%)
R 177 of 435 ~ 40.69%
G 136 of 435 ~ 31.26%
B 122 of 435 ~ 28.05'%

%40.69
%31.26
%28.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.16%
  • yellow value is 31.07%
  • key color value is 30.59%

CMYK: (0,23,31,31)
C0M23Y31K31 (0%, 23%, 31%, 31%)
(0.00 / 0.23 / 0.31 / 0.31)

CMYK percentages

%0
%23.16
%31.07
%30.59

Codes

Color #B1887A in popluar color models

B1 88 7A
RGB 177 136 122
HSL 15° 26.07% 58.63%
HSB/HSV 15° 31.07% 69.41%
CMYK 0.00% 23.16% 31.07%
30.59%

Color #B1887A in popluar number systems.

HEX B1 88 7A
Decimal 177 136 122
Binary 10110001 10001000 1111010
Octal 261 210 172

Shades and tints

Shades of #B1887A

#B1887A
(177,136,122)
#A17C6F
(161,124,111)
#917064
(145,112,100)
#816459
(129,100,89)
#71584E
(113,88,78)
#614C43
(97,76,67)
#514038
(81,64,56)
#41342D
(65,52,45)
#312822
(49,40,34)
#211C17
(33,28,23)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #B1887A

#B1887A
(177,136,122)
#B89286
(184,146,134)
#BF9C92
(191,156,146)
#C6A69E
(198,166,158)
#CDB0AA
(205,176,170)
#D4BAB6
(212,186,182)
#DBC4C2
(219,196,194)
#E2CECE
(226,206,206)
#E9D8DA
(233,216,218)
#F0E2E6
(240,226,230)
#F7ECF2
(247,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1887A; }

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

This text font color is #B1887A.

Background Color

.myBgColor { background-color: #B1887A; }

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

This div background color is #B1887A.

Border color

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

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

This div border color is #B1887A.

Opacity

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

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

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

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

This text has shadow with #B1887A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1887A.

Preview

Color preview on black background

This text has color #B1887A on black background.


Color preview on white background

This text has color #B1887A on white background.


Black color preview on #B1887A background

This text has black color on #B1887A background.


White color preview on #B1887A background

This text has white color on #B1887A background.


Related colors

Complementary color

Complementary color for #hex is #4E7785.


I love getcolorcode.com

Triadic colors

1 #7AB188 and #887AB1 with #B1887A are triadic colors.

2 #7A88B1 and #88B17A with #B1887A are triadic colors.