COLOR #B18D43

HEX: #B18D43
RGB: (177,141,67)

Color info

#B18D43 contains mainly red and green colors. Web safe color of #B18D43 is #999933 (or #993).

RGB color model

#B18D43 color RGB value is (177,141,67).

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

RGB channels and saturation

R 177 of 255 = 69%
G 141 of 255 = 55%
B 67 of 255 = 26%

177
141
67

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

Portions of RGB colors in percentages

R + G + B =
177 + 141 + 67 = 385 (100%)
R 177 of 385 ~ 45.97%
G 141 of 385 ~ 36.62%
B 67 of 385 ~ 17.4%

%45.97
%36.62
%17.4

CMYK color model

#B18D43 color CMYK value is (0,20,62,31).

  • cyan value is 0.00%
  • magenta value is 20.34%
  • yellow value is 62.15%
  • key color value is 30.59%
CMYK:
(0,20,62,31)
C0M20Y62K31 
(0%,20%,62%,31%)
(0.00/0.20/0.62/0.31)	

CMYK percentages

%0
%20.34
%62.15
%30.59

Codes

Color #B18D43 in popluar color models

B18D43
RGB17714167
HSL40°45.08%47.84%
HSB/HSV40°62.15%69.41%
CMYK0.00%20.34%62.15%
30.59%

Color #B18D43 in popluar number systems.

HEXB18D43
Decimal17714167
Binary10110001100011011000011
Octal261215103

Shades and tints

Shades of #B18D43

#B18D43
(177,141,67)
#A1813D
(161,129,61)
#917537
(145,117,55)
#816931
(129,105,49)
#715D2B
(113,93,43)
#615125
(97,81,37)
#51451F
(81,69,31)
#413919
(65,57,25)
#312D13
(49,45,19)
#21210D
(33,33,13)
#111507
(17,21,7)
#000000
(0,0,0)

Tints of #B18D43

#B18D43
(177,141,67)
#B89754
(184,151,84)
#BFA165
(191,161,101)
#C6AB76
(198,171,118)
#CDB587
(205,181,135)
#D4BF98
(212,191,152)
#DBC9A9
(219,201,169)
#E2D3BA
(226,211,186)
#E9DDCB
(233,221,203)
#F0E7DC
(240,231,220)
#F7F1ED
(247,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B18D43; }

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

This text font color is #B18D43.


Background Color

.myBgColor { background-color: #B18D43; }

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

This div background color is #B18D43.


Border color

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

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

This div border color is #B18D43.


Opacity

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

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

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

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

This text has shadow with #B18D43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18D43 on black background.


Color preview on white background

This text has color #B18D43 on white background.



Black color preview on #B18D43 background

This text has black color on #B18D43 background.


White color preview on #B18D43 background

This text has white color on #B18D43 background.