COLOR #B57443

HEX: #B57443
RGB: (181,116,67)

Color info

#B57443 contains mainly red color. Web safe color of #B57443 is #CC6633 (or #C63).

RGB color model

#B57443 color RGB value is (181,116,67).

  • red value is 181;
  • green value is 116;
  • blue value is 67.
RGB:
(181,116,67)
(71%,45%,26%)

RGB channels and saturation

R 181 of 255 = 71%
G 116 of 255 = 45%
B 67 of 255 = 26%

181
116
67

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

Portions of RGB colors in percentages

R + G + B =
181 + 116 + 67 = 364 (100%)
R 181 of 364 ~ 49.73%
G 116 of 364 ~ 31.87%
B 67 of 364 ~ 18.41%

%49.73
%31.87
%18.41

CMYK color model

#B57443 color CMYK value is (0,36,63,29).

  • cyan value is 0.00%
  • magenta value is 35.91%
  • yellow value is 62.98%
  • key color value is 29.02%
CMYK:
(0,36,63,29)
C0M36Y63K29 
(0%,36%,63%,29%)
(0.00/0.36/0.63/0.29)	

CMYK percentages

%0
%35.91
%62.98
%29.02

Codes

Color #B57443 in popluar color models

B57443
RGB18111667
HSL26°45.97%48.63%
HSB/HSV26°62.98%70.98%
CMYK0.00%35.91%62.98%
29.02%

Color #B57443 in popluar number systems.

HEXB57443
Decimal18111667
Binary1011010111101001000011
Octal265164103

Shades and tints

Shades of #B57443

#B57443
(181,116,67)
#A56A3D
(165,106,61)
#956037
(149,96,55)
#855631
(133,86,49)
#754C2B
(117,76,43)
#654225
(101,66,37)
#55381F
(85,56,31)
#452E19
(69,46,25)
#352413
(53,36,19)
#251A0D
(37,26,13)
#151007
(21,16,7)
#000000
(0,0,0)

Tints of #B57443

#B57443
(181,116,67)
#BB8054
(187,128,84)
#C18C65
(193,140,101)
#C79876
(199,152,118)
#CDA487
(205,164,135)
#D3B098
(211,176,152)
#D9BCA9
(217,188,169)
#DFC8BA
(223,200,186)
#E5D4CB
(229,212,203)
#EBE0DC
(235,224,220)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B57443 color. Also use rgb(181,116,67) instead hex code.

Text Font Color

.myTextColor { color: #B57443; }

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

This text font color is #B57443.


Background Color

.myBgColor { background-color: #B57443; }

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

This div background color is #B57443.


Border color

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

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

This div border color is #B57443.


Opacity

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

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

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

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

This text has shadow with #B57443 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B57443 on black background.


Color preview on white background

This text has color #B57443 on white background.



Black color preview on #B57443 background

This text has black color on #B57443 background.


White color preview on #B57443 background

This text has white color on #B57443 background.