COLOR #B59A8C

HEX: #B59A8C
RGB: (181,154,140)

Color info

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

RGB color model

#B59A8C color RGB value is (181,154,140).

  • red value is 181;
  • green value is 154;
  • blue value is 140.
RGB:
(181,154,140)
(71%,60%,55%)

RGB channels and saturation

R 181 of 255 = 71%
G 154 of 255 = 60%
B 140 of 255 = 55%

181
154
140

R + G + B ~ 62%. #B59A8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 154 + 140 = 475 (100%)
R 181 of 475 ~ 38.11%
G 154 of 475 ~ 32.42%
B 140 of 475 ~ 29.47%

%38.11
%32.42
%29.47

CMYK color model

#B59A8C color CMYK value is (0,15,23,29).

  • cyan value is 0.00%
  • magenta value is 14.92%
  • yellow value is 22.65%
  • key color value is 29.02%
CMYK:
(0,15,23,29)
C0M15Y23K29 
(0%,15%,23%,29%)
(0.00/0.15/0.23/0.29)	

CMYK percentages

%0
%14.92
%22.65
%29.02

Codes

Color #B59A8C in popluar color models

B59A8C
RGB181154140
HSL20°21.69%62.94%
HSB/HSV20°22.65%70.98%
CMYK0.00%14.92%22.65%
29.02%

Color #B59A8C in popluar number systems.

HEXB59A8C
Decimal181154140
Binary101101011001101010001100
Octal265232214

Shades and tints

Shades of #B59A8C

#B59A8C
(181,154,140)
#A58C80
(165,140,128)
#957E74
(149,126,116)
#857068
(133,112,104)
#75625C
(117,98,92)
#655450
(101,84,80)
#554644
(85,70,68)
#453838
(69,56,56)
#352A2C
(53,42,44)
#251C20
(37,28,32)
#150E14
(21,14,20)
#000000
(0,0,0)

Tints of #B59A8C

#B59A8C
(181,154,140)
#BBA396
(187,163,150)
#C1ACA0
(193,172,160)
#C7B5AA
(199,181,170)
#CDBEB4
(205,190,180)
#D3C7BE
(211,199,190)
#D9D0C8
(217,208,200)
#DFD9D2
(223,217,210)
#E5E2DC
(229,226,220)
#EBEBE6
(235,235,230)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B59A8C color. Also use rgb(181,154,140) instead hex code.

Text Font Color

.myTextColor { color: #B59A8C; }

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

This text font color is #B59A8C.


Background Color

.myBgColor { background-color: #B59A8C; }

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

This div background color is #B59A8C.


Border color

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

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

This div border color is #B59A8C.


Opacity

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

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

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

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

This text has shadow with #B59A8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59A8C on black background.


Color preview on white background

This text has color #B59A8C on white background.



Black color preview on #B59A8C background

This text has black color on #B59A8C background.


White color preview on #B59A8C background

This text has white color on #B59A8C background.