COLOR #B16E1E

HEX: #B16E1E
RGB: (177,110,30)

Color info

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

RGB color model

#B16E1E color RGB value is (177,110,30).

  • red value is 177;
  • green value is 110;
  • blue value is 30.
RGB:
(177,110,30)
(69%,43%,12%)

RGB channels and saturation

R 177 of 255 = 69%
G 110 of 255 = 43%
B 30 of 255 = 12%

177
110
30

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

Portions of RGB colors in percentages

R + G + B =
177 + 110 + 30 = 317 (100%)
R 177 of 317 ~ 55.84%
G 110 of 317 ~ 34.7%
B 30 of 317 ~ 9.46%

%55.84
%34.7

CMYK color model

#B16E1E color CMYK value is (0,38,83,31).

  • cyan value is 0.00%
  • magenta value is 37.85%
  • yellow value is 83.05%
  • key color value is 30.59%
CMYK:
(0,38,83,31)
C0M38Y83K31 
(0%,38%,83%,31%)
(0.00/0.38/0.83/0.31)	

CMYK percentages

%0
%37.85
%83.05
%30.59

Codes

Color #B16E1E in popluar color models

B16E1E
RGB17711030
HSL33°71.01%40.59%
HSB/HSV33°83.05%69.41%
CMYK0.00%37.85%83.05%
30.59%

Color #B16E1E in popluar number systems.

HEXB16E1E
Decimal17711030
Binary10110001110111011110
Octal26115636

Shades and tints

Shades of #B16E1E

#B16E1E
(177,110,30)
#A1641C
(161,100,28)
#915A1A
(145,90,26)
#815018
(129,80,24)
#714616
(113,70,22)
#613C14
(97,60,20)
#513212
(81,50,18)
#412810
(65,40,16)
#311E0E
(49,30,14)
#21140C
(33,20,12)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #B16E1E

#B16E1E
(177,110,30)
#B87B32
(184,123,50)
#BF8846
(191,136,70)
#C6955A
(198,149,90)
#CDA26E
(205,162,110)
#D4AF82
(212,175,130)
#DBBC96
(219,188,150)
#E2C9AA
(226,201,170)
#E9D6BE
(233,214,190)
#F0E3D2
(240,227,210)
#F7F0E6
(247,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B16E1E color. Also use rgb(177,110,30) instead hex code.

Text Font Color

.myTextColor { color: #B16E1E; }

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

This text font color is #B16E1E.


Background Color

.myBgColor { background-color: #B16E1E; }

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

This div background color is #B16E1E.


Border color

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

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

This div border color is #B16E1E.


Opacity

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

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

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

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

This text has shadow with #B16E1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B16E1E on black background.


Color preview on white background

This text has color #B16E1E on white background.



Black color preview on #B16E1E background

This text has black color on #B16E1E background.


White color preview on #B16E1E background

This text has white color on #B16E1E background.