COLOR #B17819

HEX: #B17819
RGB: (177,120,25)

Color info

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

RGB color model

#B17819 color RGB value is (177,120,25).

  • red value is 177;
  • green value is 120;
  • blue value is 25.
RGB:
(177,120,25)
(69%,47%,10%)

RGB channels and saturation

R 177 of 255 = 69%
G 120 of 255 = 47%
B 25 of 255 = 10%

177
120
25

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

Portions of RGB colors in percentages

R + G + B =
177 + 120 + 25 = 322 (100%)
R 177 of 322 ~ 54.97%
G 120 of 322 ~ 37.27%
B 25 of 322 ~ 7.76%

%54.97
%37.27

CMYK color model

#B17819 color CMYK value is (0,32,86,31).

  • cyan value is 0.00%
  • magenta value is 32.20%
  • yellow value is 85.88%
  • key color value is 30.59%
CMYK:
(0,32,86,31)
C0M32Y86K31 
(0%,32%,86%,31%)
(0.00/0.32/0.86/0.31)	

CMYK percentages

%0
%32.2
%85.88
%30.59

Codes

Color #B17819 in popluar color models

B17819
RGB17712025
HSL38°75.25%39.61%
HSB/HSV38°85.88%69.41%
CMYK0.00%32.20%85.88%
30.59%

Color #B17819 in popluar number systems.

HEXB17819
Decimal17712025
Binary10110001111100011001
Octal26117031

Shades and tints

Shades of #B17819

#B17819
(177,120,25)
#A16E17
(161,110,23)
#916415
(145,100,21)
#815A13
(129,90,19)
#715011
(113,80,17)
#61460F
(97,70,15)
#513C0D
(81,60,13)
#41320B
(65,50,11)
#312809
(49,40,9)
#211E07
(33,30,7)
#111405
(17,20,5)
#000000
(0,0,0)

Tints of #B17819

#B17819
(177,120,25)
#B8842D
(184,132,45)
#BF9041
(191,144,65)
#C69C55
(198,156,85)
#CDA869
(205,168,105)
#D4B47D
(212,180,125)
#DBC091
(219,192,145)
#E2CCA5
(226,204,165)
#E9D8B9
(233,216,185)
#F0E4CD
(240,228,205)
#F7F0E1
(247,240,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B17819 color. Also use rgb(177,120,25) instead hex code.

Text Font Color

.myTextColor { color: #B17819; }

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

This text font color is #B17819.


Background Color

.myBgColor { background-color: #B17819; }

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

This div background color is #B17819.


Border color

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

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

This div border color is #B17819.


Opacity

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

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

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

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

This text has shadow with #B17819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17819 on black background.


Color preview on white background

This text has color #B17819 on white background.



Black color preview on #B17819 background

This text has black color on #B17819 background.


White color preview on #B17819 background

This text has white color on #B17819 background.