COLOR #B57E3C

HEX: #B57E3C RGB: (181,126,60)

Color info

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

RGB color model

#B57E3C color RGB value is (181,126,60).

RGB: (181,126,60) (71%, 49%, 24%)

RGB channels and saturation

R 181 of 255 = 71%
G 126 of 255 = 49%
B 60 of 255 = 24%

181
126
60

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

Portions of RGB colors in percentages

R + G + B = 181 + 126 + 60 = 367 (100%)
R 181 of 367 ~ 49.32%
G 126 of 367 ~ 34.33%
B 60 of 367 ~ 16.35'%

%49.32
%34.33
%16.35

CMYK color model

#B57E3C color CMYK value is (0,30,67,29).

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

CMYK: (0,30,67,29)
C0M30Y67K29 (0%, 30%, 67%, 29%)
(0.00 / 0.30 / 0.67 / 0.29)

CMYK percentages

%0
%30.39
%66.85
%29.02

Codes

Color #B57E3C in popluar color models

B5 7E 3C
RGB 181 126 60
HSL 33° 50.21% 47.25%
HSB/HSV 33° 66.85% 70.98%
CMYK 0.00% 30.39% 66.85%
29.02%

Color #B57E3C in popluar number systems.

HEX B5 7E 3C
Decimal 181 126 60
Binary 10110101 1111110 111100
Octal 265 176 74

Shades and tints

Shades of #B57E3C

#B57E3C
(181,126,60)
#A57337
(165,115,55)
#956832
(149,104,50)
#855D2D
(133,93,45)
#755228
(117,82,40)
#654723
(101,71,35)
#553C1E
(85,60,30)
#453119
(69,49,25)
#352614
(53,38,20)
#251B0F
(37,27,15)
#15100A
(21,16,10)
#000000
(0,0,0)

Tints of #B57E3C

#B57E3C
(181,126,60)
#BB894D
(187,137,77)
#C1945E
(193,148,94)
#C79F6F
(199,159,111)
#CDAA80
(205,170,128)
#D3B591
(211,181,145)
#D9C0A2
(217,192,162)
#DFCBB3
(223,203,179)
#E5D6C4
(229,214,196)
#EBE1D5
(235,225,213)
#F1ECE6
(241,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B57E3C; }

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

This text font color is #B57E3C.

Background Color

.myBgColor { background-color: #B57E3C; }

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

This div background color is #B57E3C.

Border color

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

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

This div border color is #B57E3C.

Opacity

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

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

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

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

This text has shadow with #B57E3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B57E3C.

Preview

Color preview on black background

This text has color #B57E3C on black background.


Color preview on white background

This text has color #B57E3C on white background.


Black color preview on #B57E3C background

This text has black color on #B57E3C background.


White color preview on #B57E3C background

This text has white color on #B57E3C background.


Related colors

Complementary color

Complementary color for #hex is #4A81C3.


I love getcolorcode.com

Triadic colors

1 #3CB57E and #7E3CB5 with #B57E3C are triadic colors.

2 #3C7EB5 and #7EB53C with #B57E3C are triadic colors.