COLOR #B57E8D

HEX: #B57E8D RGB: (181,126,141)

Color info

#B57E8D contains red, green and blue colors in about the same proportion. Web safe color of #B57E8D is #CC6699 (or #C69).

RGB color model

#B57E8D color RGB value is (181,126,141).

RGB: (181,126,141) (71%, 49%, 55%)

RGB channels and saturation

R 181 of 255 = 71%
G 126 of 255 = 49%
B 141 of 255 = 55%

181
126
141

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

Portions of RGB colors in percentages

R + G + B = 181 + 126 + 141 = 448 (100%)
R 181 of 448 ~ 40.4%
G 126 of 448 ~ 28.13%
B 141 of 448 ~ 31.47'%

%40.4
%28.13
%31.47

CMYK color model

#B57E8D color CMYK value is (0,30,22,29).

  • cyan value is 0.00%
  • magenta value is 30.39%
  • yellow value is 22.10%
  • key color value is 29.02%
CMYK: (0,30,22,29) C0M30Y22K29 (0%,30%,22%,29%) (0.00/0.30/0.22/0.29) 

CMYK percentages

%0
%30.39
%22.1
%29.02

Codes

Color #B57E8D in popluar color models

B5 7E 8D
RGB 181 126 141
HSL 344° 27.09% 60.20%
HSB/HSV 344° 30.39% 70.98%
CMYK 0.00% 30.39% 22.10%
29.02%

Color #B57E8D in popluar number systems.

HEX B5 7E 8D
Decimal 181 126 141
Binary 10110101 1111110 10001101
Octal 265 176 215

Shades and tints

Shades of #B57E8D

#B57E8D
(181,126,141)
#A57381
(165,115,129)
#956875
(149,104,117)
#855D69
(133,93,105)
#75525D
(117,82,93)
#654751
(101,71,81)
#553C45
(85,60,69)
#453139
(69,49,57)
#35262D
(53,38,45)
#251B21
(37,27,33)
#151015
(21,16,21)
#000000
(0,0,0)

Tints of #B57E8D

#B57E8D
(181,126,141)
#BB8997
(187,137,151)
#C194A1
(193,148,161)
#C79FAB
(199,159,171)
#CDAAB5
(205,170,181)
#D3B5BF
(211,181,191)
#D9C0C9
(217,192,201)
#DFCBD3
(223,203,211)
#E5D6DD
(229,214,221)
#EBE1E7
(235,225,231)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B57E8D color. Also use rgb(181,126,141) instead hex code.

Text Font Color

.myTextColor { color: #B57E8D; }

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

This text font color is #B57E8D.

Background Color

.myBgColor { background-color: #B57E8D; }

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

This div background color is #B57E8D.

Border color

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

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

This div border color is #B57E8D.

Opacity

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

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

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

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

This text has shadow with #B57E8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B57E8D.

Preview

Color preview on black background

This text has color #B57E8D on black background.


Color preview on white background

This text has color #B57E8D on white background.


Black color preview on #B57E8D background

This text has black color on #B57E8D background.


White color preview on #B57E8D background

This text has white color on #B57E8D background.


Related colors

Complementary color

Complementary color for #hex is #4A8172.


I love getcolorcode.com

Triadic colors

1 #8DB57E and #7E8DB5 with #B57E8D are triadic colors.

2 #8D7EB5 and #7EB58D with #B57E8D are triadic colors.