COLOR #B0887E

HEX: #B0887E
RGB: (176,136,126)

Color info

#B0887E contains red, green and blue colors in about the same proportion. Web safe color of #B0887E is #999966 (or #996).

RGB color model

#B0887E color RGB value is (176,136,126).

  • red value is 176;
  • green value is 136;
  • blue value is 126.
RGB:
(176,136,126)
(69%,53%,49%)

RGB channels and saturation

R 176 of 255 = 69%
G 136 of 255 = 53%
B 126 of 255 = 49%

176
136
126

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

Portions of RGB colors in percentages

R + G + B =
176 + 136 + 126 = 438 (100%)
R 176 of 438 ~ 40.18%
G 136 of 438 ~ 31.05%
B 126 of 438 ~ 28.77%

%40.18
%31.05
%28.77

CMYK color model

#B0887E color CMYK value is (0,23,28,31).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 28.41%
  • key color value is 30.98%
CMYK:
(0,23,28,31)
C0M23Y28K31 
(0%,23%,28%,31%)
(0.00/0.23/0.28/0.31)	

CMYK percentages

%0
%22.73
%28.41
%30.98

Codes

Color #B0887E in popluar color models

B0887E
RGB176136126
HSL12°24.04%59.22%
HSB/HSV12°28.41%69.02%
CMYK0.00%22.73%28.41%
30.98%

Color #B0887E in popluar number systems.

HEXB0887E
Decimal176136126
Binary10110000100010001111110
Octal260210176

Shades and tints

Shades of #B0887E

#B0887E
(176,136,126)
#A07C73
(160,124,115)
#907068
(144,112,104)
#80645D
(128,100,93)
#705852
(112,88,82)
#604C47
(96,76,71)
#50403C
(80,64,60)
#403431
(64,52,49)
#302826
(48,40,38)
#201C1B
(32,28,27)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #B0887E

#B0887E
(176,136,126)
#B79289
(183,146,137)
#BE9C94
(190,156,148)
#C5A69F
(197,166,159)
#CCB0AA
(204,176,170)
#D3BAB5
(211,186,181)
#DAC4C0
(218,196,192)
#E1CECB
(225,206,203)
#E8D8D6
(232,216,214)
#EFE2E1
(239,226,225)
#F6ECEC
(246,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0887E color. Also use rgb(176,136,126) instead hex code.

Text Font Color

.myTextColor { color: #B0887E; }

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

This text font color is #B0887E.


Background Color

.myBgColor { background-color: #B0887E; }

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

This div background color is #B0887E.


Border color

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

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

This div border color is #B0887E.


Opacity

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

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

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

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

This text has shadow with #B0887E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0887E on black background.


Color preview on white background

This text has color #B0887E on white background.



Black color preview on #B0887E background

This text has black color on #B0887E background.


White color preview on #B0887E background

This text has white color on #B0887E background.