COLOR #B56256

HEX: #B56256
RGB: (181,98,86)

Color info

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

RGB color model

#B56256 color RGB value is (181,98,86).

  • red value is 181;
  • green value is 98;
  • blue value is 86.
RGB:
(181,98,86)
(71%,38%,34%)

RGB channels and saturation

R 181 of 255 = 71%
G 98 of 255 = 38%
B 86 of 255 = 34%

181
98
86

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

Portions of RGB colors in percentages

R + G + B =
181 + 98 + 86 = 365 (100%)
R 181 of 365 ~ 49.59%
G 98 of 365 ~ 26.85%
B 86 of 365 ~ 23.56%

%49.59
%26.85
%23.56

CMYK color model

#B56256 color CMYK value is (0,46,52,29).

  • cyan value is 0.00%
  • magenta value is 45.86%
  • yellow value is 52.49%
  • key color value is 29.02%
CMYK:
(0,46,52,29)
C0M46Y52K29 
(0%,46%,52%,29%)
(0.00/0.46/0.52/0.29)	

CMYK percentages

%0
%45.86
%52.49
%29.02

Codes

Color #B56256 in popluar color models

B56256
RGB1819886
HSL39.09%52.35%
HSB/HSV52.49%70.98%
CMYK0.00%45.86%52.49%
29.02%

Color #B56256 in popluar number systems.

HEXB56256
Decimal1819886
Binary1011010111000101010110
Octal265142126

Shades and tints

Shades of #B56256

#B56256
(181,98,86)
#A55A4F
(165,90,79)
#955248
(149,82,72)
#854A41
(133,74,65)
#75423A
(117,66,58)
#653A33
(101,58,51)
#55322C
(85,50,44)
#452A25
(69,42,37)
#35221E
(53,34,30)
#251A17
(37,26,23)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #B56256

#B56256
(181,98,86)
#BB7065
(187,112,101)
#C17E74
(193,126,116)
#C78C83
(199,140,131)
#CD9A92
(205,154,146)
#D3A8A1
(211,168,161)
#D9B6B0
(217,182,176)
#DFC4BF
(223,196,191)
#E5D2CE
(229,210,206)
#EBE0DD
(235,224,221)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B56256 color. Also use rgb(181,98,86) instead hex code.

Text Font Color

.myTextColor { color: #B56256; }

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

This text font color is #B56256.


Background Color

.myBgColor { background-color: #B56256; }

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

This div background color is #B56256.


Border color

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

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

This div border color is #B56256.


Opacity

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

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

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

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

This text has shadow with #B56256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B56256 on black background.


Color preview on white background

This text has color #B56256 on white background.



Black color preview on #B56256 background

This text has black color on #B56256 background.


White color preview on #B56256 background

This text has white color on #B56256 background.