COLOR #B36591

HEX: #B36591
RGB: (179,101,145)

Color info

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

RGB color model

#B36591 color RGB value is (179,101,145).

  • red value is 179;
  • green value is 101;
  • blue value is 145.
RGB:
(179,101,145)
(70%,40%,57%)

RGB channels and saturation

R 179 of 255 = 70%
G 101 of 255 = 40%
B 145 of 255 = 57%

179
101
145

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

Portions of RGB colors in percentages

R + G + B =
179 + 101 + 145 = 425 (100%)
R 179 of 425 ~ 42.12%
G 101 of 425 ~ 23.76%
B 145 of 425 ~ 34.12%

%42.12
%23.76
%34.12

CMYK color model

#B36591 color CMYK value is (0,44,19,30).

  • cyan value is 0.00%
  • magenta value is 43.58%
  • yellow value is 18.99%
  • key color value is 29.80%
CMYK:
(0,44,19,30)
C0M44Y19K30 
(0%,44%,19%,30%)
(0.00/0.44/0.19/0.30)	

CMYK percentages

%0
%43.58
%18.99
%29.8

Codes

Color #B36591 in popluar color models

B36591
RGB179101145
HSL326°33.91%54.90%
HSB/HSV326°43.58%70.20%
CMYK0.00%43.58%18.99%
29.80%

Color #B36591 in popluar number systems.

HEXB36591
Decimal179101145
Binary10110011110010110010001
Octal263145221

Shades and tints

Shades of #B36591

#B36591
(179,101,145)
#A35C84
(163,92,132)
#935377
(147,83,119)
#834A6A
(131,74,106)
#73415D
(115,65,93)
#633850
(99,56,80)
#532F43
(83,47,67)
#432636
(67,38,54)
#331D29
(51,29,41)
#23141C
(35,20,28)
#130B0F
(19,11,15)
#000000
(0,0,0)

Tints of #B36591

#B36591
(179,101,145)
#B9739B
(185,115,155)
#BF81A5
(191,129,165)
#C58FAF
(197,143,175)
#CB9DB9
(203,157,185)
#D1ABC3
(209,171,195)
#D7B9CD
(215,185,205)
#DDC7D7
(221,199,215)
#E3D5E1
(227,213,225)
#E9E3EB
(233,227,235)
#EFF1F5
(239,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B36591 color. Also use rgb(179,101,145) instead hex code.

Text Font Color

.myTextColor { color: #B36591; }

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

This text font color is #B36591.


Background Color

.myBgColor { background-color: #B36591; }

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

This div background color is #B36591.


Border color

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

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

This div border color is #B36591.


Opacity

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

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

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

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

This text has shadow with #B36591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B36591 on black background.


Color preview on white background

This text has color #B36591 on white background.



Black color preview on #B36591 background

This text has black color on #B36591 background.


White color preview on #B36591 background

This text has white color on #B36591 background.