COLOR #B1894D

HEX: #B1894D RGB: (177,137,77)

Color info

#B1894D contains mainly red and green colors. Web safe color of #B1894D is #999933 (or #993).

RGB color model

#B1894D color RGB value is (177,137,77).

RGB: (177,137,77) (69%, 54%, 30%)

RGB channels and saturation

R 177 of 255 = 69%
G 137 of 255 = 54%
B 77 of 255 = 30%

177
137
77

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

Portions of RGB colors in percentages

R + G + B = 177 + 137 + 77 = 391 (100%)
R 177 of 391 ~ 45.27%
G 137 of 391 ~ 35.04%
B 77 of 391 ~ 19.69'%

%45.27
%35.04
%19.69

CMYK color model

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

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

CMYK: (0,23,56,31)
C0M23Y56K31 (0%, 23%, 56%, 31%)
(0.00 / 0.23 / 0.56 / 0.31)

CMYK percentages

%0
%22.6
%56.5
%30.59

Codes

Color #B1894D in popluar color models

B1 89 4D
RGB 177 137 77
HSL 36° 39.37% 49.80%
HSB/HSV 36° 56.50% 69.41%
CMYK 0.00% 22.60% 56.50%
30.59%

Color #B1894D in popluar number systems.

HEX B1 89 4D
Decimal 177 137 77
Binary 10110001 10001001 1001101
Octal 261 211 115

Shades and tints

Shades of #B1894D

#B1894D
(177,137,77)
#A17D46
(161,125,70)
#91713F
(145,113,63)
#816538
(129,101,56)
#715931
(113,89,49)
#614D2A
(97,77,42)
#514123
(81,65,35)
#41351C
(65,53,28)
#312915
(49,41,21)
#211D0E
(33,29,14)
#111107
(17,17,7)
#000000
(0,0,0)

Tints of #B1894D

#B1894D
(177,137,77)
#B8935D
(184,147,93)
#BF9D6D
(191,157,109)
#C6A77D
(198,167,125)
#CDB18D
(205,177,141)
#D4BB9D
(212,187,157)
#DBC5AD
(219,197,173)
#E2CFBD
(226,207,189)
#E9D9CD
(233,217,205)
#F0E3DD
(240,227,221)
#F7EDED
(247,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1894D; }

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

This text font color is #B1894D.

Background Color

.myBgColor { background-color: #B1894D; }

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

This div background color is #B1894D.

Border color

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

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

This div border color is #B1894D.

Opacity

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

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

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

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

This text has shadow with #B1894D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1894D.

Preview

Color preview on black background

This text has color #B1894D on black background.


Color preview on white background

This text has color #B1894D on white background.


Black color preview on #B1894D background

This text has black color on #B1894D background.


White color preview on #B1894D background

This text has white color on #B1894D background.


Related colors

Complementary color

Complementary color for #hex is #4E76B2.


I love getcolorcode.com

Triadic colors

1 #4DB189 and #894DB1 with #B1894D are triadic colors.

2 #4D89B1 and #89B14D with #B1894D are triadic colors.