COLOR #B17A99

HEX: #B17A99
RGB: (177,122,153)

Color info

#B17A99 contains red, green and blue colors in about the same proportion. Web safe color of #B17A99 is #996699 (or #969).

RGB color model

#B17A99 color RGB value is (177,122,153).

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

RGB channels and saturation

R 177 of 255 = 69%
G 122 of 255 = 48%
B 153 of 255 = 60%

177
122
153

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

Portions of RGB colors in percentages

R + G + B =
177 + 122 + 153 = 452 (100%)
R 177 of 452 ~ 39.16%
G 122 of 452 ~ 26.99%
B 153 of 452 ~ 33.85%

%39.16
%26.99
%33.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.07%
  • yellow value is 13.56%
  • key color value is 30.59%
CMYK:
(0,31,14,31)
C0M31Y14K31 
(0%,31%,14%,31%)
(0.00/0.31/0.14/0.31)	

CMYK percentages

%0
%31.07
%13.56
%30.59

Codes

Color #B17A99 in popluar color models

B17A99
RGB177122153
HSL326°26.07%58.63%
HSB/HSV326°31.07%69.41%
CMYK0.00%31.07%13.56%
30.59%

Color #B17A99 in popluar number systems.

HEXB17A99
Decimal177122153
Binary10110001111101010011001
Octal261172231

Shades and tints

Shades of #B17A99

#B17A99
(177,122,153)
#A16F8C
(161,111,140)
#91647F
(145,100,127)
#815972
(129,89,114)
#714E65
(113,78,101)
#614358
(97,67,88)
#51384B
(81,56,75)
#412D3E
(65,45,62)
#312231
(49,34,49)
#211724
(33,23,36)
#110C17
(17,12,23)
#000000
(0,0,0)

Tints of #B17A99

#B17A99
(177,122,153)
#B886A2
(184,134,162)
#BF92AB
(191,146,171)
#C69EB4
(198,158,180)
#CDAABD
(205,170,189)
#D4B6C6
(212,182,198)
#DBC2CF
(219,194,207)
#E2CED8
(226,206,216)
#E9DAE1
(233,218,225)
#F0E6EA
(240,230,234)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B17A99; }

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

This text font color is #B17A99.


Background Color

.myBgColor { background-color: #B17A99; }

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

This div background color is #B17A99.


Border color

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

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

This div border color is #B17A99.


Opacity

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

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

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

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

This text has shadow with #B17A99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17A99 on black background.


Color preview on white background

This text has color #B17A99 on white background.



Black color preview on #B17A99 background

This text has black color on #B17A99 background.


White color preview on #B17A99 background

This text has white color on #B17A99 background.