COLOR #B16C7D

HEX: #B16C7D
RGB: (177,108,125)

Color info

#B16C7D contains mainly red and blue colors. Web safe color of #B16C7D is #996666 (or #966).

RGB color model

#B16C7D color RGB value is (177,108,125).

  • red value is 177;
  • green value is 108;
  • blue value is 125.
RGB:
(177,108,125)
(69%,42%,49%)

RGB channels and saturation

R 177 of 255 = 69%
G 108 of 255 = 42%
B 125 of 255 = 49%

177
108
125

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

Portions of RGB colors in percentages

R + G + B =
177 + 108 + 125 = 410 (100%)
R 177 of 410 ~ 43.17%
G 108 of 410 ~ 26.34%
B 125 of 410 ~ 30.49%

%43.17
%26.34
%30.49

CMYK color model

#B16C7D color CMYK value is (0,39,29,31).

  • cyan value is 0.00%
  • magenta value is 38.98%
  • yellow value is 29.38%
  • key color value is 30.59%
CMYK:
(0,39,29,31)
C0M39Y29K31 
(0%,39%,29%,31%)
(0.00/0.39/0.29/0.31)	

CMYK percentages

%0
%38.98
%29.38
%30.59

Codes

Color #B16C7D in popluar color models

B16C7D
RGB177108125
HSL345°30.67%55.88%
HSB/HSV345°38.98%69.41%
CMYK0.00%38.98%29.38%
30.59%

Color #B16C7D in popluar number systems.

HEXB16C7D
Decimal177108125
Binary1011000111011001111101
Octal261154175

Shades and tints

Shades of #B16C7D

#B16C7D
(177,108,125)
#A16372
(161,99,114)
#915A67
(145,90,103)
#81515C
(129,81,92)
#714851
(113,72,81)
#613F46
(97,63,70)
#51363B
(81,54,59)
#412D30
(65,45,48)
#312425
(49,36,37)
#211B1A
(33,27,26)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #B16C7D

#B16C7D
(177,108,125)
#B87988
(184,121,136)
#BF8693
(191,134,147)
#C6939E
(198,147,158)
#CDA0A9
(205,160,169)
#D4ADB4
(212,173,180)
#DBBABF
(219,186,191)
#E2C7CA
(226,199,202)
#E9D4D5
(233,212,213)
#F0E1E0
(240,225,224)
#F7EEEB
(247,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B16C7D color. Also use rgb(177,108,125) instead hex code.

Text Font Color

.myTextColor { color: #B16C7D; }

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

This text font color is #B16C7D.


Background Color

.myBgColor { background-color: #B16C7D; }

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

This div background color is #B16C7D.


Border color

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

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

This div border color is #B16C7D.


Opacity

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

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

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

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

This text has shadow with #B16C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B16C7D on black background.


Color preview on white background

This text has color #B16C7D on white background.



Black color preview on #B16C7D background

This text has black color on #B16C7D background.


White color preview on #B16C7D background

This text has white color on #B16C7D background.