COLOR #B58B13

HEX: #B58B13
RGB: (181,139,19)

Color info

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

RGB color model

#B58B13 color RGB value is (181,139,19).

  • red value is 181;
  • green value is 139;
  • blue value is 19.
RGB:
(181,139,19)
(71%,55%,7%)

RGB channels and saturation

R 181 of 255 = 71%
G 139 of 255 = 55%
B 19 of 255 = 7%

181
139
19

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

Portions of RGB colors in percentages

R + G + B =
181 + 139 + 19 = 339 (100%)
R 181 of 339 ~ 53.39%
G 139 of 339 ~ 41%
B 19 of 339 ~ 5.6%

%53.39
%41

CMYK color model

#B58B13 color CMYK value is (0,23,90,29).

  • cyan value is 0.00%
  • magenta value is 23.20%
  • yellow value is 89.50%
  • key color value is 29.02%
CMYK:
(0,23,90,29)
C0M23Y90K29 
(0%,23%,90%,29%)
(0.00/0.23/0.90/0.29)	

CMYK percentages

%0
%23.2
%89.5
%29.02

Codes

Color #B58B13 in popluar color models

B58B13
RGB18113919
HSL44°81.00%39.22%
HSB/HSV44°89.50%70.98%
CMYK0.00%23.20%89.50%
29.02%

Color #B58B13 in popluar number systems.

HEXB58B13
Decimal18113919
Binary101101011000101110011
Octal26521323

Shades and tints

Shades of #B58B13

#B58B13
(181,139,19)
#A57F12
(165,127,18)
#957311
(149,115,17)
#856710
(133,103,16)
#755B0F
(117,91,15)
#654F0E
(101,79,14)
#55430D
(85,67,13)
#45370C
(69,55,12)
#352B0B
(53,43,11)
#251F0A
(37,31,10)
#151309
(21,19,9)
#000000
(0,0,0)

Tints of #B58B13

#B58B13
(181,139,19)
#BB9528
(187,149,40)
#C19F3D
(193,159,61)
#C7A952
(199,169,82)
#CDB367
(205,179,103)
#D3BD7C
(211,189,124)
#D9C791
(217,199,145)
#DFD1A6
(223,209,166)
#E5DBBB
(229,219,187)
#EBE5D0
(235,229,208)
#F1EFE5
(241,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58B13 color. Also use rgb(181,139,19) instead hex code.

Text Font Color

.myTextColor { color: #B58B13; }

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

This text font color is #B58B13.


Background Color

.myBgColor { background-color: #B58B13; }

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

This div background color is #B58B13.


Border color

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

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

This div border color is #B58B13.


Opacity

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

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

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

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

This text has shadow with #B58B13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58B13 on black background.


Color preview on white background

This text has color #B58B13 on white background.



Black color preview on #B58B13 background

This text has black color on #B58B13 background.


White color preview on #B58B13 background

This text has white color on #B58B13 background.