COLOR #B16C1C

HEX: #B16C1C
RGB: (177,108,28)

Color info

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

RGB color model

#B16C1C color RGB value is (177,108,28).

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

RGB channels and saturation

R 177 of 255 = 69%
G 108 of 255 = 42%
B 28 of 255 = 11%

177
108
28

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

Portions of RGB colors in percentages

R + G + B =
177 + 108 + 28 = 313 (100%)
R 177 of 313 ~ 56.55%
G 108 of 313 ~ 34.5%
B 28 of 313 ~ 8.95%

%56.55
%34.5

CMYK color model

#B16C1C color CMYK value is (0,39,84,31).

  • cyan value is 0.00%
  • magenta value is 38.98%
  • yellow value is 84.18%
  • key color value is 30.59%
CMYK:
(0,39,84,31)
C0M39Y84K31 
(0%,39%,84%,31%)
(0.00/0.39/0.84/0.31)	

CMYK percentages

%0
%38.98
%84.18
%30.59

Codes

Color #B16C1C in popluar color models

B16C1C
RGB17710828
HSL32°72.68%40.20%
HSB/HSV32°84.18%69.41%
CMYK0.00%38.98%84.18%
30.59%

Color #B16C1C in popluar number systems.

HEXB16C1C
Decimal17710828
Binary10110001110110011100
Octal26115434

Shades and tints

Shades of #B16C1C

#B16C1C
(177,108,28)
#A1631A
(161,99,26)
#915A18
(145,90,24)
#815116
(129,81,22)
#714814
(113,72,20)
#613F12
(97,63,18)
#513610
(81,54,16)
#412D0E
(65,45,14)
#31240C
(49,36,12)
#211B0A
(33,27,10)
#111208
(17,18,8)
#000000
(0,0,0)

Tints of #B16C1C

#B16C1C
(177,108,28)
#B87930
(184,121,48)
#BF8644
(191,134,68)
#C69358
(198,147,88)
#CDA06C
(205,160,108)
#D4AD80
(212,173,128)
#DBBA94
(219,186,148)
#E2C7A8
(226,199,168)
#E9D4BC
(233,212,188)
#F0E1D0
(240,225,208)
#F7EEE4
(247,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B16C1C; }

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

This text font color is #B16C1C.


Background Color

.myBgColor { background-color: #B16C1C; }

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

This div background color is #B16C1C.


Border color

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

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

This div border color is #B16C1C.


Opacity

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

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

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

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

This text has shadow with #B16C1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B16C1C on black background.


Color preview on white background

This text has color #B16C1C on white background.



Black color preview on #B16C1C background

This text has black color on #B16C1C background.


White color preview on #B16C1C background

This text has white color on #B16C1C background.