COLOR #B56C3F

HEX: #B56C3F
RGB: (181,108,63)

Color info

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

RGB color model

#B56C3F color RGB value is (181,108,63).

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

RGB channels and saturation

R 181 of 255 = 71%
G 108 of 255 = 42%
B 63 of 255 = 25%

181
108
63

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

Portions of RGB colors in percentages

R + G + B =
181 + 108 + 63 = 352 (100%)
R 181 of 352 ~ 51.42%
G 108 of 352 ~ 30.68%
B 63 of 352 ~ 17.9%

%51.42
%30.68
%17.9

CMYK color model

#B56C3F color CMYK value is (0,40,65,29).

  • cyan value is 0.00%
  • magenta value is 40.33%
  • yellow value is 65.19%
  • key color value is 29.02%
CMYK:
(0,40,65,29)
C0M40Y65K29 
(0%,40%,65%,29%)
(0.00/0.40/0.65/0.29)	

CMYK percentages

%0
%40.33
%65.19
%29.02

Codes

Color #B56C3F in popluar color models

B56C3F
RGB18110863
HSL23°48.36%47.84%
HSB/HSV23°65.19%70.98%
CMYK0.00%40.33%65.19%
29.02%

Color #B56C3F in popluar number systems.

HEXB56C3F
Decimal18110863
Binary101101011101100111111
Octal26515477

Shades and tints

Shades of #B56C3F

#B56C3F
(181,108,63)
#A5633A
(165,99,58)
#955A35
(149,90,53)
#855130
(133,81,48)
#75482B
(117,72,43)
#653F26
(101,63,38)
#553621
(85,54,33)
#452D1C
(69,45,28)
#352417
(53,36,23)
#251B12
(37,27,18)
#15120D
(21,18,13)
#000000
(0,0,0)

Tints of #B56C3F

#B56C3F
(181,108,63)
#BB7950
(187,121,80)
#C18661
(193,134,97)
#C79372
(199,147,114)
#CDA083
(205,160,131)
#D3AD94
(211,173,148)
#D9BAA5
(217,186,165)
#DFC7B6
(223,199,182)
#E5D4C7
(229,212,199)
#EBE1D8
(235,225,216)
#F1EEE9
(241,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B56C3F; }

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

This text font color is #B56C3F.


Background Color

.myBgColor { background-color: #B56C3F; }

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

This div background color is #B56C3F.


Border color

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

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

This div border color is #B56C3F.


Opacity

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

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

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

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

This text has shadow with #B56C3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B56C3F on black background.


Color preview on white background

This text has color #B56C3F on white background.



Black color preview on #B56C3F background

This text has black color on #B56C3F background.


White color preview on #B56C3F background

This text has white color on #B56C3F background.