COLOR #B16E81

HEX: #B16E81
RGB: (177,110,129)

Color info

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

RGB color model

#B16E81 color RGB value is (177,110,129).

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

RGB channels and saturation

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

177
110
129

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

Portions of RGB colors in percentages

R + G + B =
177 + 110 + 129 = 416 (100%)
R 177 of 416 ~ 42.55%
G 110 of 416 ~ 26.44%
B 129 of 416 ~ 31.01%

%42.55
%26.44
%31.01

CMYK color model

#B16E81 color CMYK value is (0,38,27,31).

  • cyan value is 0.00%
  • magenta value is 37.85%
  • yellow value is 27.12%
  • key color value is 30.59%
CMYK:
(0,38,27,31)
C0M38Y27K31 
(0%,38%,27%,31%)
(0.00/0.38/0.27/0.31)	

CMYK percentages

%0
%37.85
%27.12
%30.59

Codes

Color #B16E81 in popluar color models

B16E81
RGB177110129
HSL343°30.04%56.27%
HSB/HSV343°37.85%69.41%
CMYK0.00%37.85%27.12%
30.59%

Color #B16E81 in popluar number systems.

HEXB16E81
Decimal177110129
Binary10110001110111010000001
Octal261156201

Shades and tints

Shades of #B16E81

#B16E81
(177,110,129)
#A16476
(161,100,118)
#915A6B
(145,90,107)
#815060
(129,80,96)
#714655
(113,70,85)
#613C4A
(97,60,74)
#51323F
(81,50,63)
#412834
(65,40,52)
#311E29
(49,30,41)
#21141E
(33,20,30)
#110A13
(17,10,19)
#000000
(0,0,0)

Tints of #B16E81

#B16E81
(177,110,129)
#B87B8C
(184,123,140)
#BF8897
(191,136,151)
#C695A2
(198,149,162)
#CDA2AD
(205,162,173)
#D4AFB8
(212,175,184)
#DBBCC3
(219,188,195)
#E2C9CE
(226,201,206)
#E9D6D9
(233,214,217)
#F0E3E4
(240,227,228)
#F7F0EF
(247,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B16E81; }

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

This text font color is #B16E81.


Background Color

.myBgColor { background-color: #B16E81; }

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

This div background color is #B16E81.


Border color

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

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

This div border color is #B16E81.


Opacity

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

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

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

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

This text has shadow with #B16E81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B16E81 on black background.


Color preview on white background

This text has color #B16E81 on white background.



Black color preview on #B16E81 background

This text has black color on #B16E81 background.


White color preview on #B16E81 background

This text has white color on #B16E81 background.