COLOR #B57C70

HEX: #B57C70 RGB: (181,124,112)

Color info

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

RGB color model

#B57C70 color RGB value is (181,124,112).

RGB: (181,124,112) (71%, 49%, 44%)

RGB channels and saturation

R 181 of 255 = 71%
G 124 of 255 = 49%
B 112 of 255 = 44%

181
124
112

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

Portions of RGB colors in percentages

R + G + B = 181 + 124 + 112 = 417 (100%)
R 181 of 417 ~ 43.41%
G 124 of 417 ~ 29.74%
B 112 of 417 ~ 26.86'%

%43.41
%29.74
%26.86

CMYK color model

#B57C70 color CMYK value is (0,31,38,29).

  • cyan value is 0.00%
  • magenta value is 31.49%
  • yellow value is 38.12%
  • key color value is 29.02%

CMYK: (0,31,38,29)
C0M31Y38K29 (0%, 31%, 38%, 29%)
(0.00 / 0.31 / 0.38 / 0.29)

CMYK percentages

%0
%31.49
%38.12
%29.02

Codes

Color #B57C70 in popluar color models

B5 7C 70
RGB 181 124 112
HSL 10° 31.80% 57.45%
HSB/HSV 10° 38.12% 70.98%
CMYK 0.00% 31.49% 38.12%
29.02%

Color #B57C70 in popluar number systems.

HEX B5 7C 70
Decimal 181 124 112
Binary 10110101 1111100 1110000
Octal 265 174 160

Shades and tints

Shades of #B57C70

#B57C70
(181,124,112)
#A57166
(165,113,102)
#95665C
(149,102,92)
#855B52
(133,91,82)
#755048
(117,80,72)
#65453E
(101,69,62)
#553A34
(85,58,52)
#452F2A
(69,47,42)
#352420
(53,36,32)
#251916
(37,25,22)
#150E0C
(21,14,12)
#000000
(0,0,0)

Tints of #B57C70

#B57C70
(181,124,112)
#BB877D
(187,135,125)
#C1928A
(193,146,138)
#C79D97
(199,157,151)
#CDA8A4
(205,168,164)
#D3B3B1
(211,179,177)
#D9BEBE
(217,190,190)
#DFC9CB
(223,201,203)
#E5D4D8
(229,212,216)
#EBDFE5
(235,223,229)
#F1EAF2
(241,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B57C70; }

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

This text font color is #B57C70.

Background Color

.myBgColor { background-color: #B57C70; }

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

This div background color is #B57C70.

Border color

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

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

This div border color is #B57C70.

Opacity

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

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

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

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

This text has shadow with #B57C70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B57C70.

Preview

Color preview on black background

This text has color #B57C70 on black background.


Color preview on white background

This text has color #B57C70 on white background.


Black color preview on #B57C70 background

This text has black color on #B57C70 background.


White color preview on #B57C70 background

This text has white color on #B57C70 background.


Related colors

Complementary color

Complementary color for #hex is #4A838F.


I love getcolorcode.com

Triadic colors

1 #70B57C and #7C70B5 with #B57C70 are triadic colors.

2 #707CB5 and #7CB570 with #B57C70 are triadic colors.