COLOR #B36D9B

HEX: #B36D9B
RGB: (179,109,155)

Color info

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

RGB color model

#B36D9B color RGB value is (179,109,155).

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

RGB channels and saturation

R 179 of 255 = 70%
G 109 of 255 = 43%
B 155 of 255 = 61%

179
109
155

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

Portions of RGB colors in percentages

R + G + B =
179 + 109 + 155 = 443 (100%)
R 179 of 443 ~ 40.41%
G 109 of 443 ~ 24.6%
B 155 of 443 ~ 34.99%

%40.41
%24.6
%34.99

CMYK color model

#B36D9B color CMYK value is (0,39,13,30).

  • cyan value is 0.00%
  • magenta value is 39.11%
  • yellow value is 13.41%
  • key color value is 29.80%
CMYK:
(0,39,13,30)
C0M39Y13K30 
(0%,39%,13%,30%)
(0.00/0.39/0.13/0.30)	

CMYK percentages

%0
%39.11
%13.41
%29.8

Codes

Color #B36D9B in popluar color models

B36D9B
RGB179109155
HSL321°31.53%56.47%
HSB/HSV321°39.11%70.20%
CMYK0.00%39.11%13.41%
29.80%

Color #B36D9B in popluar number systems.

HEXB36D9B
Decimal179109155
Binary10110011110110110011011
Octal263155233

Shades and tints

Shades of #B36D9B

#B36D9B
(179,109,155)
#A3648D
(163,100,141)
#935B7F
(147,91,127)
#835271
(131,82,113)
#734963
(115,73,99)
#634055
(99,64,85)
#533747
(83,55,71)
#432E39
(67,46,57)
#33252B
(51,37,43)
#231C1D
(35,28,29)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #B36D9B

#B36D9B
(179,109,155)
#B97AA4
(185,122,164)
#BF87AD
(191,135,173)
#C594B6
(197,148,182)
#CBA1BF
(203,161,191)
#D1AEC8
(209,174,200)
#D7BBD1
(215,187,209)
#DDC8DA
(221,200,218)
#E3D5E3
(227,213,227)
#E9E2EC
(233,226,236)
#EFEFF5
(239,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B36D9B; }

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

This text font color is #B36D9B.


Background Color

.myBgColor { background-color: #B36D9B; }

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

This div background color is #B36D9B.


Border color

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

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

This div border color is #B36D9B.


Opacity

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

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

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

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

This text has shadow with #B36D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B36D9B on black background.


Color preview on white background

This text has color #B36D9B on white background.



Black color preview on #B36D9B background

This text has black color on #B36D9B background.


White color preview on #B36D9B background

This text has white color on #B36D9B background.