COLOR #B18D71

HEX: #B18D71
RGB: (177,141,113)

Color info

#B18D71 contains mainly red and green colors. Web safe color of #B18D71 is #999966 (or #996).

RGB color model

#B18D71 color RGB value is (177,141,113).

  • red value is 177;
  • green value is 141;
  • blue value is 113.
RGB:
(177,141,113)
(69%,55%,44%)

RGB channels and saturation

R 177 of 255 = 69%
G 141 of 255 = 55%
B 113 of 255 = 44%

177
141
113

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

Portions of RGB colors in percentages

R + G + B =
177 + 141 + 113 = 431 (100%)
R 177 of 431 ~ 41.07%
G 141 of 431 ~ 32.71%
B 113 of 431 ~ 26.22%

%41.07
%32.71
%26.22

CMYK color model

#B18D71 color CMYK value is (0,20,36,31).

  • cyan value is 0.00%
  • magenta value is 20.34%
  • yellow value is 36.16%
  • key color value is 30.59%
CMYK:
(0,20,36,31)
C0M20Y36K31 
(0%,20%,36%,31%)
(0.00/0.20/0.36/0.31)	

CMYK percentages

%0
%20.34
%36.16
%30.59

Codes

Color #B18D71 in popluar color models

B18D71
RGB177141113
HSL26°29.09%56.86%
HSB/HSV26°36.16%69.41%
CMYK0.00%20.34%36.16%
30.59%

Color #B18D71 in popluar number systems.

HEXB18D71
Decimal177141113
Binary10110001100011011110001
Octal261215161

Shades and tints

Shades of #B18D71

#B18D71
(177,141,113)
#A18167
(161,129,103)
#91755D
(145,117,93)
#816953
(129,105,83)
#715D49
(113,93,73)
#61513F
(97,81,63)
#514535
(81,69,53)
#41392B
(65,57,43)
#312D21
(49,45,33)
#212117
(33,33,23)
#11150D
(17,21,13)
#000000
(0,0,0)

Tints of #B18D71

#B18D71
(177,141,113)
#B8977D
(184,151,125)
#BFA189
(191,161,137)
#C6AB95
(198,171,149)
#CDB5A1
(205,181,161)
#D4BFAD
(212,191,173)
#DBC9B9
(219,201,185)
#E2D3C5
(226,211,197)
#E9DDD1
(233,221,209)
#F0E7DD
(240,231,221)
#F7F1E9
(247,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B18D71 color. Also use rgb(177,141,113) instead hex code.

Text Font Color

.myTextColor { color: #B18D71; }

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

This text font color is #B18D71.


Background Color

.myBgColor { background-color: #B18D71; }

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

This div background color is #B18D71.


Border color

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

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

This div border color is #B18D71.


Opacity

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

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

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

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

This text has shadow with #B18D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18D71 on black background.


Color preview on white background

This text has color #B18D71 on white background.



Black color preview on #B18D71 background

This text has black color on #B18D71 background.


White color preview on #B18D71 background

This text has white color on #B18D71 background.