COLOR #B37475

HEX: #B37475
RGB: (179,116,117)

Color info

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

RGB color model

#B37475 color RGB value is (179,116,117).

  • red value is 179;
  • green value is 116;
  • blue value is 117.
RGB:
(179,116,117)
(70%,45%,46%)

RGB channels and saturation

R 179 of 255 = 70%
G 116 of 255 = 45%
B 117 of 255 = 46%

179
116
117

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

Portions of RGB colors in percentages

R + G + B =
179 + 116 + 117 = 412 (100%)
R 179 of 412 ~ 43.45%
G 116 of 412 ~ 28.16%
B 117 of 412 ~ 28.4%

%43.45
%28.16
%28.4

CMYK color model

#B37475 color CMYK value is (0,35,35,30).

  • cyan value is 0.00%
  • magenta value is 35.20%
  • yellow value is 34.64%
  • key color value is 29.80%
CMYK:
(0,35,35,30)
C0M35Y35K30 
(0%,35%,35%,30%)
(0.00/0.35/0.35/0.30)	

CMYK percentages

%0
%35.2
%34.64
%29.8

Codes

Color #B37475 in popluar color models

B37475
RGB179116117
HSL359°29.30%57.84%
HSB/HSV359°35.20%70.20%
CMYK0.00%35.20%34.64%
29.80%

Color #B37475 in popluar number systems.

HEXB37475
Decimal179116117
Binary1011001111101001110101
Octal263164165

Shades and tints

Shades of #B37475

#B37475
(179,116,117)
#A36A6B
(163,106,107)
#936061
(147,96,97)
#835657
(131,86,87)
#734C4D
(115,76,77)
#634243
(99,66,67)
#533839
(83,56,57)
#432E2F
(67,46,47)
#332425
(51,36,37)
#231A1B
(35,26,27)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #B37475

#B37475
(179,116,117)
#B98081
(185,128,129)
#BF8C8D
(191,140,141)
#C59899
(197,152,153)
#CBA4A5
(203,164,165)
#D1B0B1
(209,176,177)
#D7BCBD
(215,188,189)
#DDC8C9
(221,200,201)
#E3D4D5
(227,212,213)
#E9E0E1
(233,224,225)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B37475 color. Also use rgb(179,116,117) instead hex code.

Text Font Color

.myTextColor { color: #B37475; }

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

This text font color is #B37475.


Background Color

.myBgColor { background-color: #B37475; }

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

This div background color is #B37475.


Border color

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

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

This div border color is #B37475.


Opacity

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

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

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

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

This text has shadow with #B37475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B37475 on black background.


Color preview on white background

This text has color #B37475 on white background.



Black color preview on #B37475 background

This text has black color on #B37475 background.


White color preview on #B37475 background

This text has white color on #B37475 background.