COLOR #B16C6F

HEX: #B16C6F RGB: (177,108,111)

Color info

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

RGB color model

#B16C6F color RGB value is (177,108,111).

RGB: (177,108,111) (69%, 42%, 44%)

RGB channels and saturation

R 177 of 255 = 69%
G 108 of 255 = 42%
B 111 of 255 = 44%

177
108
111

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

Portions of RGB colors in percentages

R + G + B = 177 + 108 + 111 = 396 (100%)
R 177 of 396 ~ 44.7%
G 108 of 396 ~ 27.27%
B 111 of 396 ~ 28.03'%

%44.7
%27.27
%28.03

CMYK color model

#B16C6F color CMYK value is (0,39,37,31).

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

CMYK: (0,39,37,31)
C0M39Y37K31 (0%, 39%, 37%, 31%)
(0.00 / 0.39 / 0.37 / 0.31)

CMYK percentages

%0
%38.98
%37.29
%30.59

Codes

Color #B16C6F in popluar color models

B1 6C 6F
RGB 177 108 111
HSL 357° 30.67% 55.88%
HSB/HSV 357° 38.98% 69.41%
CMYK 0.00% 38.98% 37.29%
30.59%

Color #B16C6F in popluar number systems.

HEX B1 6C 6F
Decimal 177 108 111
Binary 10110001 1101100 1101111
Octal 261 154 157

Shades and tints

Shades of #B16C6F

#B16C6F
(177,108,111)
#A16365
(161,99,101)
#915A5B
(145,90,91)
#815151
(129,81,81)
#714847
(113,72,71)
#613F3D
(97,63,61)
#513633
(81,54,51)
#412D29
(65,45,41)
#31241F
(49,36,31)
#211B15
(33,27,21)
#11120B
(17,18,11)
#000000
(0,0,0)

Tints of #B16C6F

#B16C6F
(177,108,111)
#B8797C
(184,121,124)
#BF8689
(191,134,137)
#C69396
(198,147,150)
#CDA0A3
(205,160,163)
#D4ADB0
(212,173,176)
#DBBABD
(219,186,189)
#E2C7CA
(226,199,202)
#E9D4D7
(233,212,215)
#F0E1E4
(240,225,228)
#F7EEF1
(247,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B16C6F; }

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

This text font color is #B16C6F.

Background Color

.myBgColor { background-color: #B16C6F; }

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

This div background color is #B16C6F.

Border color

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

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

This div border color is #B16C6F.

Opacity

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

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

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

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

This text has shadow with #B16C6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B16C6F.

Preview

Color preview on black background

This text has color #B16C6F on black background.


Color preview on white background

This text has color #B16C6F on white background.


Black color preview on #B16C6F background

This text has black color on #B16C6F background.


White color preview on #B16C6F background

This text has white color on #B16C6F background.


Related colors

Complementary color

Complementary color for #hex is #4E9390.


I love getcolorcode.com

Triadic colors

1 #6FB16C and #6C6FB1 with #B16C6F are triadic colors.

2 #6F6CB1 and #6CB16F with #B16C6F are triadic colors.