COLOR #B16F93

HEX: #B16F93
RGB: (177,111,147)

Color info

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

RGB color model

#B16F93 color RGB value is (177,111,147).

  • red value is 177;
  • green value is 111;
  • blue value is 147.
RGB:
(177,111,147)
(69%,44%,58%)

RGB channels and saturation

R 177 of 255 = 69%
G 111 of 255 = 44%
B 147 of 255 = 58%

177
111
147

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

Portions of RGB colors in percentages

R + G + B =
177 + 111 + 147 = 435 (100%)
R 177 of 435 ~ 40.69%
G 111 of 435 ~ 25.52%
B 147 of 435 ~ 33.79%

%40.69
%25.52
%33.79

CMYK color model

#B16F93 color CMYK value is (0,37,17,31).

  • cyan value is 0.00%
  • magenta value is 37.29%
  • yellow value is 16.95%
  • key color value is 30.59%
CMYK:
(0,37,17,31)
C0M37Y17K31 
(0%,37%,17%,31%)
(0.00/0.37/0.17/0.31)	

CMYK percentages

%0
%37.29
%16.95
%30.59

Codes

Color #B16F93 in popluar color models

B16F93
RGB177111147
HSL327°29.73%56.47%
HSB/HSV327°37.29%69.41%
CMYK0.00%37.29%16.95%
30.59%

Color #B16F93 in popluar number systems.

HEXB16F93
Decimal177111147
Binary10110001110111110010011
Octal261157223

Shades and tints

Shades of #B16F93

#B16F93
(177,111,147)
#A16586
(161,101,134)
#915B79
(145,91,121)
#81516C
(129,81,108)
#71475F
(113,71,95)
#613D52
(97,61,82)
#513345
(81,51,69)
#412938
(65,41,56)
#311F2B
(49,31,43)
#21151E
(33,21,30)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #B16F93

#B16F93
(177,111,147)
#B87C9C
(184,124,156)
#BF89A5
(191,137,165)
#C696AE
(198,150,174)
#CDA3B7
(205,163,183)
#D4B0C0
(212,176,192)
#DBBDC9
(219,189,201)
#E2CAD2
(226,202,210)
#E9D7DB
(233,215,219)
#F0E4E4
(240,228,228)
#F7F1ED
(247,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B16F93 color. Also use rgb(177,111,147) instead hex code.

Text Font Color

.myTextColor { color: #B16F93; }

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

This text font color is #B16F93.


Background Color

.myBgColor { background-color: #B16F93; }

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

This div background color is #B16F93.


Border color

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

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

This div border color is #B16F93.


Opacity

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

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

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

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

This text has shadow with #B16F93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B16F93 on black background.


Color preview on white background

This text has color #B16F93 on white background.



Black color preview on #B16F93 background

This text has black color on #B16F93 background.


White color preview on #B16F93 background

This text has white color on #B16F93 background.