COLOR #B57A49

HEX: #B57A49
RGB: (181,122,73)

Color info

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

RGB color model

#B57A49 color RGB value is (181,122,73).

  • red value is 181;
  • green value is 122;
  • blue value is 73.
RGB:
(181,122,73)
(71%,48%,29%)

RGB channels and saturation

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

181
122
73

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

Portions of RGB colors in percentages

R + G + B =
181 + 122 + 73 = 376 (100%)
R 181 of 376 ~ 48.14%
G 122 of 376 ~ 32.45%
B 73 of 376 ~ 19.41%

%48.14
%32.45
%19.41

CMYK color model

#B57A49 color CMYK value is (0,33,60,29).

  • cyan value is 0.00%
  • magenta value is 32.60%
  • yellow value is 59.67%
  • key color value is 29.02%
CMYK:
(0,33,60,29)
C0M33Y60K29 
(0%,33%,60%,29%)
(0.00/0.33/0.60/0.29)	

CMYK percentages

%0
%32.6
%59.67
%29.02

Codes

Color #B57A49 in popluar color models

B57A49
RGB18112273
HSL27°42.52%49.80%
HSB/HSV27°59.67%70.98%
CMYK0.00%32.60%59.67%
29.02%

Color #B57A49 in popluar number systems.

HEXB57A49
Decimal18112273
Binary1011010111110101001001
Octal265172111

Shades and tints

Shades of #B57A49

#B57A49
(181,122,73)
#A56F43
(165,111,67)
#95643D
(149,100,61)
#855937
(133,89,55)
#754E31
(117,78,49)
#65432B
(101,67,43)
#553825
(85,56,37)
#452D1F
(69,45,31)
#352219
(53,34,25)
#251713
(37,23,19)
#150C0D
(21,12,13)
#000000
(0,0,0)

Tints of #B57A49

#B57A49
(181,122,73)
#BB8659
(187,134,89)
#C19269
(193,146,105)
#C79E79
(199,158,121)
#CDAA89
(205,170,137)
#D3B699
(211,182,153)
#D9C2A9
(217,194,169)
#DFCEB9
(223,206,185)
#E5DAC9
(229,218,201)
#EBE6D9
(235,230,217)
#F1F2E9
(241,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B57A49; }

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

This text font color is #B57A49.


Background Color

.myBgColor { background-color: #B57A49; }

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

This div background color is #B57A49.


Border color

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

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

This div border color is #B57A49.


Opacity

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

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

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

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

This text has shadow with #B57A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B57A49 on black background.


Color preview on white background

This text has color #B57A49 on white background.



Black color preview on #B57A49 background

This text has black color on #B57A49 background.


White color preview on #B57A49 background

This text has white color on #B57A49 background.