COLOR #B37967

HEX: #B37967
RGB: (179,121,103)

Color info

#B37967 contains mainly red and green colors. Web safe color of #B37967 is #996666 (or #966).

RGB color model

#B37967 color RGB value is (179,121,103).

  • red value is 179;
  • green value is 121;
  • blue value is 103.
RGB:
(179,121,103)
(70%,47%,40%)

RGB channels and saturation

R 179 of 255 = 70%
G 121 of 255 = 47%
B 103 of 255 = 40%

179
121
103

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

Portions of RGB colors in percentages

R + G + B =
179 + 121 + 103 = 403 (100%)
R 179 of 403 ~ 44.42%
G 121 of 403 ~ 30.02%
B 103 of 403 ~ 25.56%

%44.42
%30.02
%25.56

CMYK color model

#B37967 color CMYK value is (0,32,42,30).

  • cyan value is 0.00%
  • magenta value is 32.40%
  • yellow value is 42.46%
  • key color value is 29.80%
CMYK:
(0,32,42,30)
C0M32Y42K30 
(0%,32%,42%,30%)
(0.00/0.32/0.42/0.30)	

CMYK percentages

%0
%32.4
%42.46
%29.8

Codes

Color #B37967 in popluar color models

B37967
RGB179121103
HSL14°33.33%55.29%
HSB/HSV14°42.46%70.20%
CMYK0.00%32.40%42.46%
29.80%

Color #B37967 in popluar number systems.

HEXB37967
Decimal179121103
Binary1011001111110011100111
Octal263171147

Shades and tints

Shades of #B37967

#B37967
(179,121,103)
#A36E5E
(163,110,94)
#936355
(147,99,85)
#83584C
(131,88,76)
#734D43
(115,77,67)
#63423A
(99,66,58)
#533731
(83,55,49)
#432C28
(67,44,40)
#33211F
(51,33,31)
#231616
(35,22,22)
#130B0D
(19,11,13)
#000000
(0,0,0)

Tints of #B37967

#B37967
(179,121,103)
#B98574
(185,133,116)
#BF9181
(191,145,129)
#C59D8E
(197,157,142)
#CBA99B
(203,169,155)
#D1B5A8
(209,181,168)
#D7C1B5
(215,193,181)
#DDCDC2
(221,205,194)
#E3D9CF
(227,217,207)
#E9E5DC
(233,229,220)
#EFF1E9
(239,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B37967 color. Also use rgb(179,121,103) instead hex code.

Text Font Color

.myTextColor { color: #B37967; }

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

This text font color is #B37967.


Background Color

.myBgColor { background-color: #B37967; }

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

This div background color is #B37967.


Border color

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

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

This div border color is #B37967.


Opacity

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

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

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

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

This text has shadow with #B37967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B37967 on black background.


Color preview on white background

This text has color #B37967 on white background.



Black color preview on #B37967 background

This text has black color on #B37967 background.


White color preview on #B37967 background

This text has white color on #B37967 background.