COLOR #B57F5E

HEX: #B57F5E RGB: (181,127,94)

Color info

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

RGB color model

#B57F5E color RGB value is (181,127,94).

RGB: (181,127,94) (71%, 50%, 37%)

RGB channels and saturation

R 181 of 255 = 71%
G 127 of 255 = 50%
B 94 of 255 = 37%

181
127
94

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

Portions of RGB colors in percentages

R + G + B = 181 + 127 + 94 = 402 (100%)
R 181 of 402 ~ 45.02%
G 127 of 402 ~ 31.59%
B 94 of 402 ~ 23.38'%

%45.02
%31.59
%23.38

CMYK color model

#B57F5E color CMYK value is (0,30,48,29).

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

CMYK: (0,30,48,29)
C0M30Y48K29 (0%, 30%, 48%, 29%)
(0.00 / 0.30 / 0.48 / 0.29)

CMYK percentages

%0
%29.83
%48.07
%29.02

Codes

Color #B57F5E in popluar color models

B5 7F 5E
RGB 181 127 94
HSL 23° 37.02% 53.92%
HSB/HSV 23° 48.07% 70.98%
CMYK 0.00% 29.83% 48.07%
29.02%

Color #B57F5E in popluar number systems.

HEX B5 7F 5E
Decimal 181 127 94
Binary 10110101 1111111 1011110
Octal 265 177 136

Shades and tints

Shades of #B57F5E

#B57F5E
(181,127,94)
#A57456
(165,116,86)
#95694E
(149,105,78)
#855E46
(133,94,70)
#75533E
(117,83,62)
#654836
(101,72,54)
#553D2E
(85,61,46)
#453226
(69,50,38)
#35271E
(53,39,30)
#251C16
(37,28,22)
#15110E
(21,17,14)
#000000
(0,0,0)

Tints of #B57F5E

#B57F5E
(181,127,94)
#BB8A6C
(187,138,108)
#C1957A
(193,149,122)
#C7A088
(199,160,136)
#CDAB96
(205,171,150)
#D3B6A4
(211,182,164)
#D9C1B2
(217,193,178)
#DFCCC0
(223,204,192)
#E5D7CE
(229,215,206)
#EBE2DC
(235,226,220)
#F1EDEA
(241,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B57F5E; }

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

This text font color is #B57F5E.

Background Color

.myBgColor { background-color: #B57F5E; }

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

This div background color is #B57F5E.

Border color

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

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

This div border color is #B57F5E.

Opacity

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

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

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

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

This text has shadow with #B57F5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B57F5E.

Preview

Color preview on black background

This text has color #B57F5E on black background.


Color preview on white background

This text has color #B57F5E on white background.


Black color preview on #B57F5E background

This text has black color on #B57F5E background.


White color preview on #B57F5E background

This text has white color on #B57F5E background.


Related colors

Complementary color

Complementary color for #hex is #4A80A1.


I love getcolorcode.com

Triadic colors

1 #5EB57F and #7F5EB5 with #B57F5E are triadic colors.

2 #5E7FB5 and #7FB55E with #B57F5E are triadic colors.