COLOR #B37786

HEX: #B37786
RGB: (179,119,134)

Color info

#B37786 contains mainly red and blue colors. Web safe color of #B37786 is #996699 (or #969).

RGB color model

#B37786 color RGB value is (179,119,134).

  • red value is 179;
  • green value is 119;
  • blue value is 134.
RGB:
(179,119,134)
(70%,47%,53%)

RGB channels and saturation

R 179 of 255 = 70%
G 119 of 255 = 47%
B 134 of 255 = 53%

179
119
134

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

Portions of RGB colors in percentages

R + G + B =
179 + 119 + 134 = 432 (100%)
R 179 of 432 ~ 41.44%
G 119 of 432 ~ 27.55%
B 134 of 432 ~ 31.02%

%41.44
%27.55
%31.02

CMYK color model

#B37786 color CMYK value is (0,34,25,30).

  • cyan value is 0.00%
  • magenta value is 33.52%
  • yellow value is 25.14%
  • key color value is 29.80%
CMYK:
(0,34,25,30)
C0M34Y25K30 
(0%,34%,25%,30%)
(0.00/0.34/0.25/0.30)	

CMYK percentages

%0
%33.52
%25.14
%29.8

Codes

Color #B37786 in popluar color models

B37786
RGB179119134
HSL345°28.30%58.43%
HSB/HSV345°33.52%70.20%
CMYK0.00%33.52%25.14%
29.80%

Color #B37786 in popluar number systems.

HEXB37786
Decimal179119134
Binary10110011111011110000110
Octal263167206

Shades and tints

Shades of #B37786

#B37786
(179,119,134)
#A36D7A
(163,109,122)
#93636E
(147,99,110)
#835962
(131,89,98)
#734F56
(115,79,86)
#63454A
(99,69,74)
#533B3E
(83,59,62)
#433132
(67,49,50)
#332726
(51,39,38)
#231D1A
(35,29,26)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #B37786

#B37786
(179,119,134)
#B98391
(185,131,145)
#BF8F9C
(191,143,156)
#C59BA7
(197,155,167)
#CBA7B2
(203,167,178)
#D1B3BD
(209,179,189)
#D7BFC8
(215,191,200)
#DDCBD3
(221,203,211)
#E3D7DE
(227,215,222)
#E9E3E9
(233,227,233)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B37786 color. Also use rgb(179,119,134) instead hex code.

Text Font Color

.myTextColor { color: #B37786; }

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

This text font color is #B37786.


Background Color

.myBgColor { background-color: #B37786; }

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

This div background color is #B37786.


Border color

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

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

This div border color is #B37786.


Opacity

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

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

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

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

This text has shadow with #B37786 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B37786 on black background.


Color preview on white background

This text has color #B37786 on white background.



Black color preview on #B37786 background

This text has black color on #B37786 background.


White color preview on #B37786 background

This text has white color on #B37786 background.