COLOR #B37137

HEX: #B37137
RGB: (179,113,55)

Color info

#B37137 contains mainly red color. Web safe color of #B37137 is #996633 (or #963).

RGB color model

#B37137 color RGB value is (179,113,55).

  • red value is 179;
  • green value is 113;
  • blue value is 55.
RGB:
(179,113,55)
(70%,44%,22%)

RGB channels and saturation

R 179 of 255 = 70%
G 113 of 255 = 44%
B 55 of 255 = 22%

179
113
55

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

Portions of RGB colors in percentages

R + G + B =
179 + 113 + 55 = 347 (100%)
R 179 of 347 ~ 51.59%
G 113 of 347 ~ 32.56%
B 55 of 347 ~ 15.85%

%51.59
%32.56
%15.85

CMYK color model

#B37137 color CMYK value is (0,37,69,30).

  • cyan value is 0.00%
  • magenta value is 36.87%
  • yellow value is 69.27%
  • key color value is 29.80%
CMYK:
(0,37,69,30)
C0M37Y69K30 
(0%,37%,69%,30%)
(0.00/0.37/0.69/0.30)	

CMYK percentages

%0
%36.87
%69.27
%29.8

Codes

Color #B37137 in popluar color models

B37137
RGB17911355
HSL28°52.99%45.88%
HSB/HSV28°69.27%70.20%
CMYK0.00%36.87%69.27%
29.80%

Color #B37137 in popluar number systems.

HEXB37137
Decimal17911355
Binary101100111110001110111
Octal26316167

Shades and tints

Shades of #B37137

#B37137
(179,113,55)
#A36732
(163,103,50)
#935D2D
(147,93,45)
#835328
(131,83,40)
#734923
(115,73,35)
#633F1E
(99,63,30)
#533519
(83,53,25)
#432B14
(67,43,20)
#33210F
(51,33,15)
#23170A
(35,23,10)
#130D05
(19,13,5)
#000000
(0,0,0)

Tints of #B37137

#B37137
(179,113,55)
#B97D49
(185,125,73)
#BF895B
(191,137,91)
#C5956D
(197,149,109)
#CBA17F
(203,161,127)
#D1AD91
(209,173,145)
#D7B9A3
(215,185,163)
#DDC5B5
(221,197,181)
#E3D1C7
(227,209,199)
#E9DDD9
(233,221,217)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B37137 color. Also use rgb(179,113,55) instead hex code.

Text Font Color

.myTextColor { color: #B37137; }

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

This text font color is #B37137.


Background Color

.myBgColor { background-color: #B37137; }

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

This div background color is #B37137.


Border color

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

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

This div border color is #B37137.


Opacity

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

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

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

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

This text has shadow with #B37137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B37137 on black background.


Color preview on white background

This text has color #B37137 on white background.



Black color preview on #B37137 background

This text has black color on #B37137 background.


White color preview on #B37137 background

This text has white color on #B37137 background.