COLOR #B17E2D

HEX: #B17E2D
RGB: (177,126,45)

Color info

#B17E2D contains mainly red and green colors. Web safe color of #B17E2D is #996633 (or #963).

RGB color model

#B17E2D color RGB value is (177,126,45).

  • red value is 177;
  • green value is 126;
  • blue value is 45.
RGB:
(177,126,45)
(69%,49%,18%)

RGB channels and saturation

R 177 of 255 = 69%
G 126 of 255 = 49%
B 45 of 255 = 18%

177
126
45

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

Portions of RGB colors in percentages

R + G + B =
177 + 126 + 45 = 348 (100%)
R 177 of 348 ~ 50.86%
G 126 of 348 ~ 36.21%
B 45 of 348 ~ 12.93%

%50.86
%36.21
%12.93

CMYK color model

#B17E2D color CMYK value is (0,29,75,31).

  • cyan value is 0.00%
  • magenta value is 28.81%
  • yellow value is 74.58%
  • key color value is 30.59%
CMYK:
(0,29,75,31)
C0M29Y75K31 
(0%,29%,75%,31%)
(0.00/0.29/0.75/0.31)	

CMYK percentages

%0
%28.81
%74.58
%30.59

Codes

Color #B17E2D in popluar color models

B17E2D
RGB17712645
HSL37°59.46%43.53%
HSB/HSV37°74.58%69.41%
CMYK0.00%28.81%74.58%
30.59%

Color #B17E2D in popluar number systems.

HEXB17E2D
Decimal17712645
Binary101100011111110101101
Octal26117655

Shades and tints

Shades of #B17E2D

#B17E2D
(177,126,45)
#A17329
(161,115,41)
#916825
(145,104,37)
#815D21
(129,93,33)
#71521D
(113,82,29)
#614719
(97,71,25)
#513C15
(81,60,21)
#413111
(65,49,17)
#31260D
(49,38,13)
#211B09
(33,27,9)
#111005
(17,16,5)
#000000
(0,0,0)

Tints of #B17E2D

#B17E2D
(177,126,45)
#B88940
(184,137,64)
#BF9453
(191,148,83)
#C69F66
(198,159,102)
#CDAA79
(205,170,121)
#D4B58C
(212,181,140)
#DBC09F
(219,192,159)
#E2CBB2
(226,203,178)
#E9D6C5
(233,214,197)
#F0E1D8
(240,225,216)
#F7ECEB
(247,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B17E2D color. Also use rgb(177,126,45) instead hex code.

Text Font Color

.myTextColor { color: #B17E2D; }

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

This text font color is #B17E2D.


Background Color

.myBgColor { background-color: #B17E2D; }

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

This div background color is #B17E2D.


Border color

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

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

This div border color is #B17E2D.


Opacity

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

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

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

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

This text has shadow with #B17E2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17E2D on black background.


Color preview on white background

This text has color #B17E2D on white background.



Black color preview on #B17E2D background

This text has black color on #B17E2D background.


White color preview on #B17E2D background

This text has white color on #B17E2D background.