COLOR #B57D4C

HEX: #B57D4C RGB: (181,125,76)

Color info

#B57D4C contains mainly red and green colors. Web safe color of #B57D4C is #CC6633 (or #C63).

RGB color model

#B57D4C color RGB value is (181,125,76).

RGB: (181,125,76) (71%, 49%, 30%)

RGB channels and saturation

R 181 of 255 = 71%
G 125 of 255 = 49%
B 76 of 255 = 30%

181
125
76

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

Portions of RGB colors in percentages

R + G + B = 181 + 125 + 76 = 382 (100%)
R 181 of 382 ~ 47.38%
G 125 of 382 ~ 32.72%
B 76 of 382 ~ 19.9'%

%47.38
%32.72
%19.9

CMYK color model

#B57D4C color CMYK value is (0,31,58,29).

  • cyan value is 0.00%
  • magenta value is 30.94%
  • yellow value is 58.01%
  • key color value is 29.02%

CMYK: (0,31,58,29)
C0M31Y58K29 (0%, 31%, 58%, 29%)
(0.00 / 0.31 / 0.58 / 0.29)

CMYK percentages

%0
%30.94
%58.01
%29.02

Codes

Color #B57D4C in popluar color models

B5 7D 4C
RGB 181 125 76
HSL 28° 41.50% 50.39%
HSB/HSV 28° 58.01% 70.98%
CMYK 0.00% 30.94% 58.01%
29.02%

Color #B57D4C in popluar number systems.

HEX B5 7D 4C
Decimal 181 125 76
Binary 10110101 1111101 1001100
Octal 265 175 114

Shades and tints

Shades of #B57D4C

#B57D4C
(181,125,76)
#A57246
(165,114,70)
#956740
(149,103,64)
#855C3A
(133,92,58)
#755134
(117,81,52)
#65462E
(101,70,46)
#553B28
(85,59,40)
#453022
(69,48,34)
#35251C
(53,37,28)
#251A16
(37,26,22)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #B57D4C

#B57D4C
(181,125,76)
#BB885C
(187,136,92)
#C1936C
(193,147,108)
#C79E7C
(199,158,124)
#CDA98C
(205,169,140)
#D3B49C
(211,180,156)
#D9BFAC
(217,191,172)
#DFCABC
(223,202,188)
#E5D5CC
(229,213,204)
#EBE0DC
(235,224,220)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B57D4C color. Also use rgb(181,125,76) instead hex code.

Text Font Color

.myTextColor { color: #B57D4C; }

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

This text font color is #B57D4C.

Background Color

.myBgColor { background-color: #B57D4C; }

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

This div background color is #B57D4C.

Border color

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

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

This div border color is #B57D4C.

Opacity

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

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

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

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

This text has shadow with #B57D4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B57D4C.

Preview

Color preview on black background

This text has color #B57D4C on black background.


Color preview on white background

This text has color #B57D4C on white background.


Black color preview on #B57D4C background

This text has black color on #B57D4C background.


White color preview on #B57D4C background

This text has white color on #B57D4C background.


Related colors

Complementary color

Complementary color for #hex is #4A82B3.


I love getcolorcode.com

Triadic colors

1 #4CB57D and #7D4CB5 with #B57D4C are triadic colors.

2 #4C7DB5 and #7DB54C with #B57D4C are triadic colors.