COLOR #B57E73

HEX: #B57E73
RGB: (181,126,115)

Color info

#B57E73 contains mainly red and green colors. Web safe color of #B57E73 is #CC6666 (or #C66).

RGB color model

#B57E73 color RGB value is (181,126,115).

  • red value is 181;
  • green value is 126;
  • blue value is 115.
RGB:
(181,126,115)
(71%,49%,45%)

RGB channels and saturation

R 181 of 255 = 71%
G 126 of 255 = 49%
B 115 of 255 = 45%

181
126
115

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

Portions of RGB colors in percentages

R + G + B =
181 + 126 + 115 = 422 (100%)
R 181 of 422 ~ 42.89%
G 126 of 422 ~ 29.86%
B 115 of 422 ~ 27.25%

%42.89
%29.86
%27.25

CMYK color model

#B57E73 color CMYK value is (0,30,36,29).

  • cyan value is 0.00%
  • magenta value is 30.39%
  • yellow value is 36.46%
  • key color value is 29.02%
CMYK:
(0,30,36,29)
C0M30Y36K29 
(0%,30%,36%,29%)
(0.00/0.30/0.36/0.29)	

CMYK percentages

%0
%30.39
%36.46
%29.02

Codes

Color #B57E73 in popluar color models

B57E73
RGB181126115
HSL10°30.84%58.04%
HSB/HSV10°36.46%70.98%
CMYK0.00%30.39%36.46%
29.02%

Color #B57E73 in popluar number systems.

HEXB57E73
Decimal181126115
Binary1011010111111101110011
Octal265176163

Shades and tints

Shades of #B57E73

#B57E73
(181,126,115)
#A57369
(165,115,105)
#95685F
(149,104,95)
#855D55
(133,93,85)
#75524B
(117,82,75)
#654741
(101,71,65)
#553C37
(85,60,55)
#45312D
(69,49,45)
#352623
(53,38,35)
#251B19
(37,27,25)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #B57E73

#B57E73
(181,126,115)
#BB897F
(187,137,127)
#C1948B
(193,148,139)
#C79F97
(199,159,151)
#CDAAA3
(205,170,163)
#D3B5AF
(211,181,175)
#D9C0BB
(217,192,187)
#DFCBC7
(223,203,199)
#E5D6D3
(229,214,211)
#EBE1DF
(235,225,223)
#F1ECEB
(241,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B57E73; }

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

This text font color is #B57E73.


Background Color

.myBgColor { background-color: #B57E73; }

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

This div background color is #B57E73.


Border color

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

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

This div border color is #B57E73.


Opacity

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

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

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

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

This text has shadow with #B57E73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B57E73 on black background.


Color preview on white background

This text has color #B57E73 on white background.



Black color preview on #B57E73 background

This text has black color on #B57E73 background.


White color preview on #B57E73 background

This text has white color on #B57E73 background.