COLOR #B57B49

HEX: #B57B49 RGB: (181,123,73)

Color info

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

RGB color model

#B57B49 color RGB value is (181,123,73).

RGB: (181,123,73) (71%, 48%, 29%)

RGB channels and saturation

R 181 of 255 = 71%
G 123 of 255 = 48%
B 73 of 255 = 29%

181
123
73

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

Portions of RGB colors in percentages

R + G + B = 181 + 123 + 73 = 377 (100%)
R 181 of 377 ~ 48.01%
G 123 of 377 ~ 32.63%
B 73 of 377 ~ 19.36'%

%48.01
%32.63
%19.36

CMYK color model

#B57B49 color CMYK value is (0,32,60,29).

  • cyan value is 0.00%
  • magenta value is 32.04%
  • yellow value is 59.67%
  • key color value is 29.02%

CMYK: (0,32,60,29)
C0M32Y60K29 (0%, 32%, 60%, 29%)
(0.00 / 0.32 / 0.60 / 0.29)

CMYK percentages

%0
%32.04
%59.67
%29.02

Codes

Color #B57B49 in popluar color models

B5 7B 49
RGB 181 123 73
HSL 28° 42.52% 49.80%
HSB/HSV 28° 59.67% 70.98%
CMYK 0.00% 32.04% 59.67%
29.02%

Color #B57B49 in popluar number systems.

HEX B5 7B 49
Decimal 181 123 73
Binary 10110101 1111011 1001001
Octal 265 173 111

Shades and tints

Shades of #B57B49

#B57B49
(181,123,73)
#A57043
(165,112,67)
#95653D
(149,101,61)
#855A37
(133,90,55)
#754F31
(117,79,49)
#65442B
(101,68,43)
#553925
(85,57,37)
#452E1F
(69,46,31)
#352319
(53,35,25)
#251813
(37,24,19)
#150D0D
(21,13,13)
#000000
(0,0,0)

Tints of #B57B49

#B57B49
(181,123,73)
#BB8759
(187,135,89)
#C19369
(193,147,105)
#C79F79
(199,159,121)
#CDAB89
(205,171,137)
#D3B799
(211,183,153)
#D9C3A9
(217,195,169)
#DFCFB9
(223,207,185)
#E5DBC9
(229,219,201)
#EBE7D9
(235,231,217)
#F1F3E9
(241,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B57B49 color. Also use rgb(181,123,73) instead hex code.

Text Font Color

.myTextColor { color: #B57B49; }

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

This text font color is #B57B49.

Background Color

.myBgColor { background-color: #B57B49; }

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

This div background color is #B57B49.

Border color

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

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

This div border color is #B57B49.

Opacity

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

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

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

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

This text has shadow with #B57B49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B57B49.

Preview

Color preview on black background

This text has color #B57B49 on black background.


Color preview on white background

This text has color #B57B49 on white background.


Black color preview on #B57B49 background

This text has black color on #B57B49 background.


White color preview on #B57B49 background

This text has white color on #B57B49 background.


Related colors

Complementary color

Complementary color for #hex is #4A84B6.


I love getcolorcode.com

Triadic colors

1 #49B57B and #7B49B5 with #B57B49 are triadic colors.

2 #497BB5 and #7BB549 with #B57B49 are triadic colors.