COLOR #B56179

HEX: #B56179
RGB: (181,97,121)

Color info

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

RGB color model

#B56179 color RGB value is (181,97,121).

  • red value is 181;
  • green value is 97;
  • blue value is 121.
RGB:
(181,97,121)
(71%,38%,47%)

RGB channels and saturation

R 181 of 255 = 71%
G 97 of 255 = 38%
B 121 of 255 = 47%

181
97
121

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

Portions of RGB colors in percentages

R + G + B =
181 + 97 + 121 = 399 (100%)
R 181 of 399 ~ 45.36%
G 97 of 399 ~ 24.31%
B 121 of 399 ~ 30.33%

%45.36
%24.31
%30.33

CMYK color model

#B56179 color CMYK value is (0,46,33,29).

  • cyan value is 0.00%
  • magenta value is 46.41%
  • yellow value is 33.15%
  • key color value is 29.02%
CMYK:
(0,46,33,29)
C0M46Y33K29 
(0%,46%,33%,29%)
(0.00/0.46/0.33/0.29)	

CMYK percentages

%0
%46.41
%33.15
%29.02

Codes

Color #B56179 in popluar color models

B56179
RGB18197121
HSL343°36.21%54.51%
HSB/HSV343°46.41%70.98%
CMYK0.00%46.41%33.15%
29.02%

Color #B56179 in popluar number systems.

HEXB56179
Decimal18197121
Binary1011010111000011111001
Octal265141171

Shades and tints

Shades of #B56179

#B56179
(181,97,121)
#A5596E
(165,89,110)
#955163
(149,81,99)
#854958
(133,73,88)
#75414D
(117,65,77)
#653942
(101,57,66)
#553137
(85,49,55)
#45292C
(69,41,44)
#352121
(53,33,33)
#251916
(37,25,22)
#15110B
(21,17,11)
#000000
(0,0,0)

Tints of #B56179

#B56179
(181,97,121)
#BB6F85
(187,111,133)
#C17D91
(193,125,145)
#C78B9D
(199,139,157)
#CD99A9
(205,153,169)
#D3A7B5
(211,167,181)
#D9B5C1
(217,181,193)
#DFC3CD
(223,195,205)
#E5D1D9
(229,209,217)
#EBDFE5
(235,223,229)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B56179 color. Also use rgb(181,97,121) instead hex code.

Text Font Color

.myTextColor { color: #B56179; }

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

This text font color is #B56179.


Background Color

.myBgColor { background-color: #B56179; }

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

This div background color is #B56179.


Border color

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

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

This div border color is #B56179.


Opacity

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

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

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

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

This text has shadow with #B56179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B56179 on black background.


Color preview on white background

This text has color #B56179 on white background.



Black color preview on #B56179 background

This text has black color on #B56179 background.


White color preview on #B56179 background

This text has white color on #B56179 background.