COLOR #B36C94

HEX: #B36C94
RGB: (179,108,148)

Color info

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

RGB color model

#B36C94 color RGB value is (179,108,148).

  • red value is 179;
  • green value is 108;
  • blue value is 148.
RGB:
(179,108,148)
(70%,42%,58%)

RGB channels and saturation

R 179 of 255 = 70%
G 108 of 255 = 42%
B 148 of 255 = 58%

179
108
148

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

Portions of RGB colors in percentages

R + G + B =
179 + 108 + 148 = 435 (100%)
R 179 of 435 ~ 41.15%
G 108 of 435 ~ 24.83%
B 148 of 435 ~ 34.02%

%41.15
%24.83
%34.02

CMYK color model

#B36C94 color CMYK value is (0,40,17,30).

  • cyan value is 0.00%
  • magenta value is 39.66%
  • yellow value is 17.32%
  • key color value is 29.80%
CMYK:
(0,40,17,30)
C0M40Y17K30 
(0%,40%,17%,30%)
(0.00/0.40/0.17/0.30)	

CMYK percentages

%0
%39.66
%17.32
%29.8

Codes

Color #B36C94 in popluar color models

B36C94
RGB179108148
HSL326°31.84%56.27%
HSB/HSV326°39.66%70.20%
CMYK0.00%39.66%17.32%
29.80%

Color #B36C94 in popluar number systems.

HEXB36C94
Decimal179108148
Binary10110011110110010010100
Octal263154224

Shades and tints

Shades of #B36C94

#B36C94
(179,108,148)
#A36387
(163,99,135)
#935A7A
(147,90,122)
#83516D
(131,81,109)
#734860
(115,72,96)
#633F53
(99,63,83)
#533646
(83,54,70)
#432D39
(67,45,57)
#33242C
(51,36,44)
#231B1F
(35,27,31)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #B36C94

#B36C94
(179,108,148)
#B9799D
(185,121,157)
#BF86A6
(191,134,166)
#C593AF
(197,147,175)
#CBA0B8
(203,160,184)
#D1ADC1
(209,173,193)
#D7BACA
(215,186,202)
#DDC7D3
(221,199,211)
#E3D4DC
(227,212,220)
#E9E1E5
(233,225,229)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B36C94; }

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

This text font color is #B36C94.


Background Color

.myBgColor { background-color: #B36C94; }

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

This div background color is #B36C94.


Border color

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

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

This div border color is #B36C94.


Opacity

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

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

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

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

This text has shadow with #B36C94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B36C94 on black background.


Color preview on white background

This text has color #B36C94 on white background.



Black color preview on #B36C94 background

This text has black color on #B36C94 background.


White color preview on #B36C94 background

This text has white color on #B36C94 background.