COLOR #B59942

HEX: #B59942 RGB: (181,153,66)

Color info

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

RGB color model

#B59942 color RGB value is (181,153,66).

RGB: (181,153,66) (71%, 60%, 26%)

RGB channels and saturation

R 181 of 255 = 71%
G 153 of 255 = 60%
B 66 of 255 = 26%

181
153
66

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

Portions of RGB colors in percentages

R + G + B = 181 + 153 + 66 = 400 (100%)
R 181 of 400 ~ 45.25%
G 153 of 400 ~ 38.25%
B 66 of 400 ~ 16.5'%

%45.25
%38.25
%16.5

CMYK color model

#B59942 color CMYK value is (0,15,64,29).

  • cyan value is 0.00%
  • magenta value is 15.47%
  • yellow value is 63.54%
  • key color value is 29.02%

CMYK: (0,15,64,29)
C0M15Y64K29 (0%, 15%, 64%, 29%)
(0.00 / 0.15 / 0.64 / 0.29)

CMYK percentages

%0
%15.47
%63.54
%29.02

Codes

Color #B59942 in popluar color models

B5 99 42
RGB 181 153 66
HSL 45° 46.56% 48.43%
HSB/HSV 45° 63.54% 70.98%
CMYK 0.00% 15.47% 63.54%
29.02%

Color #B59942 in popluar number systems.

HEX B5 99 42
Decimal 181 153 66
Binary 10110101 10011001 1000010
Octal 265 231 102

Shades and tints

Shades of #B59942

#B59942
(181,153,66)
#A58C3C
(165,140,60)
#957F36
(149,127,54)
#857230
(133,114,48)
#75652A
(117,101,42)
#655824
(101,88,36)
#554B1E
(85,75,30)
#453E18
(69,62,24)
#353112
(53,49,18)
#25240C
(37,36,12)
#151706
(21,23,6)
#000000
(0,0,0)

Tints of #B59942

#B59942
(181,153,66)
#BBA253
(187,162,83)
#C1AB64
(193,171,100)
#C7B475
(199,180,117)
#CDBD86
(205,189,134)
#D3C697
(211,198,151)
#D9CFA8
(217,207,168)
#DFD8B9
(223,216,185)
#E5E1CA
(229,225,202)
#EBEADB
(235,234,219)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59942; }

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

This text font color is #B59942.

Background Color

.myBgColor { background-color: #B59942; }

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

This div background color is #B59942.

Border color

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

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

This div border color is #B59942.

Opacity

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

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

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

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

This text has shadow with #B59942 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B59942.

Preview

Color preview on black background

This text has color #B59942 on black background.


Color preview on white background

This text has color #B59942 on white background.


Black color preview on #B59942 background

This text has black color on #B59942 background.


White color preview on #B59942 background

This text has white color on #B59942 background.


Related colors

Complementary color

Complementary color for #hex is #4A66BD.


I love getcolorcode.com

Triadic colors

1 #42B599 and #9942B5 with #B59942 are triadic colors.

2 #4299B5 and #99B542 with #B59942 are triadic colors.