COLOR #B17C05

HEX: #B17C05
RGB: (177,124,5)

Color info

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

RGB color model

#B17C05 color RGB value is (177,124,5).

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

RGB channels and saturation

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

177
124
5

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

Portions of RGB colors in percentages

R + G + B =
177 + 124 + 5 = 306 (100%)
R 177 of 306 ~ 57.84%
G 124 of 306 ~ 40.52%
B 5 of 306 ~ 1.63%

%57.84
%40.52

CMYK color model

#B17C05 color CMYK value is (0,30,97,31).

  • cyan value is 0.00%
  • magenta value is 29.94%
  • yellow value is 97.18%
  • key color value is 30.59%
CMYK:
(0,30,97,31)
C0M30Y97K31 
(0%,30%,97%,31%)
(0.00/0.30/0.97/0.31)	

CMYK percentages

%0
%29.94
%97.18
%30.59

Codes

Color #B17C05 in popluar color models

B17C05
RGB1771245
HSL42°94.51%35.69%
HSB/HSV42°97.18%69.41%
CMYK0.00%29.94%97.18%
30.59%

Color #B17C05 in popluar number systems.

HEXB17C05
Decimal1771245
Binary101100011111100101
Octal2611745

Shades and tints

Shades of #B17C05

#B17C05
(177,124,5)
#A17105
(161,113,5)
#916605
(145,102,5)
#815B05
(129,91,5)
#715005
(113,80,5)
#614505
(97,69,5)
#513A05
(81,58,5)
#412F05
(65,47,5)
#312405
(49,36,5)
#211905
(33,25,5)
#110E05
(17,14,5)
#000000
(0,0,0)

Tints of #B17C05

#B17C05
(177,124,5)
#B8871B
(184,135,27)
#BF9231
(191,146,49)
#C69D47
(198,157,71)
#CDA85D
(205,168,93)
#D4B373
(212,179,115)
#DBBE89
(219,190,137)
#E2C99F
(226,201,159)
#E9D4B5
(233,212,181)
#F0DFCB
(240,223,203)
#F7EAE1
(247,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B17C05; }

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

This text font color is #B17C05.


Background Color

.myBgColor { background-color: #B17C05; }

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

This div background color is #B17C05.


Border color

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

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

This div border color is #B17C05.


Opacity

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

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

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

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

This text has shadow with #B17C05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17C05 on black background.


Color preview on white background

This text has color #B17C05 on white background.



Black color preview on #B17C05 background

This text has black color on #B17C05 background.


White color preview on #B17C05 background

This text has white color on #B17C05 background.