COLOR #B59A85

HEX: #B59A85
RGB: (181,154,133)

Color info

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

RGB color model

#B59A85 color RGB value is (181,154,133).

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

RGB channels and saturation

R 181 of 255 = 71%
G 154 of 255 = 60%
B 133 of 255 = 52%

181
154
133

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

Portions of RGB colors in percentages

R + G + B =
181 + 154 + 133 = 468 (100%)
R 181 of 468 ~ 38.68%
G 154 of 468 ~ 32.91%
B 133 of 468 ~ 28.42%

%38.68
%32.91
%28.42

CMYK color model

#B59A85 color CMYK value is (0,15,27,29).

  • cyan value is 0.00%
  • magenta value is 14.92%
  • yellow value is 26.52%
  • key color value is 29.02%
CMYK:
(0,15,27,29)
C0M15Y27K29 
(0%,15%,27%,29%)
(0.00/0.15/0.27/0.29)	

CMYK percentages

%0
%14.92
%26.52
%29.02

Codes

Color #B59A85 in popluar color models

B59A85
RGB181154133
HSL26°24.49%61.57%
HSB/HSV26°26.52%70.98%
CMYK0.00%14.92%26.52%
29.02%

Color #B59A85 in popluar number systems.

HEXB59A85
Decimal181154133
Binary101101011001101010000101
Octal265232205

Shades and tints

Shades of #B59A85

#B59A85
(181,154,133)
#A58C79
(165,140,121)
#957E6D
(149,126,109)
#857061
(133,112,97)
#756255
(117,98,85)
#655449
(101,84,73)
#55463D
(85,70,61)
#453831
(69,56,49)
#352A25
(53,42,37)
#251C19
(37,28,25)
#150E0D
(21,14,13)
#000000
(0,0,0)

Tints of #B59A85

#B59A85
(181,154,133)
#BBA390
(187,163,144)
#C1AC9B
(193,172,155)
#C7B5A6
(199,181,166)
#CDBEB1
(205,190,177)
#D3C7BC
(211,199,188)
#D9D0C7
(217,208,199)
#DFD9D2
(223,217,210)
#E5E2DD
(229,226,221)
#EBEBE8
(235,235,232)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59A85; }

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

This text font color is #B59A85.


Background Color

.myBgColor { background-color: #B59A85; }

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

This div background color is #B59A85.


Border color

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

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

This div border color is #B59A85.


Opacity

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

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

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

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

This text has shadow with #B59A85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59A85 on black background.


Color preview on white background

This text has color #B59A85 on white background.



Black color preview on #B59A85 background

This text has black color on #B59A85 background.


White color preview on #B59A85 background

This text has white color on #B59A85 background.