COLOR #B56C48

HEX: #B56C48
RGB: (181,108,72)

Color info

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

RGB color model

#B56C48 color RGB value is (181,108,72).

  • red value is 181;
  • green value is 108;
  • blue value is 72.
RGB:
(181,108,72)
(71%,42%,28%)

RGB channels and saturation

R 181 of 255 = 71%
G 108 of 255 = 42%
B 72 of 255 = 28%

181
108
72

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

Portions of RGB colors in percentages

R + G + B =
181 + 108 + 72 = 361 (100%)
R 181 of 361 ~ 50.14%
G 108 of 361 ~ 29.92%
B 72 of 361 ~ 19.94%

%50.14
%29.92
%19.94

CMYK color model

#B56C48 color CMYK value is (0,40,60,29).

  • cyan value is 0.00%
  • magenta value is 40.33%
  • yellow value is 60.22%
  • key color value is 29.02%
CMYK:
(0,40,60,29)
C0M40Y60K29 
(0%,40%,60%,29%)
(0.00/0.40/0.60/0.29)	

CMYK percentages

%0
%40.33
%60.22
%29.02

Codes

Color #B56C48 in popluar color models

B56C48
RGB18110872
HSL20°43.08%49.61%
HSB/HSV20°60.22%70.98%
CMYK0.00%40.33%60.22%
29.02%

Color #B56C48 in popluar number systems.

HEXB56C48
Decimal18110872
Binary1011010111011001001000
Octal265154110

Shades and tints

Shades of #B56C48

#B56C48
(181,108,72)
#A56342
(165,99,66)
#955A3C
(149,90,60)
#855136
(133,81,54)
#754830
(117,72,48)
#653F2A
(101,63,42)
#553624
(85,54,36)
#452D1E
(69,45,30)
#352418
(53,36,24)
#251B12
(37,27,18)
#15120C
(21,18,12)
#000000
(0,0,0)

Tints of #B56C48

#B56C48
(181,108,72)
#BB7958
(187,121,88)
#C18668
(193,134,104)
#C79378
(199,147,120)
#CDA088
(205,160,136)
#D3AD98
(211,173,152)
#D9BAA8
(217,186,168)
#DFC7B8
(223,199,184)
#E5D4C8
(229,212,200)
#EBE1D8
(235,225,216)
#F1EEE8
(241,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B56C48 color. Also use rgb(181,108,72) instead hex code.

Text Font Color

.myTextColor { color: #B56C48; }

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

This text font color is #B56C48.


Background Color

.myBgColor { background-color: #B56C48; }

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

This div background color is #B56C48.


Border color

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

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

This div border color is #B56C48.


Opacity

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

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

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

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

This text has shadow with #B56C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B56C48 on black background.


Color preview on white background

This text has color #B56C48 on white background.



Black color preview on #B56C48 background

This text has black color on #B56C48 background.


White color preview on #B56C48 background

This text has white color on #B56C48 background.