COLOR #B17123

HEX: #B17123
RGB: (177,113,35)

Color info

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

RGB color model

#B17123 color RGB value is (177,113,35).

  • red value is 177;
  • green value is 113;
  • blue value is 35.
RGB:
(177,113,35)
(69%,44%,14%)

RGB channels and saturation

R 177 of 255 = 69%
G 113 of 255 = 44%
B 35 of 255 = 14%

177
113
35

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

Portions of RGB colors in percentages

R + G + B =
177 + 113 + 35 = 325 (100%)
R 177 of 325 ~ 54.46%
G 113 of 325 ~ 34.77%
B 35 of 325 ~ 10.77%

%54.46
%34.77
%10.77

CMYK color model

#B17123 color CMYK value is (0,36,80,31).

  • cyan value is 0.00%
  • magenta value is 36.16%
  • yellow value is 80.23%
  • key color value is 30.59%
CMYK:
(0,36,80,31)
C0M36Y80K31 
(0%,36%,80%,31%)
(0.00/0.36/0.80/0.31)	

CMYK percentages

%0
%36.16
%80.23
%30.59

Codes

Color #B17123 in popluar color models

B17123
RGB17711335
HSL33°66.98%41.57%
HSB/HSV33°80.23%69.41%
CMYK0.00%36.16%80.23%
30.59%

Color #B17123 in popluar number systems.

HEXB17123
Decimal17711335
Binary101100011110001100011
Octal26116143

Shades and tints

Shades of #B17123

#B17123
(177,113,35)
#A16720
(161,103,32)
#915D1D
(145,93,29)
#81531A
(129,83,26)
#714917
(113,73,23)
#613F14
(97,63,20)
#513511
(81,53,17)
#412B0E
(65,43,14)
#31210B
(49,33,11)
#211708
(33,23,8)
#110D05
(17,13,5)
#000000
(0,0,0)

Tints of #B17123

#B17123
(177,113,35)
#B87D37
(184,125,55)
#BF894B
(191,137,75)
#C6955F
(198,149,95)
#CDA173
(205,161,115)
#D4AD87
(212,173,135)
#DBB99B
(219,185,155)
#E2C5AF
(226,197,175)
#E9D1C3
(233,209,195)
#F0DDD7
(240,221,215)
#F7E9EB
(247,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B17123 color. Also use rgb(177,113,35) instead hex code.

Text Font Color

.myTextColor { color: #B17123; }

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

This text font color is #B17123.


Background Color

.myBgColor { background-color: #B17123; }

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

This div background color is #B17123.


Border color

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

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

This div border color is #B17123.


Opacity

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

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

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

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

This text has shadow with #B17123 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17123 on black background.


Color preview on white background

This text has color #B17123 on white background.



Black color preview on #B17123 background

This text has black color on #B17123 background.


White color preview on #B17123 background

This text has white color on #B17123 background.