COLOR #B18C76

HEX: #B18C76
RGB: (177,140,118)

Color info

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

RGB color model

#B18C76 color RGB value is (177,140,118).

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

RGB channels and saturation

R 177 of 255 = 69%
G 140 of 255 = 55%
B 118 of 255 = 46%

177
140
118

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

Portions of RGB colors in percentages

R + G + B =
177 + 140 + 118 = 435 (100%)
R 177 of 435 ~ 40.69%
G 140 of 435 ~ 32.18%
B 118 of 435 ~ 27.13%

%40.69
%32.18
%27.13

CMYK color model

#B18C76 color CMYK value is (0,21,33,31).

  • cyan value is 0.00%
  • magenta value is 20.90%
  • yellow value is 33.33%
  • key color value is 30.59%
CMYK:
(0,21,33,31)
C0M21Y33K31 
(0%,21%,33%,31%)
(0.00/0.21/0.33/0.31)	

CMYK percentages

%0
%20.9
%33.33
%30.59

Codes

Color #B18C76 in popluar color models

B18C76
RGB177140118
HSL22°27.44%57.84%
HSB/HSV22°33.33%69.41%
CMYK0.00%20.90%33.33%
30.59%

Color #B18C76 in popluar number systems.

HEXB18C76
Decimal177140118
Binary10110001100011001110110
Octal261214166

Shades and tints

Shades of #B18C76

#B18C76
(177,140,118)
#A1806C
(161,128,108)
#917462
(145,116,98)
#816858
(129,104,88)
#715C4E
(113,92,78)
#615044
(97,80,68)
#51443A
(81,68,58)
#413830
(65,56,48)
#312C26
(49,44,38)
#21201C
(33,32,28)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #B18C76

#B18C76
(177,140,118)
#B89682
(184,150,130)
#BFA08E
(191,160,142)
#C6AA9A
(198,170,154)
#CDB4A6
(205,180,166)
#D4BEB2
(212,190,178)
#DBC8BE
(219,200,190)
#E2D2CA
(226,210,202)
#E9DCD6
(233,220,214)
#F0E6E2
(240,230,226)
#F7F0EE
(247,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B18C76; }

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

This text font color is #B18C76.


Background Color

.myBgColor { background-color: #B18C76; }

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

This div background color is #B18C76.


Border color

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

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

This div border color is #B18C76.


Opacity

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

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

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

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

This text has shadow with #B18C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18C76 on black background.


Color preview on white background

This text has color #B18C76 on white background.



Black color preview on #B18C76 background

This text has black color on #B18C76 background.


White color preview on #B18C76 background

This text has white color on #B18C76 background.