COLOR #B56C78

HEX: #B56C78
RGB: (181,108,120)

Color info

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

RGB color model

#B56C78 color RGB value is (181,108,120).

  • red value is 181;
  • green value is 108;
  • blue value is 120.
RGB:
(181,108,120)
(71%,42%,47%)

RGB channels and saturation

R 181 of 255 = 71%
G 108 of 255 = 42%
B 120 of 255 = 47%

181
108
120

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

Portions of RGB colors in percentages

R + G + B =
181 + 108 + 120 = 409 (100%)
R 181 of 409 ~ 44.25%
G 108 of 409 ~ 26.41%
B 120 of 409 ~ 29.34%

%44.25
%26.41
%29.34

CMYK color model

#B56C78 color CMYK value is (0,40,34,29).

  • cyan value is 0.00%
  • magenta value is 40.33%
  • yellow value is 33.70%
  • key color value is 29.02%
CMYK:
(0,40,34,29)
C0M40Y34K29 
(0%,40%,34%,29%)
(0.00/0.40/0.34/0.29)	

CMYK percentages

%0
%40.33
%33.7
%29.02

Codes

Color #B56C78 in popluar color models

B56C78
RGB181108120
HSL350°33.03%56.67%
HSB/HSV350°40.33%70.98%
CMYK0.00%40.33%33.70%
29.02%

Color #B56C78 in popluar number systems.

HEXB56C78
Decimal181108120
Binary1011010111011001111000
Octal265154170

Shades and tints

Shades of #B56C78

#B56C78
(181,108,120)
#A5636E
(165,99,110)
#955A64
(149,90,100)
#85515A
(133,81,90)
#754850
(117,72,80)
#653F46
(101,63,70)
#55363C
(85,54,60)
#452D32
(69,45,50)
#352428
(53,36,40)
#251B1E
(37,27,30)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #B56C78

#B56C78
(181,108,120)
#BB7984
(187,121,132)
#C18690
(193,134,144)
#C7939C
(199,147,156)
#CDA0A8
(205,160,168)
#D3ADB4
(211,173,180)
#D9BAC0
(217,186,192)
#DFC7CC
(223,199,204)
#E5D4D8
(229,212,216)
#EBE1E4
(235,225,228)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B56C78 color. Also use rgb(181,108,120) instead hex code.

Text Font Color

.myTextColor { color: #B56C78; }

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

This text font color is #B56C78.


Background Color

.myBgColor { background-color: #B56C78; }

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

This div background color is #B56C78.


Border color

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

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

This div border color is #B56C78.


Opacity

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

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

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

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

This text has shadow with #B56C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B56C78 on black background.


Color preview on white background

This text has color #B56C78 on white background.



Black color preview on #B56C78 background

This text has black color on #B56C78 background.


White color preview on #B56C78 background

This text has white color on #B56C78 background.