COLOR #B17E05

HEX: #B17E05
RGB: (177,126,5)

Color info

#B17E05 contains mainly red and green colors. Web safe color of #B17E05 is #996600 (or #960).

RGB color model

#B17E05 color RGB value is (177,126,5).

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

RGB channels and saturation

R 177 of 255 = 69%
G 126 of 255 = 49%
B 5 of 255 = 2%

177
126
5

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

Portions of RGB colors in percentages

R + G + B =
177 + 126 + 5 = 308 (100%)
R 177 of 308 ~ 57.47%
G 126 of 308 ~ 40.91%
B 5 of 308 ~ 1.62%

%57.47
%40.91

CMYK color model

#B17E05 color CMYK value is (0,29,97,31).

  • cyan value is 0.00%
  • magenta value is 28.81%
  • yellow value is 97.18%
  • key color value is 30.59%
CMYK:
(0,29,97,31)
C0M29Y97K31 
(0%,29%,97%,31%)
(0.00/0.29/0.97/0.31)	

CMYK percentages

%0
%28.81
%97.18
%30.59

Codes

Color #B17E05 in popluar color models

B17E05
RGB1771265
HSL42°94.51%35.69%
HSB/HSV42°97.18%69.41%
CMYK0.00%28.81%97.18%
30.59%

Color #B17E05 in popluar number systems.

HEXB17E05
Decimal1771265
Binary101100011111110101
Octal2611765

Shades and tints

Shades of #B17E05

#B17E05
(177,126,5)
#A17305
(161,115,5)
#916805
(145,104,5)
#815D05
(129,93,5)
#715205
(113,82,5)
#614705
(97,71,5)
#513C05
(81,60,5)
#413105
(65,49,5)
#312605
(49,38,5)
#211B05
(33,27,5)
#111005
(17,16,5)
#000000
(0,0,0)

Tints of #B17E05

#B17E05
(177,126,5)
#B8891B
(184,137,27)
#BF9431
(191,148,49)
#C69F47
(198,159,71)
#CDAA5D
(205,170,93)
#D4B573
(212,181,115)
#DBC089
(219,192,137)
#E2CB9F
(226,203,159)
#E9D6B5
(233,214,181)
#F0E1CB
(240,225,203)
#F7ECE1
(247,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B17E05; }

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

This text font color is #B17E05.


Background Color

.myBgColor { background-color: #B17E05; }

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

This div background color is #B17E05.


Border color

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

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

This div border color is #B17E05.


Opacity

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

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

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

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

This text has shadow with #B17E05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17E05 on black background.


Color preview on white background

This text has color #B17E05 on white background.



Black color preview on #B17E05 background

This text has black color on #B17E05 background.


White color preview on #B17E05 background

This text has white color on #B17E05 background.