COLOR #B56794

HEX: #B56794
RGB: (181,103,148)

Color info

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

RGB color model

#B56794 color RGB value is (181,103,148).

  • red value is 181;
  • green value is 103;
  • blue value is 148.
RGB:
(181,103,148)
(71%,40%,58%)

RGB channels and saturation

R 181 of 255 = 71%
G 103 of 255 = 40%
B 148 of 255 = 58%

181
103
148

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

Portions of RGB colors in percentages

R + G + B =
181 + 103 + 148 = 432 (100%)
R 181 of 432 ~ 41.9%
G 103 of 432 ~ 23.84%
B 148 of 432 ~ 34.26%

%41.9
%23.84
%34.26

CMYK color model

#B56794 color CMYK value is (0,43,18,29).

  • cyan value is 0.00%
  • magenta value is 43.09%
  • yellow value is 18.23%
  • key color value is 29.02%
CMYK:
(0,43,18,29)
C0M43Y18K29 
(0%,43%,18%,29%)
(0.00/0.43/0.18/0.29)	

CMYK percentages

%0
%43.09
%18.23
%29.02

Codes

Color #B56794 in popluar color models

B56794
RGB181103148
HSL325°34.51%55.69%
HSB/HSV325°43.09%70.98%
CMYK0.00%43.09%18.23%
29.02%

Color #B56794 in popluar number systems.

HEXB56794
Decimal181103148
Binary10110101110011110010100
Octal265147224

Shades and tints

Shades of #B56794

#B56794
(181,103,148)
#A55E87
(165,94,135)
#95557A
(149,85,122)
#854C6D
(133,76,109)
#754360
(117,67,96)
#653A53
(101,58,83)
#553146
(85,49,70)
#452839
(69,40,57)
#351F2C
(53,31,44)
#25161F
(37,22,31)
#150D12
(21,13,18)
#000000
(0,0,0)

Tints of #B56794

#B56794
(181,103,148)
#BB749D
(187,116,157)
#C181A6
(193,129,166)
#C78EAF
(199,142,175)
#CD9BB8
(205,155,184)
#D3A8C1
(211,168,193)
#D9B5CA
(217,181,202)
#DFC2D3
(223,194,211)
#E5CFDC
(229,207,220)
#EBDCE5
(235,220,229)
#F1E9EE
(241,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B56794 color. Also use rgb(181,103,148) instead hex code.

Text Font Color

.myTextColor { color: #B56794; }

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

This text font color is #B56794.


Background Color

.myBgColor { background-color: #B56794; }

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

This div background color is #B56794.


Border color

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

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

This div border color is #B56794.


Opacity

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

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

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

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

This text has shadow with #B56794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B56794 on black background.


Color preview on white background

This text has color #B56794 on white background.



Black color preview on #B56794 background

This text has black color on #B56794 background.


White color preview on #B56794 background

This text has white color on #B56794 background.