COLOR #B17591

HEX: #B17591
RGB: (177,117,145)

Color info

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

RGB color model

#B17591 color RGB value is (177,117,145).

  • red value is 177;
  • green value is 117;
  • blue value is 145.
RGB:
(177,117,145)
(69%,46%,57%)

RGB channels and saturation

R 177 of 255 = 69%
G 117 of 255 = 46%
B 145 of 255 = 57%

177
117
145

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

Portions of RGB colors in percentages

R + G + B =
177 + 117 + 145 = 439 (100%)
R 177 of 439 ~ 40.32%
G 117 of 439 ~ 26.65%
B 145 of 439 ~ 33.03%

%40.32
%26.65
%33.03

CMYK color model

#B17591 color CMYK value is (0,34,18,31).

  • cyan value is 0.00%
  • magenta value is 33.90%
  • yellow value is 18.08%
  • key color value is 30.59%
CMYK:
(0,34,18,31)
C0M34Y18K31 
(0%,34%,18%,31%)
(0.00/0.34/0.18/0.31)	

CMYK percentages

%0
%33.9
%18.08
%30.59

Codes

Color #B17591 in popluar color models

B17591
RGB177117145
HSL332°27.78%57.65%
HSB/HSV332°33.90%69.41%
CMYK0.00%33.90%18.08%
30.59%

Color #B17591 in popluar number systems.

HEXB17591
Decimal177117145
Binary10110001111010110010001
Octal261165221

Shades and tints

Shades of #B17591

#B17591
(177,117,145)
#A16B84
(161,107,132)
#916177
(145,97,119)
#81576A
(129,87,106)
#714D5D
(113,77,93)
#614350
(97,67,80)
#513943
(81,57,67)
#412F36
(65,47,54)
#312529
(49,37,41)
#211B1C
(33,27,28)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #B17591

#B17591
(177,117,145)
#B8819B
(184,129,155)
#BF8DA5
(191,141,165)
#C699AF
(198,153,175)
#CDA5B9
(205,165,185)
#D4B1C3
(212,177,195)
#DBBDCD
(219,189,205)
#E2C9D7
(226,201,215)
#E9D5E1
(233,213,225)
#F0E1EB
(240,225,235)
#F7EDF5
(247,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B17591 color. Also use rgb(177,117,145) instead hex code.

Text Font Color

.myTextColor { color: #B17591; }

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

This text font color is #B17591.


Background Color

.myBgColor { background-color: #B17591; }

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

This div background color is #B17591.


Border color

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

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

This div border color is #B17591.


Opacity

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

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

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

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

This text has shadow with #B17591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17591 on black background.


Color preview on white background

This text has color #B17591 on white background.



Black color preview on #B17591 background

This text has black color on #B17591 background.


White color preview on #B17591 background

This text has white color on #B17591 background.