COLOR #B57951

HEX: #B57951
RGB: (181,121,81)

Color info

#B57951 contains mainly red color. Web safe color of #B57951 is #CC6666 (or #C66).

RGB color model

#B57951 color RGB value is (181,121,81).

  • red value is 181;
  • green value is 121;
  • blue value is 81.
RGB:
(181,121,81)
(71%,47%,32%)

RGB channels and saturation

R 181 of 255 = 71%
G 121 of 255 = 47%
B 81 of 255 = 32%

181
121
81

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

Portions of RGB colors in percentages

R + G + B =
181 + 121 + 81 = 383 (100%)
R 181 of 383 ~ 47.26%
G 121 of 383 ~ 31.59%
B 81 of 383 ~ 21.15%

%47.26
%31.59
%21.15

CMYK color model

#B57951 color CMYK value is (0,33,55,29).

  • cyan value is 0.00%
  • magenta value is 33.15%
  • yellow value is 55.25%
  • key color value is 29.02%
CMYK:
(0,33,55,29)
C0M33Y55K29 
(0%,33%,55%,29%)
(0.00/0.33/0.55/0.29)	

CMYK percentages

%0
%33.15
%55.25
%29.02

Codes

Color #B57951 in popluar color models

B57951
RGB18112181
HSL24°40.32%51.37%
HSB/HSV24°55.25%70.98%
CMYK0.00%33.15%55.25%
29.02%

Color #B57951 in popluar number systems.

HEXB57951
Decimal18112181
Binary1011010111110011010001
Octal265171121

Shades and tints

Shades of #B57951

#B57951
(181,121,81)
#A56E4A
(165,110,74)
#956343
(149,99,67)
#85583C
(133,88,60)
#754D35
(117,77,53)
#65422E
(101,66,46)
#553727
(85,55,39)
#452C20
(69,44,32)
#352119
(53,33,25)
#251612
(37,22,18)
#150B0B
(21,11,11)
#000000
(0,0,0)

Tints of #B57951

#B57951
(181,121,81)
#BB8560
(187,133,96)
#C1916F
(193,145,111)
#C79D7E
(199,157,126)
#CDA98D
(205,169,141)
#D3B59C
(211,181,156)
#D9C1AB
(217,193,171)
#DFCDBA
(223,205,186)
#E5D9C9
(229,217,201)
#EBE5D8
(235,229,216)
#F1F1E7
(241,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B57951 color. Also use rgb(181,121,81) instead hex code.

Text Font Color

.myTextColor { color: #B57951; }

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

This text font color is #B57951.


Background Color

.myBgColor { background-color: #B57951; }

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

This div background color is #B57951.


Border color

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

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

This div border color is #B57951.


Opacity

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

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

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

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

This text has shadow with #B57951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B57951 on black background.


Color preview on white background

This text has color #B57951 on white background.



Black color preview on #B57951 background

This text has black color on #B57951 background.


White color preview on #B57951 background

This text has white color on #B57951 background.