COLOR #B18372

HEX: #B18372
RGB: (177,131,114)

Color info

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

RGB color model

#B18372 color RGB value is (177,131,114).

  • red value is 177;
  • green value is 131;
  • blue value is 114.
RGB:
(177,131,114)
(69%,51%,45%)

RGB channels and saturation

R 177 of 255 = 69%
G 131 of 255 = 51%
B 114 of 255 = 45%

177
131
114

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

Portions of RGB colors in percentages

R + G + B =
177 + 131 + 114 = 422 (100%)
R 177 of 422 ~ 41.94%
G 131 of 422 ~ 31.04%
B 114 of 422 ~ 27.01%

%41.94
%31.04
%27.01

CMYK color model

#B18372 color CMYK value is (0,26,36,31).

  • cyan value is 0.00%
  • magenta value is 25.99%
  • yellow value is 35.59%
  • key color value is 30.59%
CMYK:
(0,26,36,31)
C0M26Y36K31 
(0%,26%,36%,31%)
(0.00/0.26/0.36/0.31)	

CMYK percentages

%0
%25.99
%35.59
%30.59

Codes

Color #B18372 in popluar color models

B18372
RGB177131114
HSL16°28.77%57.06%
HSB/HSV16°35.59%69.41%
CMYK0.00%25.99%35.59%
30.59%

Color #B18372 in popluar number systems.

HEXB18372
Decimal177131114
Binary10110001100000111110010
Octal261203162

Shades and tints

Shades of #B18372

#B18372
(177,131,114)
#A17868
(161,120,104)
#916D5E
(145,109,94)
#816254
(129,98,84)
#71574A
(113,87,74)
#614C40
(97,76,64)
#514136
(81,65,54)
#41362C
(65,54,44)
#312B22
(49,43,34)
#212018
(33,32,24)
#11150E
(17,21,14)
#000000
(0,0,0)

Tints of #B18372

#B18372
(177,131,114)
#B88E7E
(184,142,126)
#BF998A
(191,153,138)
#C6A496
(198,164,150)
#CDAFA2
(205,175,162)
#D4BAAE
(212,186,174)
#DBC5BA
(219,197,186)
#E2D0C6
(226,208,198)
#E9DBD2
(233,219,210)
#F0E6DE
(240,230,222)
#F7F1EA
(247,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B18372 color. Also use rgb(177,131,114) instead hex code.

Text Font Color

.myTextColor { color: #B18372; }

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

This text font color is #B18372.


Background Color

.myBgColor { background-color: #B18372; }

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

This div background color is #B18372.


Border color

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

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

This div border color is #B18372.


Opacity

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

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

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

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

This text has shadow with #B18372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18372 on black background.


Color preview on white background

This text has color #B18372 on white background.



Black color preview on #B18372 background

This text has black color on #B18372 background.


White color preview on #B18372 background

This text has white color on #B18372 background.