COLOR #B18C67

HEX: #B18C67
RGB: (177,140,103)

Color info

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

RGB color model

#B18C67 color RGB value is (177,140,103).

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

RGB channels and saturation

R 177 of 255 = 69%
G 140 of 255 = 55%
B 103 of 255 = 40%

177
140
103

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

Portions of RGB colors in percentages

R + G + B =
177 + 140 + 103 = 420 (100%)
R 177 of 420 ~ 42.14%
G 140 of 420 ~ 33.33%
B 103 of 420 ~ 24.52%

%42.14
%33.33
%24.52

CMYK color model

#B18C67 color CMYK value is (0,21,42,31).

  • cyan value is 0.00%
  • magenta value is 20.90%
  • yellow value is 41.81%
  • key color value is 30.59%
CMYK:
(0,21,42,31)
C0M21Y42K31 
(0%,21%,42%,31%)
(0.00/0.21/0.42/0.31)	

CMYK percentages

%0
%20.9
%41.81
%30.59

Codes

Color #B18C67 in popluar color models

B18C67
RGB177140103
HSL30°32.17%54.90%
HSB/HSV30°41.81%69.41%
CMYK0.00%20.90%41.81%
30.59%

Color #B18C67 in popluar number systems.

HEXB18C67
Decimal177140103
Binary10110001100011001100111
Octal261214147

Shades and tints

Shades of #B18C67

#B18C67
(177,140,103)
#A1805E
(161,128,94)
#917455
(145,116,85)
#81684C
(129,104,76)
#715C43
(113,92,67)
#61503A
(97,80,58)
#514431
(81,68,49)
#413828
(65,56,40)
#312C1F
(49,44,31)
#212016
(33,32,22)
#11140D
(17,20,13)
#000000
(0,0,0)

Tints of #B18C67

#B18C67
(177,140,103)
#B89674
(184,150,116)
#BFA081
(191,160,129)
#C6AA8E
(198,170,142)
#CDB49B
(205,180,155)
#D4BEA8
(212,190,168)
#DBC8B5
(219,200,181)
#E2D2C2
(226,210,194)
#E9DCCF
(233,220,207)
#F0E6DC
(240,230,220)
#F7F0E9
(247,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B18C67; }

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

This text font color is #B18C67.


Background Color

.myBgColor { background-color: #B18C67; }

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

This div background color is #B18C67.


Border color

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

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

This div border color is #B18C67.


Opacity

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

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

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

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

This text has shadow with #B18C67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18C67 on black background.


Color preview on white background

This text has color #B18C67 on white background.



Black color preview on #B18C67 background

This text has black color on #B18C67 background.


White color preview on #B18C67 background

This text has white color on #B18C67 background.