COLOR #B18B76

HEX: #B18B76
RGB: (177,139,118)

Color info

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

RGB color model

#B18B76 color RGB value is (177,139,118).

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

RGB channels and saturation

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

177
139
118

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

Portions of RGB colors in percentages

R + G + B =
177 + 139 + 118 = 434 (100%)
R 177 of 434 ~ 40.78%
G 139 of 434 ~ 32.03%
B 118 of 434 ~ 27.19%

%40.78
%32.03
%27.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.47%
  • 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
%21.47
%33.33
%30.59

Codes

Color #B18B76 in popluar color models

B18B76
RGB177139118
HSL21°27.44%57.84%
HSB/HSV21°33.33%69.41%
CMYK0.00%21.47%33.33%
30.59%

Color #B18B76 in popluar number systems.

HEXB18B76
Decimal177139118
Binary10110001100010111110110
Octal261213166

Shades and tints

Shades of #B18B76

#B18B76
(177,139,118)
#A17F6C
(161,127,108)
#917362
(145,115,98)
#816758
(129,103,88)
#715B4E
(113,91,78)
#614F44
(97,79,68)
#51433A
(81,67,58)
#413730
(65,55,48)
#312B26
(49,43,38)
#211F1C
(33,31,28)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #B18B76

#B18B76
(177,139,118)
#B89582
(184,149,130)
#BF9F8E
(191,159,142)
#C6A99A
(198,169,154)
#CDB3A6
(205,179,166)
#D4BDB2
(212,189,178)
#DBC7BE
(219,199,190)
#E2D1CA
(226,209,202)
#E9DBD6
(233,219,214)
#F0E5E2
(240,229,226)
#F7EFEE
(247,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B18B76; }

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

This text font color is #B18B76.


Background Color

.myBgColor { background-color: #B18B76; }

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

This div background color is #B18B76.


Border color

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

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

This div border color is #B18B76.


Opacity

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

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

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

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

This text has shadow with #B18B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18B76 on black background.


Color preview on white background

This text has color #B18B76 on white background.



Black color preview on #B18B76 background

This text has black color on #B18B76 background.


White color preview on #B18B76 background

This text has white color on #B18B76 background.