COLOR #B16D90

HEX: #B16D90
RGB: (177,109,144)

Color info

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

RGB color model

#B16D90 color RGB value is (177,109,144).

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

RGB channels and saturation

R 177 of 255 = 69%
G 109 of 255 = 43%
B 144 of 255 = 56%

177
109
144

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

Portions of RGB colors in percentages

R + G + B =
177 + 109 + 144 = 430 (100%)
R 177 of 430 ~ 41.16%
G 109 of 430 ~ 25.35%
B 144 of 430 ~ 33.49%

%41.16
%25.35
%33.49

CMYK color model

#B16D90 color CMYK value is (0,38,19,31).

  • cyan value is 0.00%
  • magenta value is 38.42%
  • yellow value is 18.64%
  • key color value is 30.59%
CMYK:
(0,38,19,31)
C0M38Y19K31 
(0%,38%,19%,31%)
(0.00/0.38/0.19/0.31)	

CMYK percentages

%0
%38.42
%18.64
%30.59

Codes

Color #B16D90 in popluar color models

B16D90
RGB177109144
HSL329°30.36%56.08%
HSB/HSV329°38.42%69.41%
CMYK0.00%38.42%18.64%
30.59%

Color #B16D90 in popluar number systems.

HEXB16D90
Decimal177109144
Binary10110001110110110010000
Octal261155220

Shades and tints

Shades of #B16D90

#B16D90
(177,109,144)
#A16483
(161,100,131)
#915B76
(145,91,118)
#815269
(129,82,105)
#71495C
(113,73,92)
#61404F
(97,64,79)
#513742
(81,55,66)
#412E35
(65,46,53)
#312528
(49,37,40)
#211C1B
(33,28,27)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #B16D90

#B16D90
(177,109,144)
#B87A9A
(184,122,154)
#BF87A4
(191,135,164)
#C694AE
(198,148,174)
#CDA1B8
(205,161,184)
#D4AEC2
(212,174,194)
#DBBBCC
(219,187,204)
#E2C8D6
(226,200,214)
#E9D5E0
(233,213,224)
#F0E2EA
(240,226,234)
#F7EFF4
(247,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B16D90; }

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

This text font color is #B16D90.


Background Color

.myBgColor { background-color: #B16D90; }

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

This div background color is #B16D90.


Border color

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

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

This div border color is #B16D90.


Opacity

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

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

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

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

This text has shadow with #B16D90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B16D90 on black background.


Color preview on white background

This text has color #B16D90 on white background.



Black color preview on #B16D90 background

This text has black color on #B16D90 background.


White color preview on #B16D90 background

This text has white color on #B16D90 background.