COLOR #B59487

HEX: #B59487
RGB: (181,148,135)

Color info

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

RGB color model

#B59487 color RGB value is (181,148,135).

  • red value is 181;
  • green value is 148;
  • blue value is 135.
RGB:
(181,148,135)
(71%,58%,53%)

RGB channels and saturation

R 181 of 255 = 71%
G 148 of 255 = 58%
B 135 of 255 = 53%

181
148
135

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

Portions of RGB colors in percentages

R + G + B =
181 + 148 + 135 = 464 (100%)
R 181 of 464 ~ 39.01%
G 148 of 464 ~ 31.9%
B 135 of 464 ~ 29.09%

%39.01
%31.9
%29.09

CMYK color model

#B59487 color CMYK value is (0,18,25,29).

  • cyan value is 0.00%
  • magenta value is 18.23%
  • yellow value is 25.41%
  • key color value is 29.02%
CMYK:
(0,18,25,29)
C0M18Y25K29 
(0%,18%,25%,29%)
(0.00/0.18/0.25/0.29)	

CMYK percentages

%0
%18.23
%25.41
%29.02

Codes

Color #B59487 in popluar color models

B59487
RGB181148135
HSL17°23.71%61.96%
HSB/HSV17°25.41%70.98%
CMYK0.00%18.23%25.41%
29.02%

Color #B59487 in popluar number systems.

HEXB59487
Decimal181148135
Binary101101011001010010000111
Octal265224207

Shades and tints

Shades of #B59487

#B59487
(181,148,135)
#A5877B
(165,135,123)
#957A6F
(149,122,111)
#856D63
(133,109,99)
#756057
(117,96,87)
#65534B
(101,83,75)
#55463F
(85,70,63)
#453933
(69,57,51)
#352C27
(53,44,39)
#251F1B
(37,31,27)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #B59487

#B59487
(181,148,135)
#BB9D91
(187,157,145)
#C1A69B
(193,166,155)
#C7AFA5
(199,175,165)
#CDB8AF
(205,184,175)
#D3C1B9
(211,193,185)
#D9CAC3
(217,202,195)
#DFD3CD
(223,211,205)
#E5DCD7
(229,220,215)
#EBE5E1
(235,229,225)
#F1EEEB
(241,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B59487 color. Also use rgb(181,148,135) instead hex code.

Text Font Color

.myTextColor { color: #B59487; }

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

This text font color is #B59487.


Background Color

.myBgColor { background-color: #B59487; }

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

This div background color is #B59487.


Border color

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

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

This div border color is #B59487.


Opacity

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

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

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

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

This text has shadow with #B59487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59487 on black background.


Color preview on white background

This text has color #B59487 on white background.



Black color preview on #B59487 background

This text has black color on #B59487 background.


White color preview on #B59487 background

This text has white color on #B59487 background.