COLOR #B59A31

HEX: #B59A31
RGB: (181,154,49)

Color info

#B59A31 contains mainly red and green colors. Web safe color of #B59A31 is #CC9933 (or #C93).

RGB color model

#B59A31 color RGB value is (181,154,49).

  • red value is 181;
  • green value is 154;
  • blue value is 49.
RGB:
(181,154,49)
(71%,60%,19%)

RGB channels and saturation

R 181 of 255 = 71%
G 154 of 255 = 60%
B 49 of 255 = 19%

181
154
49

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

Portions of RGB colors in percentages

R + G + B =
181 + 154 + 49 = 384 (100%)
R 181 of 384 ~ 47.14%
G 154 of 384 ~ 40.1%
B 49 of 384 ~ 12.76%

%47.14
%40.1
%12.76

CMYK color model

#B59A31 color CMYK value is (0,15,73,29).

  • cyan value is 0.00%
  • magenta value is 14.92%
  • yellow value is 72.93%
  • key color value is 29.02%
CMYK:
(0,15,73,29)
C0M15Y73K29 
(0%,15%,73%,29%)
(0.00/0.15/0.73/0.29)	

CMYK percentages

%0
%14.92
%72.93
%29.02

Codes

Color #B59A31 in popluar color models

B59A31
RGB18115449
HSL48°57.39%45.10%
HSB/HSV48°72.93%70.98%
CMYK0.00%14.92%72.93%
29.02%

Color #B59A31 in popluar number systems.

HEXB59A31
Decimal18115449
Binary1011010110011010110001
Octal26523261

Shades and tints

Shades of #B59A31

#B59A31
(181,154,49)
#A58C2D
(165,140,45)
#957E29
(149,126,41)
#857025
(133,112,37)
#756221
(117,98,33)
#65541D
(101,84,29)
#554619
(85,70,25)
#453815
(69,56,21)
#352A11
(53,42,17)
#251C0D
(37,28,13)
#150E09
(21,14,9)
#000000
(0,0,0)

Tints of #B59A31

#B59A31
(181,154,49)
#BBA343
(187,163,67)
#C1AC55
(193,172,85)
#C7B567
(199,181,103)
#CDBE79
(205,190,121)
#D3C78B
(211,199,139)
#D9D09D
(217,208,157)
#DFD9AF
(223,217,175)
#E5E2C1
(229,226,193)
#EBEBD3
(235,235,211)
#F1F4E5
(241,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B59A31 color. Also use rgb(181,154,49) instead hex code.

Text Font Color

.myTextColor { color: #B59A31; }

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

This text font color is #B59A31.


Background Color

.myBgColor { background-color: #B59A31; }

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

This div background color is #B59A31.


Border color

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

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

This div border color is #B59A31.


Opacity

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

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

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

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

This text has shadow with #B59A31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59A31 on black background.


Color preview on white background

This text has color #B59A31 on white background.



Black color preview on #B59A31 background

This text has black color on #B59A31 background.


White color preview on #B59A31 background

This text has white color on #B59A31 background.