COLOR #B16D77

HEX: #B16D77 RGB: (177,109,119)

Color info

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

RGB color model

#B16D77 color RGB value is (177,109,119).

RGB: (177,109,119) (69%, 43%, 47%)

RGB channels and saturation

R 177 of 255 = 69%
G 109 of 255 = 43%
B 119 of 255 = 47%

177
109
119

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

Portions of RGB colors in percentages

R + G + B = 177 + 109 + 119 = 405 (100%)
R 177 of 405 ~ 43.7%
G 109 of 405 ~ 26.91%
B 119 of 405 ~ 29.38'%

%43.7
%26.91
%29.38

CMYK color model

#B16D77 color CMYK value is (0,38,33,31).

  • cyan value is 0.00%
  • magenta value is 38.42%
  • yellow value is 32.77%
  • key color value is 30.59%
CMYK: (0,38,33,31) C0M38Y33K31 (0%,38%,33%,31%) (0.00/0.38/0.33/0.31) 

CMYK percentages

%0
%38.42
%32.77
%30.59

Codes

Color #B16D77 in popluar color models

B1 6D 77
RGB 177 109 119
HSL 351° 30.36% 56.08%
HSB/HSV 351° 38.42% 69.41%
CMYK 0.00% 38.42% 32.77%
30.59%

Color #B16D77 in popluar number systems.

HEX B1 6D 77
Decimal 177 109 119
Binary 10110001 1101101 1110111
Octal 261 155 167

Shades and tints

Shades of #B16D77

#B16D77
(177,109,119)
#A1646D
(161,100,109)
#915B63
(145,91,99)
#815259
(129,82,89)
#71494F
(113,73,79)
#614045
(97,64,69)
#51373B
(81,55,59)
#412E31
(65,46,49)
#312527
(49,37,39)
#211C1D
(33,28,29)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #B16D77

#B16D77
(177,109,119)
#B87A83
(184,122,131)
#BF878F
(191,135,143)
#C6949B
(198,148,155)
#CDA1A7
(205,161,167)
#D4AEB3
(212,174,179)
#DBBBBF
(219,187,191)
#E2C8CB
(226,200,203)
#E9D5D7
(233,213,215)
#F0E2E3
(240,226,227)
#F7EFEF
(247,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B16D77; }

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

This text font color is #B16D77.

Background Color

.myBgColor { background-color: #B16D77; }

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

This div background color is #B16D77.

Border color

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

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

This div border color is #B16D77.

Opacity

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

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

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

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

This text has shadow with #B16D77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B16D77.

Preview

Color preview on black background

This text has color #B16D77 on black background.


Color preview on white background

This text has color #B16D77 on white background.


Black color preview on #B16D77 background

This text has black color on #B16D77 background.


White color preview on #B16D77 background

This text has white color on #B16D77 background.


Related colors

Complementary color

Complementary color for #hex is #4E9288.


I love getcolorcode.com

Triadic colors

1 #77B16D and #6D77B1 with #B16D77 are triadic colors.

2 #776DB1 and #6DB177 with #B16D77 are triadic colors.