COLOR #B56B8E

HEX: #B56B8E
RGB: (181,107,142)

Color info

#B56B8E contains mainly red and blue colors. Web safe color of #B56B8E is #CC6699 (or #C69).

RGB color model

#B56B8E color RGB value is (181,107,142).

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

RGB channels and saturation

R 181 of 255 = 71%
G 107 of 255 = 42%
B 142 of 255 = 56%

181
107
142

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

Portions of RGB colors in percentages

R + G + B =
181 + 107 + 142 = 430 (100%)
R 181 of 430 ~ 42.09%
G 107 of 430 ~ 24.88%
B 142 of 430 ~ 33.02%

%42.09
%24.88
%33.02

CMYK color model

#B56B8E color CMYK value is (0,41,22,29).

  • cyan value is 0.00%
  • magenta value is 40.88%
  • yellow value is 21.55%
  • key color value is 29.02%
CMYK:
(0,41,22,29)
C0M41Y22K29 
(0%,41%,22%,29%)
(0.00/0.41/0.22/0.29)	

CMYK percentages

%0
%40.88
%21.55
%29.02

Codes

Color #B56B8E in popluar color models

B56B8E
RGB181107142
HSL332°33.33%56.47%
HSB/HSV332°40.88%70.98%
CMYK0.00%40.88%21.55%
29.02%

Color #B56B8E in popluar number systems.

HEXB56B8E
Decimal181107142
Binary10110101110101110001110
Octal265153216

Shades and tints

Shades of #B56B8E

#B56B8E
(181,107,142)
#A56282
(165,98,130)
#955976
(149,89,118)
#85506A
(133,80,106)
#75475E
(117,71,94)
#653E52
(101,62,82)
#553546
(85,53,70)
#452C3A
(69,44,58)
#35232E
(53,35,46)
#251A22
(37,26,34)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #B56B8E

#B56B8E
(181,107,142)
#BB7898
(187,120,152)
#C185A2
(193,133,162)
#C792AC
(199,146,172)
#CD9FB6
(205,159,182)
#D3ACC0
(211,172,192)
#D9B9CA
(217,185,202)
#DFC6D4
(223,198,212)
#E5D3DE
(229,211,222)
#EBE0E8
(235,224,232)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B56B8E; }

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

This text font color is #B56B8E.


Background Color

.myBgColor { background-color: #B56B8E; }

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

This div background color is #B56B8E.


Border color

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

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

This div border color is #B56B8E.


Opacity

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

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

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

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

This text has shadow with #B56B8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B56B8E on black background.


Color preview on white background

This text has color #B56B8E on white background.



Black color preview on #B56B8E background

This text has black color on #B56B8E background.


White color preview on #B56B8E background

This text has white color on #B56B8E background.