COLOR #B59F59

HEX: #B59F59 RGB: (181,159,89)

Color info

#B59F59 contains mainly red and green colors. Web safe color of #B59F59 is #CC9966 (or #C96).

RGB color model

#B59F59 color RGB value is (181,159,89).

RGB: (181,159,89) (71%, 62%, 35%)

RGB channels and saturation

R 181 of 255 = 71%
G 159 of 255 = 62%
B 89 of 255 = 35%

181
159
89

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

Portions of RGB colors in percentages

R + G + B = 181 + 159 + 89 = 429 (100%)
R 181 of 429 ~ 42.19%
G 159 of 429 ~ 37.06%
B 89 of 429 ~ 20.75'%

%42.19
%37.06
%20.75

CMYK color model

#B59F59 color CMYK value is (0,12,51,29).

  • cyan value is 0.00%
  • magenta value is 12.15%
  • yellow value is 50.83%
  • key color value is 29.02%

CMYK: (0,12,51,29)
C0M12Y51K29 (0%, 12%, 51%, 29%)
(0.00 / 0.12 / 0.51 / 0.29)

CMYK percentages

%0
%12.15
%50.83
%29.02

Codes

Color #B59F59 in popluar color models

B5 9F 59
RGB 181 159 89
HSL 46° 38.33% 52.94%
HSB/HSV 46° 50.83% 70.98%
CMYK 0.00% 12.15% 50.83%
29.02%

Color #B59F59 in popluar number systems.

HEX B5 9F 59
Decimal 181 159 89
Binary 10110101 10011111 1011001
Octal 265 237 131

Shades and tints

Shades of #B59F59

#B59F59
(181,159,89)
#A59151
(165,145,81)
#958349
(149,131,73)
#857541
(133,117,65)
#756739
(117,103,57)
#655931
(101,89,49)
#554B29
(85,75,41)
#453D21
(69,61,33)
#352F19
(53,47,25)
#252111
(37,33,17)
#151309
(21,19,9)
#000000
(0,0,0)

Tints of #B59F59

#B59F59
(181,159,89)
#BBA768
(187,167,104)
#C1AF77
(193,175,119)
#C7B786
(199,183,134)
#CDBF95
(205,191,149)
#D3C7A4
(211,199,164)
#D9CFB3
(217,207,179)
#DFD7C2
(223,215,194)
#E5DFD1
(229,223,209)
#EBE7E0
(235,231,224)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B59F59 color. Also use rgb(181,159,89) instead hex code.

Text Font Color

.myTextColor { color: #B59F59; }

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

This text font color is #B59F59.

Background Color

.myBgColor { background-color: #B59F59; }

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

This div background color is #B59F59.

Border color

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

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

This div border color is #B59F59.

Opacity

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

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

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

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

This text has shadow with #B59F59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B59F59.

Preview

Color preview on black background

This text has color #B59F59 on black background.


Color preview on white background

This text has color #B59F59 on white background.


Black color preview on #B59F59 background

This text has black color on #B59F59 background.


White color preview on #B59F59 background

This text has white color on #B59F59 background.


Related colors

Complementary color

Complementary color for #hex is #4A60A6.


I love getcolorcode.com

Triadic colors

1 #59B59F and #9F59B5 with #B59F59 are triadic colors.

2 #599FB5 and #9FB559 with #B59F59 are triadic colors.