COLOR #B5957C

HEX: #B5957C RGB: (181,149,124)

Color info

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

RGB color model

#B5957C color RGB value is (181,149,124).

RGB: (181,149,124) (71%, 58%, 49%)

RGB channels and saturation

R 181 of 255 = 71%
G 149 of 255 = 58%
B 124 of 255 = 49%

181
149
124

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

Portions of RGB colors in percentages

R + G + B = 181 + 149 + 124 = 454 (100%)
R 181 of 454 ~ 39.87%
G 149 of 454 ~ 32.82%
B 124 of 454 ~ 27.31'%

%39.87
%32.82
%27.31

CMYK color model

#B5957C color CMYK value is (0,18,31,29).

  • cyan value is 0.00%
  • magenta value is 17.68%
  • yellow value is 31.49%
  • key color value is 29.02%
CMYK: (0,18,31,29) C0M18Y31K29 (0%,18%,31%,29%) (0.00/0.18/0.31/0.29) 

CMYK percentages

%0
%17.68
%31.49
%29.02

Codes

Color #B5957C in popluar color models

B5 95 7C
RGB 181 149 124
HSL 26° 27.80% 59.80%
HSB/HSV 26° 31.49% 70.98%
CMYK 0.00% 17.68% 31.49%
29.02%

Color #B5957C in popluar number systems.

HEX B5 95 7C
Decimal 181 149 124
Binary 10110101 10010101 1111100
Octal 265 225 174

Shades and tints

Shades of #B5957C

#B5957C
(181,149,124)
#A58871
(165,136,113)
#957B66
(149,123,102)
#856E5B
(133,110,91)
#756150
(117,97,80)
#655445
(101,84,69)
#55473A
(85,71,58)
#453A2F
(69,58,47)
#352D24
(53,45,36)
#252019
(37,32,25)
#15130E
(21,19,14)
#000000
(0,0,0)

Tints of #B5957C

#B5957C
(181,149,124)
#BB9E87
(187,158,135)
#C1A792
(193,167,146)
#C7B09D
(199,176,157)
#CDB9A8
(205,185,168)
#D3C2B3
(211,194,179)
#D9CBBE
(217,203,190)
#DFD4C9
(223,212,201)
#E5DDD4
(229,221,212)
#EBE6DF
(235,230,223)
#F1EFEA
(241,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5957C; }

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

This text font color is #B5957C.

Background Color

.myBgColor { background-color: #B5957C; }

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

This div background color is #B5957C.

Border color

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

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

This div border color is #B5957C.

Opacity

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

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

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

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

This text has shadow with #B5957C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5957C.

Preview

Color preview on black background

This text has color #B5957C on black background.


Color preview on white background

This text has color #B5957C on white background.


Black color preview on #B5957C background

This text has black color on #B5957C background.


White color preview on #B5957C background

This text has white color on #B5957C background.


Related colors

Complementary color

Complementary color for #hex is #4A6A83.


I love getcolorcode.com

Triadic colors

1 #7CB595 and #957CB5 with #B5957C are triadic colors.

2 #7C95B5 and #95B57C with #B5957C are triadic colors.