COLOR #B5957F

HEX: #B5957F
RGB: (181,149,127)

Color info

#B5957F contains red, green and blue colors in about the same proportion. Web safe color of #B5957F is #CC9966 (or #C96).

RGB color model

#B5957F color RGB value is (181,149,127).

  • red value is 181;
  • green value is 149;
  • blue value is 127.
RGB:
(181,149,127)
(71%,58%,50%)

RGB channels and saturation

R 181 of 255 = 71%
G 149 of 255 = 58%
B 127 of 255 = 50%

181
149
127

R + G + B ~ 60%. #B5957F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
181 + 149 + 127 = 457 (100%)
R 181 of 457 ~ 39.61%
G 149 of 457 ~ 32.6%
B 127 of 457 ~ 27.79%

%39.61
%32.6
%27.79

CMYK color model

#B5957F color CMYK value is (0,18,30,29).

  • cyan value is 0.00%
  • magenta value is 17.68%
  • yellow value is 29.83%
  • key color value is 29.02%
CMYK:
(0,18,30,29)
C0M18Y30K29 
(0%,18%,30%,29%)
(0.00/0.18/0.30/0.29)	

CMYK percentages

%0
%17.68
%29.83
%29.02

Codes

Color #B5957F in popluar color models

B5957F
RGB181149127
HSL24°26.73%60.39%
HSB/HSV24°29.83%70.98%
CMYK0.00%17.68%29.83%
29.02%

Color #B5957F in popluar number systems.

HEXB5957F
Decimal181149127
Binary10110101100101011111111
Octal265225177

Shades and tints

Shades of #B5957F

#B5957F
(181,149,127)
#A58874
(165,136,116)
#957B69
(149,123,105)
#856E5E
(133,110,94)
#756153
(117,97,83)
#655448
(101,84,72)
#55473D
(85,71,61)
#453A32
(69,58,50)
#352D27
(53,45,39)
#25201C
(37,32,28)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #B5957F

#B5957F
(181,149,127)
#BB9E8A
(187,158,138)
#C1A795
(193,167,149)
#C7B0A0
(199,176,160)
#CDB9AB
(205,185,171)
#D3C2B6
(211,194,182)
#D9CBC1
(217,203,193)
#DFD4CC
(223,212,204)
#E5DDD7
(229,221,215)
#EBE6E2
(235,230,226)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5957F color. Also use rgb(181,149,127) instead hex code.

Text Font Color

.myTextColor { color: #B5957F; }

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

This text font color is #B5957F.


Background Color

.myBgColor { background-color: #B5957F; }

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

This div background color is #B5957F.


Border color

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

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

This div border color is #B5957F.


Opacity

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

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

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

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

This text has shadow with #B5957F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5957F on black background.


Color preview on white background

This text has color #B5957F on white background.



Black color preview on #B5957F background

This text has black color on #B5957F background.


White color preview on #B5957F background

This text has white color on #B5957F background.