COLOR #B1885B

HEX: #B1885B RGB: (177,136,91)

Color info

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

RGB color model

#B1885B color RGB value is (177,136,91).

RGB: (177,136,91) (69%, 53%, 36%)

RGB channels and saturation

R 177 of 255 = 69%
G 136 of 255 = 53%
B 91 of 255 = 36%

177
136
91

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

Portions of RGB colors in percentages

R + G + B = 177 + 136 + 91 = 404 (100%)
R 177 of 404 ~ 43.81%
G 136 of 404 ~ 33.66%
B 91 of 404 ~ 22.52'%

%43.81
%33.66
%22.52

CMYK color model

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

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

CMYK: (0,23,49,31)
C0M23Y49K31 (0%, 23%, 49%, 31%)
(0.00 / 0.23 / 0.49 / 0.31)

CMYK percentages

%0
%23.16
%48.59
%30.59

Codes

Color #B1885B in popluar color models

B1 88 5B
RGB 177 136 91
HSL 31° 35.54% 52.55%
HSB/HSV 31° 48.59% 69.41%
CMYK 0.00% 23.16% 48.59%
30.59%

Color #B1885B in popluar number systems.

HEX B1 88 5B
Decimal 177 136 91
Binary 10110001 10001000 1011011
Octal 261 210 133

Shades and tints

Shades of #B1885B

#B1885B
(177,136,91)
#A17C53
(161,124,83)
#91704B
(145,112,75)
#816443
(129,100,67)
#71583B
(113,88,59)
#614C33
(97,76,51)
#51402B
(81,64,43)
#413423
(65,52,35)
#31281B
(49,40,27)
#211C13
(33,28,19)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #B1885B

#B1885B
(177,136,91)
#B89269
(184,146,105)
#BF9C77
(191,156,119)
#C6A685
(198,166,133)
#CDB093
(205,176,147)
#D4BAA1
(212,186,161)
#DBC4AF
(219,196,175)
#E2CEBD
(226,206,189)
#E9D8CB
(233,216,203)
#F0E2D9
(240,226,217)
#F7ECE7
(247,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1885B; }

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

This text font color is #B1885B.

Background Color

.myBgColor { background-color: #B1885B; }

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

This div background color is #B1885B.

Border color

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

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

This div border color is #B1885B.

Opacity

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

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

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

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

This text has shadow with #B1885B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1885B.

Preview

Color preview on black background

This text has color #B1885B on black background.


Color preview on white background

This text has color #B1885B on white background.


Black color preview on #B1885B background

This text has black color on #B1885B background.


White color preview on #B1885B background

This text has white color on #B1885B background.


Related colors

Complementary color

Complementary color for #hex is #4E77A4.


I love getcolorcode.com

Triadic colors

1 #5BB188 and #885BB1 with #B1885B are triadic colors.

2 #5B88B1 and #88B15B with #B1885B are triadic colors.