COLOR #B59B9D

HEX: #B59B9D
RGB: (181,155,157)

Color info

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

RGB color model

#B59B9D color RGB value is (181,155,157).

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

RGB channels and saturation

R 181 of 255 = 71%
G 155 of 255 = 61%
B 157 of 255 = 62%

181
155
157

R + G + B ~ 65%. #B59B9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 155 + 157 = 493 (100%)
R 181 of 493 ~ 36.71%
G 155 of 493 ~ 31.44%
B 157 of 493 ~ 31.85%

%36.71
%31.44
%31.85

CMYK color model

#B59B9D color CMYK value is (0,14,13,29).

  • cyan value is 0.00%
  • magenta value is 14.36%
  • yellow value is 13.26%
  • key color value is 29.02%
CMYK:
(0,14,13,29)
C0M14Y13K29 
(0%,14%,13%,29%)
(0.00/0.14/0.13/0.29)	

CMYK percentages

%0
%14.36
%13.26
%29.02

Codes

Color #B59B9D in popluar color models

B59B9D
RGB181155157
HSL355°14.94%65.88%
HSB/HSV355°14.36%70.98%
CMYK0.00%14.36%13.26%
29.02%

Color #B59B9D in popluar number systems.

HEXB59B9D
Decimal181155157
Binary101101011001101110011101
Octal265233235

Shades and tints

Shades of #B59B9D

#B59B9D
(181,155,157)
#A58D8F
(165,141,143)
#957F81
(149,127,129)
#857173
(133,113,115)
#756365
(117,99,101)
#655557
(101,85,87)
#554749
(85,71,73)
#45393B
(69,57,59)
#352B2D
(53,43,45)
#251D1F
(37,29,31)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #B59B9D

#B59B9D
(181,155,157)
#BBA4A5
(187,164,165)
#C1ADAD
(193,173,173)
#C7B6B5
(199,182,181)
#CDBFBD
(205,191,189)
#D3C8C5
(211,200,197)
#D9D1CD
(217,209,205)
#DFDAD5
(223,218,213)
#E5E3DD
(229,227,221)
#EBECE5
(235,236,229)
#F1F5ED
(241,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59B9D; }

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

This text font color is #B59B9D.


Background Color

.myBgColor { background-color: #B59B9D; }

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

This div background color is #B59B9D.


Border color

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

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

This div border color is #B59B9D.


Opacity

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

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

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

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

This text has shadow with #B59B9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59B9D on black background.


Color preview on white background

This text has color #B59B9D on white background.



Black color preview on #B59B9D background

This text has black color on #B59B9D background.


White color preview on #B59B9D background

This text has white color on #B59B9D background.