COLOR #B59D6F

HEX: #B59D6F
RGB: (181,157,111)

Color info

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

RGB color model

#B59D6F color RGB value is (181,157,111).

  • red value is 181;
  • green value is 157;
  • blue value is 111.
RGB:
(181,157,111)
(71%,62%,44%)

RGB channels and saturation

R 181 of 255 = 71%
G 157 of 255 = 62%
B 111 of 255 = 44%

181
157
111

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

Portions of RGB colors in percentages

R + G + B =
181 + 157 + 111 = 449 (100%)
R 181 of 449 ~ 40.31%
G 157 of 449 ~ 34.97%
B 111 of 449 ~ 24.72%

%40.31
%34.97
%24.72

CMYK color model

#B59D6F color CMYK value is (0,13,39,29).

  • cyan value is 0.00%
  • magenta value is 13.26%
  • yellow value is 38.67%
  • key color value is 29.02%
CMYK:
(0,13,39,29)
C0M13Y39K29 
(0%,13%,39%,29%)
(0.00/0.13/0.39/0.29)	

CMYK percentages

%0
%13.26
%38.67
%29.02

Codes

Color #B59D6F in popluar color models

B59D6F
RGB181157111
HSL39°32.11%57.25%
HSB/HSV39°38.67%70.98%
CMYK0.00%13.26%38.67%
29.02%

Color #B59D6F in popluar number systems.

HEXB59D6F
Decimal181157111
Binary10110101100111011101111
Octal265235157

Shades and tints

Shades of #B59D6F

#B59D6F
(181,157,111)
#A58F65
(165,143,101)
#95815B
(149,129,91)
#857351
(133,115,81)
#756547
(117,101,71)
#65573D
(101,87,61)
#554933
(85,73,51)
#453B29
(69,59,41)
#352D1F
(53,45,31)
#251F15
(37,31,21)
#15110B
(21,17,11)
#000000
(0,0,0)

Tints of #B59D6F

#B59D6F
(181,157,111)
#BBA57C
(187,165,124)
#C1AD89
(193,173,137)
#C7B596
(199,181,150)
#CDBDA3
(205,189,163)
#D3C5B0
(211,197,176)
#D9CDBD
(217,205,189)
#DFD5CA
(223,213,202)
#E5DDD7
(229,221,215)
#EBE5E4
(235,229,228)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B59D6F color. Also use rgb(181,157,111) instead hex code.

Text Font Color

.myTextColor { color: #B59D6F; }

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

This text font color is #B59D6F.


Background Color

.myBgColor { background-color: #B59D6F; }

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

This div background color is #B59D6F.


Border color

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

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

This div border color is #B59D6F.


Opacity

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

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

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

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

This text has shadow with #B59D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59D6F on black background.


Color preview on white background

This text has color #B59D6F on white background.



Black color preview on #B59D6F background

This text has black color on #B59D6F background.


White color preview on #B59D6F background

This text has white color on #B59D6F background.