COLOR #B16E83

HEX: #B16E83
RGB: (177,110,131)

Color info

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

RGB color model

#B16E83 color RGB value is (177,110,131).

  • red value is 177;
  • green value is 110;
  • blue value is 131.
RGB:
(177,110,131)
(69%,43%,51%)

RGB channels and saturation

R 177 of 255 = 69%
G 110 of 255 = 43%
B 131 of 255 = 51%

177
110
131

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

Portions of RGB colors in percentages

R + G + B =
177 + 110 + 131 = 418 (100%)
R 177 of 418 ~ 42.34%
G 110 of 418 ~ 26.32%
B 131 of 418 ~ 31.34%

%42.34
%26.32
%31.34

CMYK color model

#B16E83 color CMYK value is (0,38,26,31).

  • cyan value is 0.00%
  • magenta value is 37.85%
  • yellow value is 25.99%
  • key color value is 30.59%
CMYK:
(0,38,26,31)
C0M38Y26K31 
(0%,38%,26%,31%)
(0.00/0.38/0.26/0.31)	

CMYK percentages

%0
%37.85
%25.99
%30.59

Codes

Color #B16E83 in popluar color models

B16E83
RGB177110131
HSL341°30.04%56.27%
HSB/HSV341°37.85%69.41%
CMYK0.00%37.85%25.99%
30.59%

Color #B16E83 in popluar number systems.

HEXB16E83
Decimal177110131
Binary10110001110111010000011
Octal261156203

Shades and tints

Shades of #B16E83

#B16E83
(177,110,131)
#A16478
(161,100,120)
#915A6D
(145,90,109)
#815062
(129,80,98)
#714657
(113,70,87)
#613C4C
(97,60,76)
#513241
(81,50,65)
#412836
(65,40,54)
#311E2B
(49,30,43)
#211420
(33,20,32)
#110A15
(17,10,21)
#000000
(0,0,0)

Tints of #B16E83

#B16E83
(177,110,131)
#B87B8E
(184,123,142)
#BF8899
(191,136,153)
#C695A4
(198,149,164)
#CDA2AF
(205,162,175)
#D4AFBA
(212,175,186)
#DBBCC5
(219,188,197)
#E2C9D0
(226,201,208)
#E9D6DB
(233,214,219)
#F0E3E6
(240,227,230)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B16E83 color. Also use rgb(177,110,131) instead hex code.

Text Font Color

.myTextColor { color: #B16E83; }

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

This text font color is #B16E83.


Background Color

.myBgColor { background-color: #B16E83; }

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

This div background color is #B16E83.


Border color

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

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

This div border color is #B16E83.


Opacity

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

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

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

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

This text has shadow with #B16E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B16E83 on black background.


Color preview on white background

This text has color #B16E83 on white background.



Black color preview on #B16E83 background

This text has black color on #B16E83 background.


White color preview on #B16E83 background

This text has white color on #B16E83 background.