COLOR #B16C5B

HEX: #B16C5B RGB: (177,108,91)

Color info

#B16C5B contains mainly red color. Web safe color of #B16C5B is #996666 (or #966).

RGB color model

#B16C5B color RGB value is (177,108,91).

RGB: (177,108,91) (69%, 42%, 36%)

RGB channels and saturation

R 177 of 255 = 69%
G 108 of 255 = 42%
B 91 of 255 = 36%

177
108
91

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

Portions of RGB colors in percentages

R + G + B = 177 + 108 + 91 = 376 (100%)
R 177 of 376 ~ 47.07%
G 108 of 376 ~ 28.72%
B 91 of 376 ~ 24.2'%

%47.07
%28.72
%24.2

CMYK color model

#B16C5B color CMYK value is (0,39,49,31).

  • cyan value is 0.00%
  • magenta value is 38.98%
  • yellow value is 48.59%
  • key color value is 30.59%

CMYK: (0,39,49,31)
C0M39Y49K31 (0%, 39%, 49%, 31%)
(0.00 / 0.39 / 0.49 / 0.31)

CMYK percentages

%0
%38.98
%48.59
%30.59

Codes

Color #B16C5B in popluar color models

B1 6C 5B
RGB 177 108 91
HSL 12° 35.54% 52.55%
HSB/HSV 12° 48.59% 69.41%
CMYK 0.00% 38.98% 48.59%
30.59%

Color #B16C5B in popluar number systems.

HEX B1 6C 5B
Decimal 177 108 91
Binary 10110001 1101100 1011011
Octal 261 154 133

Shades and tints

Shades of #B16C5B

#B16C5B
(177,108,91)
#A16353
(161,99,83)
#915A4B
(145,90,75)
#815143
(129,81,67)
#71483B
(113,72,59)
#613F33
(97,63,51)
#51362B
(81,54,43)
#412D23
(65,45,35)
#31241B
(49,36,27)
#211B13
(33,27,19)
#11120B
(17,18,11)
#000000
(0,0,0)

Tints of #B16C5B

#B16C5B
(177,108,91)
#B87969
(184,121,105)
#BF8677
(191,134,119)
#C69385
(198,147,133)
#CDA093
(205,160,147)
#D4ADA1
(212,173,161)
#DBBAAF
(219,186,175)
#E2C7BD
(226,199,189)
#E9D4CB
(233,212,203)
#F0E1D9
(240,225,217)
#F7EEE7
(247,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B16C5B; }

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

This text font color is #B16C5B.

Background Color

.myBgColor { background-color: #B16C5B; }

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

This div background color is #B16C5B.

Border color

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

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

This div border color is #B16C5B.

Opacity

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

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

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

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

This text has shadow with #B16C5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B16C5B.

Preview

Color preview on black background

This text has color #B16C5B on black background.


Color preview on white background

This text has color #B16C5B on white background.


Black color preview on #B16C5B background

This text has black color on #B16C5B background.


White color preview on #B16C5B background

This text has white color on #B16C5B background.


Related colors

Complementary color

Complementary color for #hex is #4E93A4.


I love getcolorcode.com

Triadic colors

1 #5BB16C and #6C5BB1 with #B16C5B are triadic colors.

2 #5B6CB1 and #6CB15B with #B16C5B are triadic colors.