COLOR #B56E4E

HEX: #B56E4E
RGB: (181,110,78)

Color info

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

RGB color model

#B56E4E color RGB value is (181,110,78).

  • red value is 181;
  • green value is 110;
  • blue value is 78.
RGB:
(181,110,78)
(71%,43%,31%)

RGB channels and saturation

R 181 of 255 = 71%
G 110 of 255 = 43%
B 78 of 255 = 31%

181
110
78

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

Portions of RGB colors in percentages

R + G + B =
181 + 110 + 78 = 369 (100%)
R 181 of 369 ~ 49.05%
G 110 of 369 ~ 29.81%
B 78 of 369 ~ 21.14%

%49.05
%29.81
%21.14

CMYK color model

#B56E4E color CMYK value is (0,39,57,29).

  • cyan value is 0.00%
  • magenta value is 39.23%
  • yellow value is 56.91%
  • key color value is 29.02%
CMYK:
(0,39,57,29)
C0M39Y57K29 
(0%,39%,57%,29%)
(0.00/0.39/0.57/0.29)	

CMYK percentages

%0
%39.23
%56.91
%29.02

Codes

Color #B56E4E in popluar color models

B56E4E
RGB18111078
HSL19°41.04%50.78%
HSB/HSV19°56.91%70.98%
CMYK0.00%39.23%56.91%
29.02%

Color #B56E4E in popluar number systems.

HEXB56E4E
Decimal18111078
Binary1011010111011101001110
Octal265156116

Shades and tints

Shades of #B56E4E

#B56E4E
(181,110,78)
#A56447
(165,100,71)
#955A40
(149,90,64)
#855039
(133,80,57)
#754632
(117,70,50)
#653C2B
(101,60,43)
#553224
(85,50,36)
#45281D
(69,40,29)
#351E16
(53,30,22)
#25140F
(37,20,15)
#150A08
(21,10,8)
#000000
(0,0,0)

Tints of #B56E4E

#B56E4E
(181,110,78)
#BB7B5E
(187,123,94)
#C1886E
(193,136,110)
#C7957E
(199,149,126)
#CDA28E
(205,162,142)
#D3AF9E
(211,175,158)
#D9BCAE
(217,188,174)
#DFC9BE
(223,201,190)
#E5D6CE
(229,214,206)
#EBE3DE
(235,227,222)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B56E4E color. Also use rgb(181,110,78) instead hex code.

Text Font Color

.myTextColor { color: #B56E4E; }

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

This text font color is #B56E4E.


Background Color

.myBgColor { background-color: #B56E4E; }

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

This div background color is #B56E4E.


Border color

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

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

This div border color is #B56E4E.


Opacity

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

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

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

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

This text has shadow with #B56E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B56E4E on black background.


Color preview on white background

This text has color #B56E4E on white background.



Black color preview on #B56E4E background

This text has black color on #B56E4E background.


White color preview on #B56E4E background

This text has white color on #B56E4E background.