COLOR #B16828

HEX: #B16828
RGB: (177,104,40)

Color info

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

RGB color model

#B16828 color RGB value is (177,104,40).

  • red value is 177;
  • green value is 104;
  • blue value is 40.
RGB:
(177,104,40)
(69%,41%,16%)

RGB channels and saturation

R 177 of 255 = 69%
G 104 of 255 = 41%
B 40 of 255 = 16%

177
104
40

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

Portions of RGB colors in percentages

R + G + B =
177 + 104 + 40 = 321 (100%)
R 177 of 321 ~ 55.14%
G 104 of 321 ~ 32.4%
B 40 of 321 ~ 12.46%

%55.14
%32.4
%12.46

CMYK color model

#B16828 color CMYK value is (0,41,77,31).

  • cyan value is 0.00%
  • magenta value is 41.24%
  • yellow value is 77.40%
  • key color value is 30.59%
CMYK:
(0,41,77,31)
C0M41Y77K31 
(0%,41%,77%,31%)
(0.00/0.41/0.77/0.31)	

CMYK percentages

%0
%41.24
%77.4
%30.59

Codes

Color #B16828 in popluar color models

B16828
RGB17710440
HSL28°63.13%42.55%
HSB/HSV28°77.40%69.41%
CMYK0.00%41.24%77.40%
30.59%

Color #B16828 in popluar number systems.

HEXB16828
Decimal17710440
Binary101100011101000101000
Octal26115050

Shades and tints

Shades of #B16828

#B16828
(177,104,40)
#A15F25
(161,95,37)
#915622
(145,86,34)
#814D1F
(129,77,31)
#71441C
(113,68,28)
#613B19
(97,59,25)
#513216
(81,50,22)
#412913
(65,41,19)
#312010
(49,32,16)
#21170D
(33,23,13)
#110E0A
(17,14,10)
#000000
(0,0,0)

Tints of #B16828

#B16828
(177,104,40)
#B8753B
(184,117,59)
#BF824E
(191,130,78)
#C68F61
(198,143,97)
#CD9C74
(205,156,116)
#D4A987
(212,169,135)
#DBB69A
(219,182,154)
#E2C3AD
(226,195,173)
#E9D0C0
(233,208,192)
#F0DDD3
(240,221,211)
#F7EAE6
(247,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B16828 color. Also use rgb(177,104,40) instead hex code.

Text Font Color

.myTextColor { color: #B16828; }

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

This text font color is #B16828.


Background Color

.myBgColor { background-color: #B16828; }

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

This div background color is #B16828.


Border color

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

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

This div border color is #B16828.


Opacity

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

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

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

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

This text has shadow with #B16828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B16828 on black background.


Color preview on white background

This text has color #B16828 on white background.



Black color preview on #B16828 background

This text has black color on #B16828 background.


White color preview on #B16828 background

This text has white color on #B16828 background.