COLOR #B36C85

HEX: #B36C85
RGB: (179,108,133)

Color info

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

RGB color model

#B36C85 color RGB value is (179,108,133).

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

RGB channels and saturation

R 179 of 255 = 70%
G 108 of 255 = 42%
B 133 of 255 = 52%

179
108
133

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

Portions of RGB colors in percentages

R + G + B =
179 + 108 + 133 = 420 (100%)
R 179 of 420 ~ 42.62%
G 108 of 420 ~ 25.71%
B 133 of 420 ~ 31.67%

%42.62
%25.71
%31.67

CMYK color model

#B36C85 color CMYK value is (0,40,26,30).

  • cyan value is 0.00%
  • magenta value is 39.66%
  • yellow value is 25.70%
  • key color value is 29.80%
CMYK:
(0,40,26,30)
C0M40Y26K30 
(0%,40%,26%,30%)
(0.00/0.40/0.26/0.30)	

CMYK percentages

%0
%39.66
%25.7
%29.8

Codes

Color #B36C85 in popluar color models

B36C85
RGB179108133
HSL339°31.84%56.27%
HSB/HSV339°39.66%70.20%
CMYK0.00%39.66%25.70%
29.80%

Color #B36C85 in popluar number systems.

HEXB36C85
Decimal179108133
Binary10110011110110010000101
Octal263154205

Shades and tints

Shades of #B36C85

#B36C85
(179,108,133)
#A36379
(163,99,121)
#935A6D
(147,90,109)
#835161
(131,81,97)
#734855
(115,72,85)
#633F49
(99,63,73)
#53363D
(83,54,61)
#432D31
(67,45,49)
#332425
(51,36,37)
#231B19
(35,27,25)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #B36C85

#B36C85
(179,108,133)
#B97990
(185,121,144)
#BF869B
(191,134,155)
#C593A6
(197,147,166)
#CBA0B1
(203,160,177)
#D1ADBC
(209,173,188)
#D7BAC7
(215,186,199)
#DDC7D2
(221,199,210)
#E3D4DD
(227,212,221)
#E9E1E8
(233,225,232)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B36C85; }

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

This text font color is #B36C85.


Background Color

.myBgColor { background-color: #B36C85; }

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

This div background color is #B36C85.


Border color

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

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

This div border color is #B36C85.


Opacity

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

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

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

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

This text has shadow with #B36C85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B36C85 on black background.


Color preview on white background

This text has color #B36C85 on white background.



Black color preview on #B36C85 background

This text has black color on #B36C85 background.


White color preview on #B36C85 background

This text has white color on #B36C85 background.