COLOR #B37785

HEX: #B37785
RGB: (179,119,133)

Color info

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

RGB color model

#B37785 color RGB value is (179,119,133).

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

RGB channels and saturation

R 179 of 255 = 70%
G 119 of 255 = 47%
B 133 of 255 = 52%

179
119
133

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

Portions of RGB colors in percentages

R + G + B =
179 + 119 + 133 = 431 (100%)
R 179 of 431 ~ 41.53%
G 119 of 431 ~ 27.61%
B 133 of 431 ~ 30.86%

%41.53
%27.61
%30.86

CMYK color model

#B37785 color CMYK value is (0,34,26,30).

  • cyan value is 0.00%
  • magenta value is 33.52%
  • yellow value is 25.70%
  • key color value is 29.80%
CMYK:
(0,34,26,30)
C0M34Y26K30 
(0%,34%,26%,30%)
(0.00/0.34/0.26/0.30)	

CMYK percentages

%0
%33.52
%25.7
%29.8

Codes

Color #B37785 in popluar color models

B37785
RGB179119133
HSL346°28.30%58.43%
HSB/HSV346°33.52%70.20%
CMYK0.00%33.52%25.70%
29.80%

Color #B37785 in popluar number systems.

HEXB37785
Decimal179119133
Binary10110011111011110000101
Octal263167205

Shades and tints

Shades of #B37785

#B37785
(179,119,133)
#A36D79
(163,109,121)
#93636D
(147,99,109)
#835961
(131,89,97)
#734F55
(115,79,85)
#634549
(99,69,73)
#533B3D
(83,59,61)
#433131
(67,49,49)
#332725
(51,39,37)
#231D19
(35,29,25)
#13130D
(19,19,13)
#000000
(0,0,0)

Tints of #B37785

#B37785
(179,119,133)
#B98390
(185,131,144)
#BF8F9B
(191,143,155)
#C59BA6
(197,155,166)
#CBA7B1
(203,167,177)
#D1B3BC
(209,179,188)
#D7BFC7
(215,191,199)
#DDCBD2
(221,203,210)
#E3D7DD
(227,215,221)
#E9E3E8
(233,227,232)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B37785; }

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

This text font color is #B37785.


Background Color

.myBgColor { background-color: #B37785; }

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

This div background color is #B37785.


Border color

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

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

This div border color is #B37785.


Opacity

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

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

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

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

This text has shadow with #B37785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B37785 on black background.


Color preview on white background

This text has color #B37785 on white background.



Black color preview on #B37785 background

This text has black color on #B37785 background.


White color preview on #B37785 background

This text has white color on #B37785 background.