COLOR #B16B4C

HEX: #B16B4C RGB: (177,107,76)

Color info

#B16B4C contains mainly red color. Web safe color of #B16B4C is #996633 (or #963).

RGB color model

#B16B4C color RGB value is (177,107,76).

RGB: (177,107,76) (69%, 42%, 30%)

RGB channels and saturation

R 177 of 255 = 69%
G 107 of 255 = 42%
B 76 of 255 = 30%

177
107
76

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

Portions of RGB colors in percentages

R + G + B = 177 + 107 + 76 = 360 (100%)
R 177 of 360 ~ 49.17%
G 107 of 360 ~ 29.72%
B 76 of 360 ~ 21.11'%

%49.17
%29.72
%21.11

CMYK color model

#B16B4C color CMYK value is (0,40,57,31).

  • cyan value is 0.00%
  • magenta value is 39.55%
  • yellow value is 57.06%
  • key color value is 30.59%

CMYK: (0,40,57,31)
C0M40Y57K31 (0%, 40%, 57%, 31%)
(0.00 / 0.40 / 0.57 / 0.31)

CMYK percentages

%0
%39.55
%57.06
%30.59

Codes

Color #B16B4C in popluar color models

B1 6B 4C
RGB 177 107 76
HSL 18° 39.92% 49.61%
HSB/HSV 18° 57.06% 69.41%
CMYK 0.00% 39.55% 57.06%
30.59%

Color #B16B4C in popluar number systems.

HEX B1 6B 4C
Decimal 177 107 76
Binary 10110001 1101011 1001100
Octal 261 153 114

Shades and tints

Shades of #B16B4C

#B16B4C
(177,107,76)
#A16246
(161,98,70)
#915940
(145,89,64)
#81503A
(129,80,58)
#714734
(113,71,52)
#613E2E
(97,62,46)
#513528
(81,53,40)
#412C22
(65,44,34)
#31231C
(49,35,28)
#211A16
(33,26,22)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #B16B4C

#B16B4C
(177,107,76)
#B8785C
(184,120,92)
#BF856C
(191,133,108)
#C6927C
(198,146,124)
#CD9F8C
(205,159,140)
#D4AC9C
(212,172,156)
#DBB9AC
(219,185,172)
#E2C6BC
(226,198,188)
#E9D3CC
(233,211,204)
#F0E0DC
(240,224,220)
#F7EDEC
(247,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B16B4C color. Also use rgb(177,107,76) instead hex code.

Text Font Color

.myTextColor { color: #B16B4C; }

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

This text font color is #B16B4C.

Background Color

.myBgColor { background-color: #B16B4C; }

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

This div background color is #B16B4C.

Border color

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

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

This div border color is #B16B4C.

Opacity

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

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

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

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

This text has shadow with #B16B4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B16B4C.

Preview

Color preview on black background

This text has color #B16B4C on black background.


Color preview on white background

This text has color #B16B4C on white background.


Black color preview on #B16B4C background

This text has black color on #B16B4C background.


White color preview on #B16B4C background

This text has white color on #B16B4C background.


Related colors

Complementary color

Complementary color for #hex is #4E94B3.


I love getcolorcode.com

Triadic colors

1 #4CB16B and #6B4CB1 with #B16B4C are triadic colors.

2 #4C6BB1 and #6BB14C with #B16B4C are triadic colors.