COLOR #B17599

HEX: #B17599
RGB: (177,117,153)

Color info

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

RGB color model

#B17599 color RGB value is (177,117,153).

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

RGB channels and saturation

R 177 of 255 = 69%
G 117 of 255 = 46%
B 153 of 255 = 60%

177
117
153

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

Portions of RGB colors in percentages

R + G + B =
177 + 117 + 153 = 447 (100%)
R 177 of 447 ~ 39.6%
G 117 of 447 ~ 26.17%
B 153 of 447 ~ 34.23%

%39.6
%26.17
%34.23

CMYK color model

#B17599 color CMYK value is (0,34,14,31).

  • cyan value is 0.00%
  • magenta value is 33.90%
  • yellow value is 13.56%
  • key color value is 30.59%
CMYK: (0,34,14,31) C0M34Y14K31 (0%,34%,14%,31%) (0.00/0.34/0.14/0.31)

CMYK percentages

%0
%33.9
%13.56
%30.59

Codes

Color #B17599 in popluar color models

B17599
RGB177117153
HSL324°27.78%57.65%
HSB/HSV324°33.90%69.41%
CMYK0.00%33.90%13.56%
30.59%

Color #B17599 in popluar number systems.

HEXB17599
Decimal177117153
Binary10110001111010110011001
Octal261165231

Shades and tints

Shades of #B17599

#B17599
(177,117,153)
#A16B8C
(161,107,140)
#91617F
(145,97,127)
#815772
(129,87,114)
#714D65
(113,77,101)
#614358
(97,67,88)
#51394B
(81,57,75)
#412F3E
(65,47,62)
#312531
(49,37,49)
#211B24
(33,27,36)
#111117
(17,17,23)
#000000
(0,0,0)

Tints of #B17599

#B17599
(177,117,153)
#B881A2
(184,129,162)
#BF8DAB
(191,141,171)
#C699B4
(198,153,180)
#CDA5BD
(205,165,189)
#D4B1C6
(212,177,198)
#DBBDCF
(219,189,207)
#E2C9D8
(226,201,216)
#E9D5E1
(233,213,225)
#F0E1EA
(240,225,234)
#F7EDF3
(247,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B17599; }

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

This text font color is #B17599.


Background Color

.myBgColor { background-color: #B17599; }

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

This div background color is #B17599.


Border color

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

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

This div border color is #B17599.


Opacity

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

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

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

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

This text has shadow with #B17599 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B17599 on black background.


Color preview on white background

This text has color #B17599 on white background.



Black color preview on #B17599 background

This text has black color on #B17599 background.


White color preview on #B17599 background

This text has white color on #B17599 background.