COLOR #B36D89

HEX: #B36D89
RGB: (179,109,137)

Color info

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

RGB color model

#B36D89 color RGB value is (179,109,137).

  • red value is 179;
  • green value is 109;
  • blue value is 137.
RGB:
(179,109,137)
(70%,43%,54%)

RGB channels and saturation

R 179 of 255 = 70%
G 109 of 255 = 43%
B 137 of 255 = 54%

179
109
137

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

Portions of RGB colors in percentages

R + G + B =
179 + 109 + 137 = 425 (100%)
R 179 of 425 ~ 42.12%
G 109 of 425 ~ 25.65%
B 137 of 425 ~ 32.24%

%42.12
%25.65
%32.24

CMYK color model

#B36D89 color CMYK value is (0,39,23,30).

  • cyan value is 0.00%
  • magenta value is 39.11%
  • yellow value is 23.46%
  • key color value is 29.80%
CMYK:
(0,39,23,30)
C0M39Y23K30 
(0%,39%,23%,30%)
(0.00/0.39/0.23/0.30)	

CMYK percentages

%0
%39.11
%23.46
%29.8

Codes

Color #B36D89 in popluar color models

B36D89
RGB179109137
HSL336°31.53%56.47%
HSB/HSV336°39.11%70.20%
CMYK0.00%39.11%23.46%
29.80%

Color #B36D89 in popluar number systems.

HEXB36D89
Decimal179109137
Binary10110011110110110001001
Octal263155211

Shades and tints

Shades of #B36D89

#B36D89
(179,109,137)
#A3647D
(163,100,125)
#935B71
(147,91,113)
#835265
(131,82,101)
#734959
(115,73,89)
#63404D
(99,64,77)
#533741
(83,55,65)
#432E35
(67,46,53)
#332529
(51,37,41)
#231C1D
(35,28,29)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #B36D89

#B36D89
(179,109,137)
#B97A93
(185,122,147)
#BF879D
(191,135,157)
#C594A7
(197,148,167)
#CBA1B1
(203,161,177)
#D1AEBB
(209,174,187)
#D7BBC5
(215,187,197)
#DDC8CF
(221,200,207)
#E3D5D9
(227,213,217)
#E9E2E3
(233,226,227)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B36D89; }

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

This text font color is #B36D89.


Background Color

.myBgColor { background-color: #B36D89; }

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

This div background color is #B36D89.


Border color

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

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

This div border color is #B36D89.


Opacity

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

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

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

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

This text has shadow with #B36D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B36D89 on black background.


Color preview on white background

This text has color #B36D89 on white background.



Black color preview on #B36D89 background

This text has black color on #B36D89 background.


White color preview on #B36D89 background

This text has white color on #B36D89 background.