COLOR #B36D87

HEX: #B36D87 RGB: (179,109,135)

Color info

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

RGB color model

#B36D87 color RGB value is (179,109,135).

RGB: (179,109,135) (70%, 43%, 53%)

RGB channels and saturation

R 179 of 255 = 70%
G 109 of 255 = 43%
B 135 of 255 = 53%

179
109
135

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

Portions of RGB colors in percentages

R + G + B = 179 + 109 + 135 = 423 (100%)
R 179 of 423 ~ 42.32%
G 109 of 423 ~ 25.77%
B 135 of 423 ~ 31.91'%

%42.32
%25.77
%31.91

CMYK color model

#B36D87 color CMYK value is (0,39,25,30).

  • cyan value is 0.00%
  • magenta value is 39.11%
  • yellow value is 24.58%
  • key color value is 29.80%

CMYK: (0,39,25,30)
C0M39Y25K30 (0%, 39%, 25%, 30%)
(0.00 / 0.39 / 0.25 / 0.30)

CMYK percentages

%0
%39.11
%24.58
%29.8

Codes

Color #B36D87 in popluar color models

B3 6D 87
RGB 179 109 135
HSL 338° 31.53% 56.47%
HSB/HSV 338° 39.11% 70.20%
CMYK 0.00% 39.11% 24.58%
29.80%

Color #B36D87 in popluar number systems.

HEX B3 6D 87
Decimal 179 109 135
Binary 10110011 1101101 10000111
Octal 263 155 207

Shades and tints

Shades of #B36D87

#B36D87
(179,109,135)
#A3647B
(163,100,123)
#935B6F
(147,91,111)
#835263
(131,82,99)
#734957
(115,73,87)
#63404B
(99,64,75)
#53373F
(83,55,63)
#432E33
(67,46,51)
#332527
(51,37,39)
#231C1B
(35,28,27)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #B36D87

#B36D87
(179,109,135)
#B97A91
(185,122,145)
#BF879B
(191,135,155)
#C594A5
(197,148,165)
#CBA1AF
(203,161,175)
#D1AEB9
(209,174,185)
#D7BBC3
(215,187,195)
#DDC8CD
(221,200,205)
#E3D5D7
(227,213,215)
#E9E2E1
(233,226,225)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B36D87 color. Also use rgb(179,109,135) instead hex code.

Text Font Color

.myTextColor { color: #B36D87; }

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

This text font color is #B36D87.

Background Color

.myBgColor { background-color: #B36D87; }

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

This div background color is #B36D87.

Border color

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

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

This div border color is #B36D87.

Opacity

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

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

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

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

This text has shadow with #B36D87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B36D87.

Preview

Color preview on black background

This text has color #B36D87 on black background.


Color preview on white background

This text has color #B36D87 on white background.


Black color preview on #B36D87 background

This text has black color on #B36D87 background.


White color preview on #B36D87 background

This text has white color on #B36D87 background.


Related colors

Complementary color

Complementary color for #hex is #4C9278.


I love getcolorcode.com

Triadic colors

1 #87B36D and #6D87B3 with #B36D87 are triadic colors.

2 #876DB3 and #6DB387 with #B36D87 are triadic colors.