COLOR #B59419

HEX: #B59419
RGB: (181,148,25)

Color info

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

RGB color model

#B59419 color RGB value is (181,148,25).

  • red value is 181;
  • green value is 148;
  • blue value is 25.
RGB:
(181,148,25)
(71%,58%,10%)

RGB channels and saturation

R 181 of 255 = 71%
G 148 of 255 = 58%
B 25 of 255 = 10%

181
148
25

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

Portions of RGB colors in percentages

R + G + B =
181 + 148 + 25 = 354 (100%)
R 181 of 354 ~ 51.13%
G 148 of 354 ~ 41.81%
B 25 of 354 ~ 7.06%

%51.13
%41.81

CMYK color model

#B59419 color CMYK value is (0,18,86,29).

  • cyan value is 0.00%
  • magenta value is 18.23%
  • yellow value is 86.19%
  • key color value is 29.02%
CMYK:
(0,18,86,29)
C0M18Y86K29 
(0%,18%,86%,29%)
(0.00/0.18/0.86/0.29)	

CMYK percentages

%0
%18.23
%86.19
%29.02

Codes

Color #B59419 in popluar color models

B59419
RGB18114825
HSL47°75.73%40.39%
HSB/HSV47°86.19%70.98%
CMYK0.00%18.23%86.19%
29.02%

Color #B59419 in popluar number systems.

HEXB59419
Decimal18114825
Binary101101011001010011001
Octal26522431

Shades and tints

Shades of #B59419

#B59419
(181,148,25)
#A58717
(165,135,23)
#957A15
(149,122,21)
#856D13
(133,109,19)
#756011
(117,96,17)
#65530F
(101,83,15)
#55460D
(85,70,13)
#45390B
(69,57,11)
#352C09
(53,44,9)
#251F07
(37,31,7)
#151205
(21,18,5)
#000000
(0,0,0)

Tints of #B59419

#B59419
(181,148,25)
#BB9D2D
(187,157,45)
#C1A641
(193,166,65)
#C7AF55
(199,175,85)
#CDB869
(205,184,105)
#D3C17D
(211,193,125)
#D9CA91
(217,202,145)
#DFD3A5
(223,211,165)
#E5DCB9
(229,220,185)
#EBE5CD
(235,229,205)
#F1EEE1
(241,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B59419 color. Also use rgb(181,148,25) instead hex code.

Text Font Color

.myTextColor { color: #B59419; }

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

This text font color is #B59419.


Background Color

.myBgColor { background-color: #B59419; }

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

This div background color is #B59419.


Border color

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

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

This div border color is #B59419.


Opacity

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

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

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

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

This text has shadow with #B59419 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59419 on black background.


Color preview on white background

This text has color #B59419 on white background.



Black color preview on #B59419 background

This text has black color on #B59419 background.


White color preview on #B59419 background

This text has white color on #B59419 background.