COLOR #B17590

HEX: #B17590
RGB: (177,117,144)

Color info

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

RGB color model

#B17590 color RGB value is (177,117,144).

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

RGB channels and saturation

R 177 of 255 = 69%
G 117 of 255 = 46%
B 144 of 255 = 56%

177
117
144

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

Portions of RGB colors in percentages

R + G + B =
177 + 117 + 144 = 438 (100%)
R 177 of 438 ~ 40.41%
G 117 of 438 ~ 26.71%
B 144 of 438 ~ 32.88%

%40.41
%26.71
%32.88

CMYK color model

#B17590 color CMYK value is (0,34,19,31).

  • cyan value is 0.00%
  • magenta value is 33.90%
  • yellow value is 18.64%
  • key color value is 30.59%
CMYK:
(0,34,19,31)
C0M34Y19K31 
(0%,34%,19%,31%)
(0.00/0.34/0.19/0.31)	

CMYK percentages

%0
%33.9
%18.64
%30.59

Codes

Color #B17590 in popluar color models

B17590
RGB177117144
HSL333°27.78%57.65%
HSB/HSV333°33.90%69.41%
CMYK0.00%33.90%18.64%
30.59%

Color #B17590 in popluar number systems.

HEXB17590
Decimal177117144
Binary10110001111010110010000
Octal261165220

Shades and tints

Shades of #B17590

#B17590
(177,117,144)
#A16B83
(161,107,131)
#916176
(145,97,118)
#815769
(129,87,105)
#714D5C
(113,77,92)
#61434F
(97,67,79)
#513942
(81,57,66)
#412F35
(65,47,53)
#312528
(49,37,40)
#211B1B
(33,27,27)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #B17590

#B17590
(177,117,144)
#B8819A
(184,129,154)
#BF8DA4
(191,141,164)
#C699AE
(198,153,174)
#CDA5B8
(205,165,184)
#D4B1C2
(212,177,194)
#DBBDCC
(219,189,204)
#E2C9D6
(226,201,214)
#E9D5E0
(233,213,224)
#F0E1EA
(240,225,234)
#F7EDF4
(247,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B17590; }

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

This text font color is #B17590.


Background Color

.myBgColor { background-color: #B17590; }

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

This div background color is #B17590.


Border color

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

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

This div border color is #B17590.


Opacity

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

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

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

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

This text has shadow with #B17590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17590 on black background.


Color preview on white background

This text has color #B17590 on white background.



Black color preview on #B17590 background

This text has black color on #B17590 background.


White color preview on #B17590 background

This text has white color on #B17590 background.