COLOR #B57C7F

HEX: #B57C7F RGB: (181,124,127)

Color info

#B57C7F contains red, green and blue colors in about the same proportion. Web safe color of #B57C7F is #CC6666 (or #C66).

RGB color model

#B57C7F color RGB value is (181,124,127).

RGB: (181,124,127) (71%, 49%, 50%)

RGB channels and saturation

R 181 of 255 = 71%
G 124 of 255 = 49%
B 127 of 255 = 50%

181
124
127

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

Portions of RGB colors in percentages

R + G + B = 181 + 124 + 127 = 432 (100%)
R 181 of 432 ~ 41.9%
G 124 of 432 ~ 28.7%
B 127 of 432 ~ 29.4'%

%41.9
%28.7
%29.4

CMYK color model

#B57C7F color CMYK value is (0,31,30,29).

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

CMYK: (0,31,30,29)
C0M31Y30K29 (0%, 31%, 30%, 29%)
(0.00 / 0.31 / 0.30 / 0.29)

CMYK percentages

%0
%31.49
%29.83
%29.02

Codes

Color #B57C7F in popluar color models

B5 7C 7F
RGB 181 124 127
HSL 357° 27.80% 59.80%
HSB/HSV 357° 31.49% 70.98%
CMYK 0.00% 31.49% 29.83%
29.02%

Color #B57C7F in popluar number systems.

HEX B5 7C 7F
Decimal 181 124 127
Binary 10110101 1111100 1111111
Octal 265 174 177

Shades and tints

Shades of #B57C7F

#B57C7F
(181,124,127)
#A57174
(165,113,116)
#956669
(149,102,105)
#855B5E
(133,91,94)
#755053
(117,80,83)
#654548
(101,69,72)
#553A3D
(85,58,61)
#452F32
(69,47,50)
#352427
(53,36,39)
#25191C
(37,25,28)
#150E11
(21,14,17)
#000000
(0,0,0)

Tints of #B57C7F

#B57C7F
(181,124,127)
#BB878A
(187,135,138)
#C19295
(193,146,149)
#C79DA0
(199,157,160)
#CDA8AB
(205,168,171)
#D3B3B6
(211,179,182)
#D9BEC1
(217,190,193)
#DFC9CC
(223,201,204)
#E5D4D7
(229,212,215)
#EBDFE2
(235,223,226)
#F1EAED
(241,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B57C7F; }

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

This text font color is #B57C7F.

Background Color

.myBgColor { background-color: #B57C7F; }

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

This div background color is #B57C7F.

Border color

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

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

This div border color is #B57C7F.

Opacity

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

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

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

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

This text has shadow with #B57C7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B57C7F.

Preview

Color preview on black background

This text has color #B57C7F on black background.


Color preview on white background

This text has color #B57C7F on white background.


Black color preview on #B57C7F background

This text has black color on #B57C7F background.


White color preview on #B57C7F background

This text has white color on #B57C7F background.


Related colors

Complementary color

Complementary color for #hex is #4A8380.


I love getcolorcode.com

Triadic colors

1 #7FB57C and #7C7FB5 with #B57C7F are triadic colors.

2 #7F7CB5 and #7CB57F with #B57C7F are triadic colors.