COLOR #B18E76

HEX: #B18E76
RGB: (177,142,118)

Color info

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

RGB color model

#B18E76 color RGB value is (177,142,118).

  • red value is 177;
  • green value is 142;
  • blue value is 118.
RGB:
(177,142,118)
(69%,56%,46%)

RGB channels and saturation

R 177 of 255 = 69%
G 142 of 255 = 56%
B 118 of 255 = 46%

177
142
118

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

Portions of RGB colors in percentages

R + G + B =
177 + 142 + 118 = 437 (100%)
R 177 of 437 ~ 40.5%
G 142 of 437 ~ 32.49%
B 118 of 437 ~ 27%

%40.5
%32.49
%27

CMYK color model

#B18E76 color CMYK value is (0,20,33,31).

  • cyan value is 0.00%
  • magenta value is 19.77%
  • yellow value is 33.33%
  • key color value is 30.59%
CMYK:
(0,20,33,31)
C0M20Y33K31 
(0%,20%,33%,31%)
(0.00/0.20/0.33/0.31)	

CMYK percentages

%0
%19.77
%33.33
%30.59

Codes

Color #B18E76 in popluar color models

B18E76
RGB177142118
HSL24°27.44%57.84%
HSB/HSV24°33.33%69.41%
CMYK0.00%19.77%33.33%
30.59%

Color #B18E76 in popluar number systems.

HEXB18E76
Decimal177142118
Binary10110001100011101110110
Octal261216166

Shades and tints

Shades of #B18E76

#B18E76
(177,142,118)
#A1826C
(161,130,108)
#917662
(145,118,98)
#816A58
(129,106,88)
#715E4E
(113,94,78)
#615244
(97,82,68)
#51463A
(81,70,58)
#413A30
(65,58,48)
#312E26
(49,46,38)
#21221C
(33,34,28)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #B18E76

#B18E76
(177,142,118)
#B89882
(184,152,130)
#BFA28E
(191,162,142)
#C6AC9A
(198,172,154)
#CDB6A6
(205,182,166)
#D4C0B2
(212,192,178)
#DBCABE
(219,202,190)
#E2D4CA
(226,212,202)
#E9DED6
(233,222,214)
#F0E8E2
(240,232,226)
#F7F2EE
(247,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B18E76 color. Also use rgb(177,142,118) instead hex code.

Text Font Color

.myTextColor { color: #B18E76; }

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

This text font color is #B18E76.


Background Color

.myBgColor { background-color: #B18E76; }

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

This div background color is #B18E76.


Border color

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

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

This div border color is #B18E76.


Opacity

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

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

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

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

This text has shadow with #B18E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18E76 on black background.


Color preview on white background

This text has color #B18E76 on white background.



Black color preview on #B18E76 background

This text has black color on #B18E76 background.


White color preview on #B18E76 background

This text has white color on #B18E76 background.