COLOR #B59D69

HEX: #B59D69
RGB: (181,157,105)

Color info

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

RGB color model

#B59D69 color RGB value is (181,157,105).

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

RGB channels and saturation

R 181 of 255 = 71%
G 157 of 255 = 62%
B 105 of 255 = 41%

181
157
105

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

Portions of RGB colors in percentages

R + G + B =
181 + 157 + 105 = 443 (100%)
R 181 of 443 ~ 40.86%
G 157 of 443 ~ 35.44%
B 105 of 443 ~ 23.7%

%40.86
%35.44
%23.7

CMYK color model

#B59D69 color CMYK value is (0,13,42,29).

  • cyan value is 0.00%
  • magenta value is 13.26%
  • yellow value is 41.99%
  • key color value is 29.02%
CMYK:
(0,13,42,29)
C0M13Y42K29 
(0%,13%,42%,29%)
(0.00/0.13/0.42/0.29)	

CMYK percentages

%0
%13.26
%41.99
%29.02

Codes

Color #B59D69 in popluar color models

B59D69
RGB181157105
HSL41°33.93%56.08%
HSB/HSV41°41.99%70.98%
CMYK0.00%13.26%41.99%
29.02%

Color #B59D69 in popluar number systems.

HEXB59D69
Decimal181157105
Binary10110101100111011101001
Octal265235151

Shades and tints

Shades of #B59D69

#B59D69
(181,157,105)
#A58F60
(165,143,96)
#958157
(149,129,87)
#85734E
(133,115,78)
#756545
(117,101,69)
#65573C
(101,87,60)
#554933
(85,73,51)
#453B2A
(69,59,42)
#352D21
(53,45,33)
#251F18
(37,31,24)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #B59D69

#B59D69
(181,157,105)
#BBA576
(187,165,118)
#C1AD83
(193,173,131)
#C7B590
(199,181,144)
#CDBD9D
(205,189,157)
#D3C5AA
(211,197,170)
#D9CDB7
(217,205,183)
#DFD5C4
(223,213,196)
#E5DDD1
(229,221,209)
#EBE5DE
(235,229,222)
#F1EDEB
(241,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59D69; }

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

This text font color is #B59D69.


Background Color

.myBgColor { background-color: #B59D69; }

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

This div background color is #B59D69.


Border color

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

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

This div border color is #B59D69.


Opacity

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

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

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

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

This text has shadow with #B59D69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59D69 on black background.


Color preview on white background

This text has color #B59D69 on white background.



Black color preview on #B59D69 background

This text has black color on #B59D69 background.


White color preview on #B59D69 background

This text has white color on #B59D69 background.