COLOR #B57E4A

HEX: #B57E4A RGB: (181,126,74)

Color info

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

RGB color model

#B57E4A color RGB value is (181,126,74).

RGB: (181,126,74) (71%, 49%, 29%)

RGB channels and saturation

R 181 of 255 = 71%
G 126 of 255 = 49%
B 74 of 255 = 29%

181
126
74

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

Portions of RGB colors in percentages

R + G + B = 181 + 126 + 74 = 381 (100%)
R 181 of 381 ~ 47.51%
G 126 of 381 ~ 33.07%
B 74 of 381 ~ 19.42'%

%47.51
%33.07
%19.42

CMYK color model

#B57E4A color CMYK value is (0,30,59,29).

  • cyan value is 0.00%
  • magenta value is 30.39%
  • yellow value is 59.12%
  • key color value is 29.02%

CMYK: (0,30,59,29)
C0M30Y59K29 (0%, 30%, 59%, 29%)
(0.00 / 0.30 / 0.59 / 0.29)

CMYK percentages

%0
%30.39
%59.12
%29.02

Codes

Color #B57E4A in popluar color models

B5 7E 4A
RGB 181 126 74
HSL 29° 41.96% 50.00%
HSB/HSV 29° 59.12% 70.98%
CMYK 0.00% 30.39% 59.12%
29.02%

Color #B57E4A in popluar number systems.

HEX B5 7E 4A
Decimal 181 126 74
Binary 10110101 1111110 1001010
Octal 265 176 112

Shades and tints

Shades of #B57E4A

#B57E4A
(181,126,74)
#A57344
(165,115,68)
#95683E
(149,104,62)
#855D38
(133,93,56)
#755232
(117,82,50)
#65472C
(101,71,44)
#553C26
(85,60,38)
#453120
(69,49,32)
#35261A
(53,38,26)
#251B14
(37,27,20)
#15100E
(21,16,14)
#000000
(0,0,0)

Tints of #B57E4A

#B57E4A
(181,126,74)
#BB895A
(187,137,90)
#C1946A
(193,148,106)
#C79F7A
(199,159,122)
#CDAA8A
(205,170,138)
#D3B59A
(211,181,154)
#D9C0AA
(217,192,170)
#DFCBBA
(223,203,186)
#E5D6CA
(229,214,202)
#EBE1DA
(235,225,218)
#F1ECEA
(241,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B57E4A; }

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

This text font color is #B57E4A.

Background Color

.myBgColor { background-color: #B57E4A; }

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

This div background color is #B57E4A.

Border color

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

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

This div border color is #B57E4A.

Opacity

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

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

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

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

This text has shadow with #B57E4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B57E4A.

Preview

Color preview on black background

This text has color #B57E4A on black background.


Color preview on white background

This text has color #B57E4A on white background.


Black color preview on #B57E4A background

This text has black color on #B57E4A background.


White color preview on #B57E4A background

This text has white color on #B57E4A background.


Related colors

Complementary color

Complementary color for #hex is #4A81B5.


I love getcolorcode.com

Triadic colors

1 #4AB57E and #7E4AB5 with #B57E4A are triadic colors.

2 #4A7EB5 and #7EB54A with #B57E4A are triadic colors.