COLOR #B59142

HEX: #B59142
RGB: (181,145,66)

Color info

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

RGB color model

#B59142 color RGB value is (181,145,66).

  • red value is 181;
  • green value is 145;
  • blue value is 66.
RGB:
(181,145,66)
(71%,57%,26%)

RGB channels and saturation

R 181 of 255 = 71%
G 145 of 255 = 57%
B 66 of 255 = 26%

181
145
66

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

Portions of RGB colors in percentages

R + G + B =
181 + 145 + 66 = 392 (100%)
R 181 of 392 ~ 46.17%
G 145 of 392 ~ 36.99%
B 66 of 392 ~ 16.84%

%46.17
%36.99
%16.84

CMYK color model

#B59142 color CMYK value is (0,20,64,29).

  • cyan value is 0.00%
  • magenta value is 19.89%
  • yellow value is 63.54%
  • key color value is 29.02%
CMYK:
(0,20,64,29)
C0M20Y64K29 
(0%,20%,64%,29%)
(0.00/0.20/0.64/0.29)	

CMYK percentages

%0
%19.89
%63.54
%29.02

Codes

Color #B59142 in popluar color models

B59142
RGB18114566
HSL41°46.56%48.43%
HSB/HSV41°63.54%70.98%
CMYK0.00%19.89%63.54%
29.02%

Color #B59142 in popluar number systems.

HEXB59142
Decimal18114566
Binary10110101100100011000010
Octal265221102

Shades and tints

Shades of #B59142

#B59142
(181,145,66)
#A5843C
(165,132,60)
#957736
(149,119,54)
#856A30
(133,106,48)
#755D2A
(117,93,42)
#655024
(101,80,36)
#55431E
(85,67,30)
#453618
(69,54,24)
#352912
(53,41,18)
#251C0C
(37,28,12)
#150F06
(21,15,6)
#000000
(0,0,0)

Tints of #B59142

#B59142
(181,145,66)
#BB9B53
(187,155,83)
#C1A564
(193,165,100)
#C7AF75
(199,175,117)
#CDB986
(205,185,134)
#D3C397
(211,195,151)
#D9CDA8
(217,205,168)
#DFD7B9
(223,215,185)
#E5E1CA
(229,225,202)
#EBEBDB
(235,235,219)
#F1F5EC
(241,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B59142 color. Also use rgb(181,145,66) instead hex code.

Text Font Color

.myTextColor { color: #B59142; }

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

This text font color is #B59142.


Background Color

.myBgColor { background-color: #B59142; }

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

This div background color is #B59142.


Border color

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

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

This div border color is #B59142.


Opacity

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

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

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

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

This text has shadow with #B59142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59142 on black background.


Color preview on white background

This text has color #B59142 on white background.



Black color preview on #B59142 background

This text has black color on #B59142 background.


White color preview on #B59142 background

This text has white color on #B59142 background.