COLOR #B56A57

HEX: #B56A57
RGB: (181,106,87)

Color info

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

RGB color model

#B56A57 color RGB value is (181,106,87).

  • red value is 181;
  • green value is 106;
  • blue value is 87.
RGB:
(181,106,87)
(71%,42%,34%)

RGB channels and saturation

R 181 of 255 = 71%
G 106 of 255 = 42%
B 87 of 255 = 34%

181
106
87

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

Portions of RGB colors in percentages

R + G + B =
181 + 106 + 87 = 374 (100%)
R 181 of 374 ~ 48.4%
G 106 of 374 ~ 28.34%
B 87 of 374 ~ 23.26%

%48.4
%28.34
%23.26

CMYK color model

#B56A57 color CMYK value is (0,41,52,29).

  • cyan value is 0.00%
  • magenta value is 41.44%
  • yellow value is 51.93%
  • key color value is 29.02%
CMYK:
(0,41,52,29)
C0M41Y52K29 
(0%,41%,52%,29%)
(0.00/0.41/0.52/0.29)	

CMYK percentages

%0
%41.44
%51.93
%29.02

Codes

Color #B56A57 in popluar color models

B56A57
RGB18110687
HSL12°38.84%52.55%
HSB/HSV12°51.93%70.98%
CMYK0.00%41.44%51.93%
29.02%

Color #B56A57 in popluar number systems.

HEXB56A57
Decimal18110687
Binary1011010111010101010111
Octal265152127

Shades and tints

Shades of #B56A57

#B56A57
(181,106,87)
#A56150
(165,97,80)
#955849
(149,88,73)
#854F42
(133,79,66)
#75463B
(117,70,59)
#653D34
(101,61,52)
#55342D
(85,52,45)
#452B26
(69,43,38)
#35221F
(53,34,31)
#251918
(37,25,24)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #B56A57

#B56A57
(181,106,87)
#BB7766
(187,119,102)
#C18475
(193,132,117)
#C79184
(199,145,132)
#CD9E93
(205,158,147)
#D3ABA2
(211,171,162)
#D9B8B1
(217,184,177)
#DFC5C0
(223,197,192)
#E5D2CF
(229,210,207)
#EBDFDE
(235,223,222)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B56A57 color. Also use rgb(181,106,87) instead hex code.

Text Font Color

.myTextColor { color: #B56A57; }

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

This text font color is #B56A57.


Background Color

.myBgColor { background-color: #B56A57; }

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

This div background color is #B56A57.


Border color

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

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

This div border color is #B56A57.


Opacity

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

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

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

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

This text has shadow with #B56A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B56A57 on black background.


Color preview on white background

This text has color #B56A57 on white background.



Black color preview on #B56A57 background

This text has black color on #B56A57 background.


White color preview on #B56A57 background

This text has white color on #B56A57 background.