COLOR #B8896F

HEX: #B8896F RGB: (184,137,111)

Color info

#B8896F contains mainly red and green colors. Web safe color of #B8896F is #CC9966 (or #C96).

RGB color model

#B8896F color RGB value is (184,137,111).

RGB: (184,137,111) (72%, 54%, 44%)

RGB channels and saturation

R 184 of 255 = 72%
G 137 of 255 = 54%
B 111 of 255 = 44%

184
137
111

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

Portions of RGB colors in percentages

R + G + B = 184 + 137 + 111 = 432 (100%)
R 184 of 432 ~ 42.59%
G 137 of 432 ~ 31.71%
B 111 of 432 ~ 25.69'%

%42.59
%31.71
%25.69

CMYK color model

#B8896F color CMYK value is (0,26,40,28).

  • cyan value is 0.00%
  • magenta value is 25.54%
  • yellow value is 39.67%
  • key color value is 27.84%

CMYK: (0,26,40,28)
C0M26Y40K28 (0%, 26%, 40%, 28%)
(0.00 / 0.26 / 0.40 / 0.28)

CMYK percentages

%0
%25.54
%39.67
%27.84

Codes

Color #B8896F in popluar color models

B8 89 6F
RGB 184 137 111
HSL 21° 33.95% 57.84%
HSB/HSV 21° 39.67% 72.16%
CMYK 0.00% 25.54% 39.67%
27.84%

Color #B8896F in popluar number systems.

HEX B8 89 6F
Decimal 184 137 111
Binary 10111000 10001001 1101111
Octal 270 211 157

Shades and tints

Shades of #B8896F

#B8896F
(184,137,111)
#A87D65
(168,125,101)
#98715B
(152,113,91)
#886551
(136,101,81)
#785947
(120,89,71)
#684D3D
(104,77,61)
#584133
(88,65,51)
#483529
(72,53,41)
#38291F
(56,41,31)
#281D15
(40,29,21)
#18110B
(24,17,11)
#000000
(0,0,0)

Tints of #B8896F

#B8896F
(184,137,111)
#BE937C
(190,147,124)
#C49D89
(196,157,137)
#CAA796
(202,167,150)
#D0B1A3
(208,177,163)
#D6BBB0
(214,187,176)
#DCC5BD
(220,197,189)
#E2CFCA
(226,207,202)
#E8D9D7
(232,217,215)
#EEE3E4
(238,227,228)
#F4EDF1
(244,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8896F color. Also use rgb(184,137,111) instead hex code.

Text Font Color

.myTextColor { color: #B8896F; }

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

This text font color is #B8896F.

Background Color

.myBgColor { background-color: #B8896F; }

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

This div background color is #B8896F.

Border color

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

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

This div border color is #B8896F.

Opacity

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

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

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

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

This text has shadow with #B8896F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8896F.

Preview

Color preview on black background

This text has color #B8896F on black background.


Color preview on white background

This text has color #B8896F on white background.


Black color preview on #B8896F background

This text has black color on #B8896F background.


White color preview on #B8896F background

This text has white color on #B8896F background.


Related colors

Complementary color

Complementary color for #hex is #477690.


I love getcolorcode.com

Triadic colors

1 #6FB889 and #896FB8 with #B8896F are triadic colors.

2 #6F89B8 and #89B86F with #B8896F are triadic colors.