COLOR #B8875F

HEX: #B8875F
RGB: (184,135,95)

Color info

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

RGB color model

#B8875F color RGB value is (184,135,95).

  • red value is 184;
  • green value is 135;
  • blue value is 95.
RGB:
(184,135,95)
(72%,53%,37%)

RGB channels and saturation

R 184 of 255 = 72%
G 135 of 255 = 53%
B 95 of 255 = 37%

184
135
95

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

Portions of RGB colors in percentages

R + G + B =
184 + 135 + 95 = 414 (100%)
R 184 of 414 ~ 44.44%
G 135 of 414 ~ 32.61%
B 95 of 414 ~ 22.95%

%44.44
%32.61
%22.95

CMYK color model

#B8875F color CMYK value is (0,27,48,28).

  • cyan value is 0.00%
  • magenta value is 26.63%
  • yellow value is 48.37%
  • key color value is 27.84%
CMYK:
(0,27,48,28)
C0M27Y48K28 
(0%,27%,48%,28%)
(0.00/0.27/0.48/0.28)	

CMYK percentages

%0
%26.63
%48.37
%27.84

Codes

Color #B8875F in popluar color models

B8875F
RGB18413595
HSL27°38.53%54.71%
HSB/HSV27°48.37%72.16%
CMYK0.00%26.63%48.37%
27.84%

Color #B8875F in popluar number systems.

HEXB8875F
Decimal18413595
Binary10111000100001111011111
Octal270207137

Shades and tints

Shades of #B8875F

#B8875F
(184,135,95)
#A87B57
(168,123,87)
#986F4F
(152,111,79)
#886347
(136,99,71)
#78573F
(120,87,63)
#684B37
(104,75,55)
#583F2F
(88,63,47)
#483327
(72,51,39)
#38271F
(56,39,31)
#281B17
(40,27,23)
#180F0F
(24,15,15)
#000000
(0,0,0)

Tints of #B8875F

#B8875F
(184,135,95)
#BE916D
(190,145,109)
#C49B7B
(196,155,123)
#CAA589
(202,165,137)
#D0AF97
(208,175,151)
#D6B9A5
(214,185,165)
#DCC3B3
(220,195,179)
#E2CDC1
(226,205,193)
#E8D7CF
(232,215,207)
#EEE1DD
(238,225,221)
#F4EBEB
(244,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8875F color. Also use rgb(184,135,95) instead hex code.

Text Font Color

.myTextColor { color: #B8875F; }

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

This text font color is #B8875F.


Background Color

.myBgColor { background-color: #B8875F; }

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

This div background color is #B8875F.


Border color

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

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

This div border color is #B8875F.


Opacity

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

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

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

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

This text has shadow with #B8875F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8875F on black background.


Color preview on white background

This text has color #B8875F on white background.



Black color preview on #B8875F background

This text has black color on #B8875F background.


White color preview on #B8875F background

This text has white color on #B8875F background.