COLOR #B59D95

HEX: #B59D95
RGB: (181,157,149)

Color info

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

RGB color model

#B59D95 color RGB value is (181,157,149).

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

RGB channels and saturation

R 181 of 255 = 71%
G 157 of 255 = 62%
B 149 of 255 = 58%

181
157
149

R + G + B ~ 64%. #B59D95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 157 + 149 = 487 (100%)
R 181 of 487 ~ 37.17%
G 157 of 487 ~ 32.24%
B 149 of 487 ~ 30.6%

%37.17
%32.24
%30.6

CMYK color model

#B59D95 color CMYK value is (0,13,18,29).

  • cyan value is 0.00%
  • magenta value is 13.26%
  • yellow value is 17.68%
  • key color value is 29.02%
CMYK:
(0,13,18,29)
C0M13Y18K29 
(0%,13%,18%,29%)
(0.00/0.13/0.18/0.29)	

CMYK percentages

%0
%13.26
%17.68
%29.02

Codes

Color #B59D95 in popluar color models

B59D95
RGB181157149
HSL15°17.78%64.71%
HSB/HSV15°17.68%70.98%
CMYK0.00%13.26%17.68%
29.02%

Color #B59D95 in popluar number systems.

HEXB59D95
Decimal181157149
Binary101101011001110110010101
Octal265235225

Shades and tints

Shades of #B59D95

#B59D95
(181,157,149)
#A58F88
(165,143,136)
#95817B
(149,129,123)
#85736E
(133,115,110)
#756561
(117,101,97)
#655754
(101,87,84)
#554947
(85,73,71)
#453B3A
(69,59,58)
#352D2D
(53,45,45)
#251F20
(37,31,32)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #B59D95

#B59D95
(181,157,149)
#BBA59E
(187,165,158)
#C1ADA7
(193,173,167)
#C7B5B0
(199,181,176)
#CDBDB9
(205,189,185)
#D3C5C2
(211,197,194)
#D9CDCB
(217,205,203)
#DFD5D4
(223,213,212)
#E5DDDD
(229,221,221)
#EBE5E6
(235,229,230)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59D95; }

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

This text font color is #B59D95.


Background Color

.myBgColor { background-color: #B59D95; }

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

This div background color is #B59D95.


Border color

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

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

This div border color is #B59D95.


Opacity

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

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

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

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

This text has shadow with #B59D95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59D95 on black background.


Color preview on white background

This text has color #B59D95 on white background.



Black color preview on #B59D95 background

This text has black color on #B59D95 background.


White color preview on #B59D95 background

This text has white color on #B59D95 background.