COLOR #B59D6D

HEX: #B59D6D
RGB: (181,157,109)

Color info

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

RGB color model

#B59D6D color RGB value is (181,157,109).

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

RGB channels and saturation

R 181 of 255 = 71%
G 157 of 255 = 62%
B 109 of 255 = 43%

181
157
109

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

Portions of RGB colors in percentages

R + G + B =
181 + 157 + 109 = 447 (100%)
R 181 of 447 ~ 40.49%
G 157 of 447 ~ 35.12%
B 109 of 447 ~ 24.38%

%40.49
%35.12
%24.38

CMYK color model

#B59D6D color CMYK value is (0,13,40,29).

  • cyan value is 0.00%
  • magenta value is 13.26%
  • yellow value is 39.78%
  • key color value is 29.02%
CMYK:
(0,13,40,29)
C0M13Y40K29 
(0%,13%,40%,29%)
(0.00/0.13/0.40/0.29)	

CMYK percentages

%0
%13.26
%39.78
%29.02

Codes

Color #B59D6D in popluar color models

B59D6D
RGB181157109
HSL40°32.73%56.86%
HSB/HSV40°39.78%70.98%
CMYK0.00%13.26%39.78%
29.02%

Color #B59D6D in popluar number systems.

HEXB59D6D
Decimal181157109
Binary10110101100111011101101
Octal265235155

Shades and tints

Shades of #B59D6D

#B59D6D
(181,157,109)
#A58F64
(165,143,100)
#95815B
(149,129,91)
#857352
(133,115,82)
#756549
(117,101,73)
#655740
(101,87,64)
#554937
(85,73,55)
#453B2E
(69,59,46)
#352D25
(53,45,37)
#251F1C
(37,31,28)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #B59D6D

#B59D6D
(181,157,109)
#BBA57A
(187,165,122)
#C1AD87
(193,173,135)
#C7B594
(199,181,148)
#CDBDA1
(205,189,161)
#D3C5AE
(211,197,174)
#D9CDBB
(217,205,187)
#DFD5C8
(223,213,200)
#E5DDD5
(229,221,213)
#EBE5E2
(235,229,226)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59D6D; }

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

This text font color is #B59D6D.


Background Color

.myBgColor { background-color: #B59D6D; }

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

This div background color is #B59D6D.


Border color

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

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

This div border color is #B59D6D.


Opacity

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

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

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

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

This text has shadow with #B59D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59D6D on black background.


Color preview on white background

This text has color #B59D6D on white background.



Black color preview on #B59D6D background

This text has black color on #B59D6D background.


White color preview on #B59D6D background

This text has white color on #B59D6D background.