COLOR #B59859

HEX: #B59859 RGB: (181,152,89)

Color info

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

RGB color model

#B59859 color RGB value is (181,152,89).

RGB: (181,152,89) (71%, 60%, 35%)

RGB channels and saturation

R 181 of 255 = 71%
G 152 of 255 = 60%
B 89 of 255 = 35%

181
152
89

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

Portions of RGB colors in percentages

R + G + B = 181 + 152 + 89 = 422 (100%)
R 181 of 422 ~ 42.89%
G 152 of 422 ~ 36.02%
B 89 of 422 ~ 21.09'%

%42.89
%36.02
%21.09

CMYK color model

#B59859 color CMYK value is (0,16,51,29).

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

CMYK: (0,16,51,29)
C0M16Y51K29 (0%, 16%, 51%, 29%)
(0.00 / 0.16 / 0.51 / 0.29)

CMYK percentages

%0
%16.02
%50.83
%29.02

Codes

Color #B59859 in popluar color models

B5 98 59
RGB 181 152 89
HSL 41° 38.33% 52.94%
HSB/HSV 41° 50.83% 70.98%
CMYK 0.00% 16.02% 50.83%
29.02%

Color #B59859 in popluar number systems.

HEX B5 98 59
Decimal 181 152 89
Binary 10110101 10011000 1011001
Octal 265 230 131

Shades and tints

Shades of #B59859

#B59859
(181,152,89)
#A58B51
(165,139,81)
#957E49
(149,126,73)
#857141
(133,113,65)
#756439
(117,100,57)
#655731
(101,87,49)
#554A29
(85,74,41)
#453D21
(69,61,33)
#353019
(53,48,25)
#252311
(37,35,17)
#151609
(21,22,9)
#000000
(0,0,0)

Tints of #B59859

#B59859
(181,152,89)
#BBA168
(187,161,104)
#C1AA77
(193,170,119)
#C7B386
(199,179,134)
#CDBC95
(205,188,149)
#D3C5A4
(211,197,164)
#D9CEB3
(217,206,179)
#DFD7C2
(223,215,194)
#E5E0D1
(229,224,209)
#EBE9E0
(235,233,224)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59859; }

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

This text font color is #B59859.

Background Color

.myBgColor { background-color: #B59859; }

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

This div background color is #B59859.

Border color

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

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

This div border color is #B59859.

Opacity

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

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

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

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

This text has shadow with #B59859 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B59859.

Preview

Color preview on black background

This text has color #B59859 on black background.


Color preview on white background

This text has color #B59859 on white background.


Black color preview on #B59859 background

This text has black color on #B59859 background.


White color preview on #B59859 background

This text has white color on #B59859 background.


Related colors

Complementary color

Complementary color for #hex is #4A67A6.


I love getcolorcode.com

Triadic colors

1 #59B598 and #9859B5 with #B59859 are triadic colors.

2 #5998B5 and #98B559 with #B59859 are triadic colors.