COLOR #B36BA6

HEX: #B36BA6 RGB: (179,107,166)

Color info

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

RGB color model

#B36BA6 color RGB value is (179,107,166).

RGB: (179,107,166) (70%, 42%, 65%)

RGB channels and saturation

R 179 of 255 = 70%
G 107 of 255 = 42%
B 166 of 255 = 65%

179
107
166

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

Portions of RGB colors in percentages

R + G + B = 179 + 107 + 166 = 452 (100%)
R 179 of 452 ~ 39.6%
G 107 of 452 ~ 23.67%
B 166 of 452 ~ 36.73'%

%39.6
%23.67
%36.73

CMYK color model

#B36BA6 color CMYK value is (0,40,7,30).

  • cyan value is 0.00%
  • magenta value is 40.22%
  • yellow value is 7.26%
  • key color value is 29.80%

CMYK: (0,40,7,30)
C0M40Y7K30 (0%, 40%, 7%, 30%)
(0.00 / 0.40 / 0.07 / 0.30)

CMYK percentages

%0
%40.22
%7.26
%29.8

Codes

Color #B36BA6 in popluar color models

B3 6B A6
RGB 179 107 166
HSL 311° 32.14% 56.08%
HSB/HSV 311° 40.22% 70.20%
CMYK 0.00% 40.22% 7.26%
29.80%

Color #B36BA6 in popluar number systems.

HEX B3 6B A6
Decimal 179 107 166
Binary 10110011 1101011 10100110
Octal 263 153 246

Shades and tints

Shades of #B36BA6

#B36BA6
(179,107,166)
#A36297
(163,98,151)
#935988
(147,89,136)
#835079
(131,80,121)
#73476A
(115,71,106)
#633E5B
(99,62,91)
#53354C
(83,53,76)
#432C3D
(67,44,61)
#33232E
(51,35,46)
#231A1F
(35,26,31)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #B36BA6

#B36BA6
(179,107,166)
#B978AE
(185,120,174)
#BF85B6
(191,133,182)
#C592BE
(197,146,190)
#CB9FC6
(203,159,198)
#D1ACCE
(209,172,206)
#D7B9D6
(215,185,214)
#DDC6DE
(221,198,222)
#E3D3E6
(227,211,230)
#E9E0EE
(233,224,238)
#EFEDF6
(239,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B36BA6 color. Also use rgb(179,107,166) instead hex code.

Text Font Color

.myTextColor { color: #B36BA6; }

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

This text font color is #B36BA6.

Background Color

.myBgColor { background-color: #B36BA6; }

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

This div background color is #B36BA6.

Border color

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

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

This div border color is #B36BA6.

Opacity

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

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

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

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

This text has shadow with #B36BA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B36BA6.

Preview

Color preview on black background

This text has color #B36BA6 on black background.


Color preview on white background

This text has color #B36BA6 on white background.


Black color preview on #B36BA6 background

This text has black color on #B36BA6 background.


White color preview on #B36BA6 background

This text has white color on #B36BA6 background.


Related colors

Complementary color

Complementary color for #hex is #4C9459.


I love getcolorcode.com

Triadic colors

1 #A6B36B and #6BA6B3 with #B36BA6 are triadic colors.

2 #A66BB3 and #6BB3A6 with #B36BA6 are triadic colors.