COLOR #B57050

HEX: #B57050
RGB: (181,112,80)

Color info

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

RGB color model

#B57050 color RGB value is (181,112,80).

  • red value is 181;
  • green value is 112;
  • blue value is 80.
RGB:
(181,112,80)
(71%,44%,31%)

RGB channels and saturation

R 181 of 255 = 71%
G 112 of 255 = 44%
B 80 of 255 = 31%

181
112
80

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

Portions of RGB colors in percentages

R + G + B =
181 + 112 + 80 = 373 (100%)
R 181 of 373 ~ 48.53%
G 112 of 373 ~ 30.03%
B 80 of 373 ~ 21.45%

%48.53
%30.03
%21.45

CMYK color model

#B57050 color CMYK value is (0,38,56,29).

  • cyan value is 0.00%
  • magenta value is 38.12%
  • yellow value is 55.80%
  • key color value is 29.02%
CMYK:
(0,38,56,29)
C0M38Y56K29 
(0%,38%,56%,29%)
(0.00/0.38/0.56/0.29)	

CMYK percentages

%0
%38.12
%55.8
%29.02

Codes

Color #B57050 in popluar color models

B57050
RGB18111280
HSL19°40.56%51.18%
HSB/HSV19°55.80%70.98%
CMYK0.00%38.12%55.80%
29.02%

Color #B57050 in popluar number systems.

HEXB57050
Decimal18111280
Binary1011010111100001010000
Octal265160120

Shades and tints

Shades of #B57050

#B57050
(181,112,80)
#A56649
(165,102,73)
#955C42
(149,92,66)
#85523B
(133,82,59)
#754834
(117,72,52)
#653E2D
(101,62,45)
#553426
(85,52,38)
#452A1F
(69,42,31)
#352018
(53,32,24)
#251611
(37,22,17)
#150C0A
(21,12,10)
#000000
(0,0,0)

Tints of #B57050

#B57050
(181,112,80)
#BB7D5F
(187,125,95)
#C18A6E
(193,138,110)
#C7977D
(199,151,125)
#CDA48C
(205,164,140)
#D3B19B
(211,177,155)
#D9BEAA
(217,190,170)
#DFCBB9
(223,203,185)
#E5D8C8
(229,216,200)
#EBE5D7
(235,229,215)
#F1F2E6
(241,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B57050 color. Also use rgb(181,112,80) instead hex code.

Text Font Color

.myTextColor { color: #B57050; }

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

This text font color is #B57050.


Background Color

.myBgColor { background-color: #B57050; }

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

This div background color is #B57050.


Border color

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

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

This div border color is #B57050.


Opacity

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

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

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

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

This text has shadow with #B57050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B57050 on black background.


Color preview on white background

This text has color #B57050 on white background.



Black color preview on #B57050 background

This text has black color on #B57050 background.


White color preview on #B57050 background

This text has white color on #B57050 background.