COLOR #B1895F

HEX: #B1895F RGB: (177,137,95)

Color info

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

RGB color model

#B1895F color RGB value is (177,137,95).

RGB: (177,137,95) (69%, 54%, 37%)

RGB channels and saturation

R 177 of 255 = 69%
G 137 of 255 = 54%
B 95 of 255 = 37%

177
137
95

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

Portions of RGB colors in percentages

R + G + B = 177 + 137 + 95 = 409 (100%)
R 177 of 409 ~ 43.28%
G 137 of 409 ~ 33.5%
B 95 of 409 ~ 23.23'%

%43.28
%33.5
%23.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.60%
  • yellow value is 46.33%
  • key color value is 30.59%

CMYK: (0,23,46,31)
C0M23Y46K31 (0%, 23%, 46%, 31%)
(0.00 / 0.23 / 0.46 / 0.31)

CMYK percentages

%0
%22.6
%46.33
%30.59

Codes

Color #B1895F in popluar color models

B1 89 5F
RGB 177 137 95
HSL 31° 34.45% 53.33%
HSB/HSV 31° 46.33% 69.41%
CMYK 0.00% 22.60% 46.33%
30.59%

Color #B1895F in popluar number systems.

HEX B1 89 5F
Decimal 177 137 95
Binary 10110001 10001001 1011111
Octal 261 211 137

Shades and tints

Shades of #B1895F

#B1895F
(177,137,95)
#A17D57
(161,125,87)
#91714F
(145,113,79)
#816547
(129,101,71)
#71593F
(113,89,63)
#614D37
(97,77,55)
#51412F
(81,65,47)
#413527
(65,53,39)
#31291F
(49,41,31)
#211D17
(33,29,23)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #B1895F

#B1895F
(177,137,95)
#B8936D
(184,147,109)
#BF9D7B
(191,157,123)
#C6A789
(198,167,137)
#CDB197
(205,177,151)
#D4BBA5
(212,187,165)
#DBC5B3
(219,197,179)
#E2CFC1
(226,207,193)
#E9D9CF
(233,217,207)
#F0E3DD
(240,227,221)
#F7EDEB
(247,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1895F color. Also use rgb(177,137,95) instead hex code.

Text Font Color

.myTextColor { color: #B1895F; }

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

This text font color is #B1895F.

Background Color

.myBgColor { background-color: #B1895F; }

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

This div background color is #B1895F.

Border color

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

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

This div border color is #B1895F.

Opacity

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

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

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

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

This text has shadow with #B1895F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1895F.

Preview

Color preview on black background

This text has color #B1895F on black background.


Color preview on white background

This text has color #B1895F on white background.


Black color preview on #B1895F background

This text has black color on #B1895F background.


White color preview on #B1895F background

This text has white color on #B1895F background.


Related colors

Complementary color

Complementary color for #hex is #4E76A0.


I love getcolorcode.com

Triadic colors

1 #5FB189 and #895FB1 with #B1895F are triadic colors.

2 #5F89B1 and #89B15F with #B1895F are triadic colors.