COLOR #B59D90

HEX: #B59D90
RGB: (181,157,144)

Color info

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

RGB color model

#B59D90 color RGB value is (181,157,144).

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

RGB channels and saturation

R 181 of 255 = 71%
G 157 of 255 = 62%
B 144 of 255 = 56%

181
157
144

R + G + B ~ 63%. #B59D90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 157 + 144 = 482 (100%)
R 181 of 482 ~ 37.55%
G 157 of 482 ~ 32.57%
B 144 of 482 ~ 29.88%

%37.55
%32.57
%29.88

CMYK color model

#B59D90 color CMYK value is (0,13,20,29).

  • cyan value is 0.00%
  • magenta value is 13.26%
  • yellow value is 20.44%
  • key color value is 29.02%
CMYK:
(0,13,20,29)
C0M13Y20K29 
(0%,13%,20%,29%)
(0.00/0.13/0.20/0.29)	

CMYK percentages

%0
%13.26
%20.44
%29.02

Codes

Color #B59D90 in popluar color models

B59D90
RGB181157144
HSL21°20.00%63.73%
HSB/HSV21°20.44%70.98%
CMYK0.00%13.26%20.44%
29.02%

Color #B59D90 in popluar number systems.

HEXB59D90
Decimal181157144
Binary101101011001110110010000
Octal265235220

Shades and tints

Shades of #B59D90

#B59D90
(181,157,144)
#A58F83
(165,143,131)
#958176
(149,129,118)
#857369
(133,115,105)
#75655C
(117,101,92)
#65574F
(101,87,79)
#554942
(85,73,66)
#453B35
(69,59,53)
#352D28
(53,45,40)
#251F1B
(37,31,27)
#15110E
(21,17,14)
#000000
(0,0,0)

Tints of #B59D90

#B59D90
(181,157,144)
#BBA59A
(187,165,154)
#C1ADA4
(193,173,164)
#C7B5AE
(199,181,174)
#CDBDB8
(205,189,184)
#D3C5C2
(211,197,194)
#D9CDCC
(217,205,204)
#DFD5D6
(223,213,214)
#E5DDE0
(229,221,224)
#EBE5EA
(235,229,234)
#F1EDF4
(241,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59D90; }

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

This text font color is #B59D90.


Background Color

.myBgColor { background-color: #B59D90; }

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

This div background color is #B59D90.


Border color

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

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

This div border color is #B59D90.


Opacity

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

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

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

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

This text has shadow with #B59D90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59D90 on black background.


Color preview on white background

This text has color #B59D90 on white background.



Black color preview on #B59D90 background

This text has black color on #B59D90 background.


White color preview on #B59D90 background

This text has white color on #B59D90 background.