COLOR #B18C4E

HEX: #B18C4E RGB: (177,140,78)

Color info

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

RGB color model

#B18C4E color RGB value is (177,140,78).

RGB: (177,140,78) (69%, 55%, 31%)

RGB channels and saturation

R 177 of 255 = 69%
G 140 of 255 = 55%
B 78 of 255 = 31%

177
140
78

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

Portions of RGB colors in percentages

R + G + B = 177 + 140 + 78 = 395 (100%)
R 177 of 395 ~ 44.81%
G 140 of 395 ~ 35.44%
B 78 of 395 ~ 19.75'%

%44.81
%35.44
%19.75

CMYK color model

#B18C4E color CMYK value is (0,21,56,31).

  • cyan value is 0.00%
  • magenta value is 20.90%
  • yellow value is 55.93%
  • key color value is 30.59%

CMYK: (0,21,56,31)
C0M21Y56K31 (0%, 21%, 56%, 31%)
(0.00 / 0.21 / 0.56 / 0.31)

CMYK percentages

%0
%20.9
%55.93
%30.59

Codes

Color #B18C4E in popluar color models

B1 8C 4E
RGB 177 140 78
HSL 38° 38.82% 50.00%
HSB/HSV 38° 55.93% 69.41%
CMYK 0.00% 20.90% 55.93%
30.59%

Color #B18C4E in popluar number systems.

HEX B1 8C 4E
Decimal 177 140 78
Binary 10110001 10001100 1001110
Octal 261 214 116

Shades and tints

Shades of #B18C4E

#B18C4E
(177,140,78)
#A18047
(161,128,71)
#917440
(145,116,64)
#816839
(129,104,57)
#715C32
(113,92,50)
#61502B
(97,80,43)
#514424
(81,68,36)
#41381D
(65,56,29)
#312C16
(49,44,22)
#21200F
(33,32,15)
#111408
(17,20,8)
#000000
(0,0,0)

Tints of #B18C4E

#B18C4E
(177,140,78)
#B8965E
(184,150,94)
#BFA06E
(191,160,110)
#C6AA7E
(198,170,126)
#CDB48E
(205,180,142)
#D4BE9E
(212,190,158)
#DBC8AE
(219,200,174)
#E2D2BE
(226,210,190)
#E9DCCE
(233,220,206)
#F0E6DE
(240,230,222)
#F7F0EE
(247,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B18C4E; }

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

This text font color is #B18C4E.

Background Color

.myBgColor { background-color: #B18C4E; }

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

This div background color is #B18C4E.

Border color

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

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

This div border color is #B18C4E.

Opacity

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

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

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

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

This text has shadow with #B18C4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B18C4E.

Preview

Color preview on black background

This text has color #B18C4E on black background.


Color preview on white background

This text has color #B18C4E on white background.


Black color preview on #B18C4E background

This text has black color on #B18C4E background.


White color preview on #B18C4E background

This text has white color on #B18C4E background.


Related colors

Complementary color

Complementary color for #hex is #4E73B1.


I love getcolorcode.com

Triadic colors

1 #4EB18C and #8C4EB1 with #B18C4E are triadic colors.

2 #4E8CB1 and #8CB14E with #B18C4E are triadic colors.