COLOR #B37073

HEX: #B37073
RGB: (179,112,115)

Color info

#B37073 contains mainly red color. Web safe color of #B37073 is #996666 (or #966).

RGB color model

#B37073 color RGB value is (179,112,115).

  • red value is 179;
  • green value is 112;
  • blue value is 115.
RGB:
(179,112,115)
(70%,44%,45%)

RGB channels and saturation

R 179 of 255 = 70%
G 112 of 255 = 44%
B 115 of 255 = 45%

179
112
115

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

Portions of RGB colors in percentages

R + G + B =
179 + 112 + 115 = 406 (100%)
R 179 of 406 ~ 44.09%
G 112 of 406 ~ 27.59%
B 115 of 406 ~ 28.33%

%44.09
%27.59
%28.33

CMYK color model

#B37073 color CMYK value is (0,37,36,30).

  • cyan value is 0.00%
  • magenta value is 37.43%
  • yellow value is 35.75%
  • key color value is 29.80%
CMYK:
(0,37,36,30)
C0M37Y36K30 
(0%,37%,36%,30%)
(0.00/0.37/0.36/0.30)	

CMYK percentages

%0
%37.43
%35.75
%29.8

Codes

Color #B37073 in popluar color models

B37073
RGB179112115
HSL357°30.59%57.06%
HSB/HSV357°37.43%70.20%
CMYK0.00%37.43%35.75%
29.80%

Color #B37073 in popluar number systems.

HEXB37073
Decimal179112115
Binary1011001111100001110011
Octal263160163

Shades and tints

Shades of #B37073

#B37073
(179,112,115)
#A36669
(163,102,105)
#935C5F
(147,92,95)
#835255
(131,82,85)
#73484B
(115,72,75)
#633E41
(99,62,65)
#533437
(83,52,55)
#432A2D
(67,42,45)
#332023
(51,32,35)
#231619
(35,22,25)
#130C0F
(19,12,15)
#000000
(0,0,0)

Tints of #B37073

#B37073
(179,112,115)
#B97D7F
(185,125,127)
#BF8A8B
(191,138,139)
#C59797
(197,151,151)
#CBA4A3
(203,164,163)
#D1B1AF
(209,177,175)
#D7BEBB
(215,190,187)
#DDCBC7
(221,203,199)
#E3D8D3
(227,216,211)
#E9E5DF
(233,229,223)
#EFF2EB
(239,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B37073 color. Also use rgb(179,112,115) instead hex code.

Text Font Color

.myTextColor { color: #B37073; }

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

This text font color is #B37073.


Background Color

.myBgColor { background-color: #B37073; }

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

This div background color is #B37073.


Border color

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

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

This div border color is #B37073.


Opacity

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

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

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

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

This text has shadow with #B37073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B37073 on black background.


Color preview on white background

This text has color #B37073 on white background.



Black color preview on #B37073 background

This text has black color on #B37073 background.


White color preview on #B37073 background

This text has white color on #B37073 background.