COLOR #B56B4A

HEX: #B56B4A
RGB: (181,107,74)

Color info

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

RGB color model

#B56B4A color RGB value is (181,107,74).

  • red value is 181;
  • green value is 107;
  • blue value is 74.
RGB:
(181,107,74)
(71%,42%,29%)

RGB channels and saturation

R 181 of 255 = 71%
G 107 of 255 = 42%
B 74 of 255 = 29%

181
107
74

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

Portions of RGB colors in percentages

R + G + B =
181 + 107 + 74 = 362 (100%)
R 181 of 362 ~ 50%
G 107 of 362 ~ 29.56%
B 74 of 362 ~ 20.44%

%50
%29.56
%20.44

CMYK color model

#B56B4A color CMYK value is (0,41,59,29).

  • cyan value is 0.00%
  • magenta value is 40.88%
  • yellow value is 59.12%
  • key color value is 29.02%
CMYK:
(0,41,59,29)
C0M41Y59K29 
(0%,41%,59%,29%)
(0.00/0.41/0.59/0.29)	

CMYK percentages

%0
%40.88
%59.12
%29.02

Codes

Color #B56B4A in popluar color models

B56B4A
RGB18110774
HSL19°41.96%50.00%
HSB/HSV19°59.12%70.98%
CMYK0.00%40.88%59.12%
29.02%

Color #B56B4A in popluar number systems.

HEXB56B4A
Decimal18110774
Binary1011010111010111001010
Octal265153112

Shades and tints

Shades of #B56B4A

#B56B4A
(181,107,74)
#A56244
(165,98,68)
#95593E
(149,89,62)
#855038
(133,80,56)
#754732
(117,71,50)
#653E2C
(101,62,44)
#553526
(85,53,38)
#452C20
(69,44,32)
#35231A
(53,35,26)
#251A14
(37,26,20)
#15110E
(21,17,14)
#000000
(0,0,0)

Tints of #B56B4A

#B56B4A
(181,107,74)
#BB785A
(187,120,90)
#C1856A
(193,133,106)
#C7927A
(199,146,122)
#CD9F8A
(205,159,138)
#D3AC9A
(211,172,154)
#D9B9AA
(217,185,170)
#DFC6BA
(223,198,186)
#E5D3CA
(229,211,202)
#EBE0DA
(235,224,218)
#F1EDEA
(241,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B56B4A color. Also use rgb(181,107,74) instead hex code.

Text Font Color

.myTextColor { color: #B56B4A; }

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

This text font color is #B56B4A.


Background Color

.myBgColor { background-color: #B56B4A; }

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

This div background color is #B56B4A.


Border color

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

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

This div border color is #B56B4A.


Opacity

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

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

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

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

This text has shadow with #B56B4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B56B4A on black background.


Color preview on white background

This text has color #B56B4A on white background.



Black color preview on #B56B4A background

This text has black color on #B56B4A background.


White color preview on #B56B4A background

This text has white color on #B56B4A background.