COLOR #B58717

HEX: #B58717
RGB: (181,135,23)

Color info

#B58717 contains mainly red and green colors. Web safe color of #B58717 is #CC9900 (or #C90).

RGB color model

#B58717 color RGB value is (181,135,23).

  • red value is 181;
  • green value is 135;
  • blue value is 23.
RGB:
(181,135,23)
(71%,53%,9%)

RGB channels and saturation

R 181 of 255 = 71%
G 135 of 255 = 53%
B 23 of 255 = 9%

181
135
23

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

Portions of RGB colors in percentages

R + G + B =
181 + 135 + 23 = 339 (100%)
R 181 of 339 ~ 53.39%
G 135 of 339 ~ 39.82%
B 23 of 339 ~ 6.78%

%53.39
%39.82

CMYK color model

#B58717 color CMYK value is (0,25,87,29).

  • cyan value is 0.00%
  • magenta value is 25.41%
  • yellow value is 87.29%
  • key color value is 29.02%
CMYK:
(0,25,87,29)
C0M25Y87K29 
(0%,25%,87%,29%)
(0.00/0.25/0.87/0.29)	

CMYK percentages

%0
%25.41
%87.29
%29.02

Codes

Color #B58717 in popluar color models

B58717
RGB18113523
HSL43°77.45%40.00%
HSB/HSV43°87.29%70.98%
CMYK0.00%25.41%87.29%
29.02%

Color #B58717 in popluar number systems.

HEXB58717
Decimal18113523
Binary101101011000011110111
Octal26520727

Shades and tints

Shades of #B58717

#B58717
(181,135,23)
#A57B15
(165,123,21)
#956F13
(149,111,19)
#856311
(133,99,17)
#75570F
(117,87,15)
#654B0D
(101,75,13)
#553F0B
(85,63,11)
#453309
(69,51,9)
#352707
(53,39,7)
#251B05
(37,27,5)
#150F03
(21,15,3)
#000000
(0,0,0)

Tints of #B58717

#B58717
(181,135,23)
#BB912C
(187,145,44)
#C19B41
(193,155,65)
#C7A556
(199,165,86)
#CDAF6B
(205,175,107)
#D3B980
(211,185,128)
#D9C395
(217,195,149)
#DFCDAA
(223,205,170)
#E5D7BF
(229,215,191)
#EBE1D4
(235,225,212)
#F1EBE9
(241,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58717 color. Also use rgb(181,135,23) instead hex code.

Text Font Color

.myTextColor { color: #B58717; }

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

This text font color is #B58717.


Background Color

.myBgColor { background-color: #B58717; }

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

This div background color is #B58717.


Border color

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

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

This div border color is #B58717.


Opacity

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

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

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

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

This text has shadow with #B58717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58717 on black background.


Color preview on white background

This text has color #B58717 on white background.



Black color preview on #B58717 background

This text has black color on #B58717 background.


White color preview on #B58717 background

This text has white color on #B58717 background.