COLOR #B59D83

HEX: #B59D83
RGB: (181,157,131)

Color info

#B59D83 contains red, green and blue colors in about the same proportion. Web safe color of #B59D83 is #CC9999 (or #C99).

RGB color model

#B59D83 color RGB value is (181,157,131).

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

RGB channels and saturation

R 181 of 255 = 71%
G 157 of 255 = 62%
B 131 of 255 = 51%

181
157
131

R + G + B ~ 61%. #B59D83 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 157 + 131 = 469 (100%)
R 181 of 469 ~ 38.59%
G 157 of 469 ~ 33.48%
B 131 of 469 ~ 27.93%

%38.59
%33.48
%27.93

CMYK color model

#B59D83 color CMYK value is (0,13,28,29).

  • cyan value is 0.00%
  • magenta value is 13.26%
  • yellow value is 27.62%
  • key color value is 29.02%
CMYK:
(0,13,28,29)
C0M13Y28K29 
(0%,13%,28%,29%)
(0.00/0.13/0.28/0.29)	

CMYK percentages

%0
%13.26
%27.62
%29.02

Codes

Color #B59D83 in popluar color models

B59D83
RGB181157131
HSL31°25.25%61.18%
HSB/HSV31°27.62%70.98%
CMYK0.00%13.26%27.62%
29.02%

Color #B59D83 in popluar number systems.

HEXB59D83
Decimal181157131
Binary101101011001110110000011
Octal265235203

Shades and tints

Shades of #B59D83

#B59D83
(181,157,131)
#A58F78
(165,143,120)
#95816D
(149,129,109)
#857362
(133,115,98)
#756557
(117,101,87)
#65574C
(101,87,76)
#554941
(85,73,65)
#453B36
(69,59,54)
#352D2B
(53,45,43)
#251F20
(37,31,32)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #B59D83

#B59D83
(181,157,131)
#BBA58E
(187,165,142)
#C1AD99
(193,173,153)
#C7B5A4
(199,181,164)
#CDBDAF
(205,189,175)
#D3C5BA
(211,197,186)
#D9CDC5
(217,205,197)
#DFD5D0
(223,213,208)
#E5DDDB
(229,221,219)
#EBE5E6
(235,229,230)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59D83; }

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

This text font color is #B59D83.


Background Color

.myBgColor { background-color: #B59D83; }

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

This div background color is #B59D83.


Border color

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

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

This div border color is #B59D83.


Opacity

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

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

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

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

This text has shadow with #B59D83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59D83 on black background.


Color preview on white background

This text has color #B59D83 on white background.



Black color preview on #B59D83 background

This text has black color on #B59D83 background.


White color preview on #B59D83 background

This text has white color on #B59D83 background.