COLOR #B57A5E

HEX: #B57A5E
RGB: (181,122,94)

Color info

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

RGB color model

#B57A5E color RGB value is (181,122,94).

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

RGB channels and saturation

R 181 of 255 = 71%
G 122 of 255 = 48%
B 94 of 255 = 37%

181
122
94

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

Portions of RGB colors in percentages

R + G + B =
181 + 122 + 94 = 397 (100%)
R 181 of 397 ~ 45.59%
G 122 of 397 ~ 30.73%
B 94 of 397 ~ 23.68%

%45.59
%30.73
%23.68

CMYK color model

#B57A5E color CMYK value is (0,33,48,29).

  • cyan value is 0.00%
  • magenta value is 32.60%
  • yellow value is 48.07%
  • key color value is 29.02%
CMYK:
(0,33,48,29)
C0M33Y48K29 
(0%,33%,48%,29%)
(0.00/0.33/0.48/0.29)	

CMYK percentages

%0
%32.6
%48.07
%29.02

Codes

Color #B57A5E in popluar color models

B57A5E
RGB18112294
HSL19°37.02%53.92%
HSB/HSV19°48.07%70.98%
CMYK0.00%32.60%48.07%
29.02%

Color #B57A5E in popluar number systems.

HEXB57A5E
Decimal18112294
Binary1011010111110101011110
Octal265172136

Shades and tints

Shades of #B57A5E

#B57A5E
(181,122,94)
#A56F56
(165,111,86)
#95644E
(149,100,78)
#855946
(133,89,70)
#754E3E
(117,78,62)
#654336
(101,67,54)
#55382E
(85,56,46)
#452D26
(69,45,38)
#35221E
(53,34,30)
#251716
(37,23,22)
#150C0E
(21,12,14)
#000000
(0,0,0)

Tints of #B57A5E

#B57A5E
(181,122,94)
#BB866C
(187,134,108)
#C1927A
(193,146,122)
#C79E88
(199,158,136)
#CDAA96
(205,170,150)
#D3B6A4
(211,182,164)
#D9C2B2
(217,194,178)
#DFCEC0
(223,206,192)
#E5DACE
(229,218,206)
#EBE6DC
(235,230,220)
#F1F2EA
(241,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B57A5E; }

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

This text font color is #B57A5E.


Background Color

.myBgColor { background-color: #B57A5E; }

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

This div background color is #B57A5E.


Border color

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

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

This div border color is #B57A5E.


Opacity

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

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

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

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

This text has shadow with #B57A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B57A5E on black background.


Color preview on white background

This text has color #B57A5E on white background.



Black color preview on #B57A5E background

This text has black color on #B57A5E background.


White color preview on #B57A5E background

This text has white color on #B57A5E background.