COLOR #B36D94

HEX: #B36D94 RGB: (179,109,148)

Color info

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

RGB color model

#B36D94 color RGB value is (179,109,148).

RGB: (179,109,148) (70%, 43%, 58%)

RGB channels and saturation

R 179 of 255 = 70%
G 109 of 255 = 43%
B 148 of 255 = 58%

179
109
148

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

Portions of RGB colors in percentages

R + G + B = 179 + 109 + 148 = 436 (100%)
R 179 of 436 ~ 41.06%
G 109 of 436 ~ 25%
B 148 of 436 ~ 33.94'%

%41.06
%25
%33.94

CMYK color model

#B36D94 color CMYK value is (0,39,17,30).

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

CMYK: (0,39,17,30)
C0M39Y17K30 (0%, 39%, 17%, 30%)
(0.00 / 0.39 / 0.17 / 0.30)

CMYK percentages

%0
%39.11
%17.32
%29.8

Codes

Color #B36D94 in popluar color models

B3 6D 94
RGB 179 109 148
HSL 327° 31.53% 56.47%
HSB/HSV 327° 39.11% 70.20%
CMYK 0.00% 39.11% 17.32%
29.80%

Color #B36D94 in popluar number systems.

HEX B3 6D 94
Decimal 179 109 148
Binary 10110011 1101101 10010100
Octal 263 155 224

Shades and tints

Shades of #B36D94

#B36D94
(179,109,148)
#A36487
(163,100,135)
#935B7A
(147,91,122)
#83526D
(131,82,109)
#734960
(115,73,96)
#634053
(99,64,83)
#533746
(83,55,70)
#432E39
(67,46,57)
#33252C
(51,37,44)
#231C1F
(35,28,31)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #B36D94

#B36D94
(179,109,148)
#B97A9D
(185,122,157)
#BF87A6
(191,135,166)
#C594AF
(197,148,175)
#CBA1B8
(203,161,184)
#D1AEC1
(209,174,193)
#D7BBCA
(215,187,202)
#DDC8D3
(221,200,211)
#E3D5DC
(227,213,220)
#E9E2E5
(233,226,229)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B36D94; }

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

This text font color is #B36D94.

Background Color

.myBgColor { background-color: #B36D94; }

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

This div background color is #B36D94.

Border color

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

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

This div border color is #B36D94.

Opacity

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

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

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

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

This text has shadow with #B36D94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B36D94.

Preview

Color preview on black background

This text has color #B36D94 on black background.


Color preview on white background

This text has color #B36D94 on white background.


Black color preview on #B36D94 background

This text has black color on #B36D94 background.


White color preview on #B36D94 background

This text has white color on #B36D94 background.


Related colors

Complementary color

Complementary color for #hex is #4C926B.


I love getcolorcode.com

Triadic colors

1 #94B36D and #6D94B3 with #B36D94 are triadic colors.

2 #946DB3 and #6DB394 with #B36D94 are triadic colors.