COLOR #B56977

HEX: #B56977
RGB: (181,105,119)

Color info

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

RGB color model

#B56977 color RGB value is (181,105,119).

  • red value is 181;
  • green value is 105;
  • blue value is 119.
RGB:
(181,105,119)
(71%,41%,47%)

RGB channels and saturation

R 181 of 255 = 71%
G 105 of 255 = 41%
B 119 of 255 = 47%

181
105
119

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

Portions of RGB colors in percentages

R + G + B =
181 + 105 + 119 = 405 (100%)
R 181 of 405 ~ 44.69%
G 105 of 405 ~ 25.93%
B 119 of 405 ~ 29.38%

%44.69
%25.93
%29.38

CMYK color model

#B56977 color CMYK value is (0,42,34,29).

  • cyan value is 0.00%
  • magenta value is 41.99%
  • yellow value is 34.25%
  • key color value is 29.02%
CMYK:
(0,42,34,29)
C0M42Y34K29 
(0%,42%,34%,29%)
(0.00/0.42/0.34/0.29)	

CMYK percentages

%0
%41.99
%34.25
%29.02

Codes

Color #B56977 in popluar color models

B56977
RGB181105119
HSL349°33.93%56.08%
HSB/HSV349°41.99%70.98%
CMYK0.00%41.99%34.25%
29.02%

Color #B56977 in popluar number systems.

HEXB56977
Decimal181105119
Binary1011010111010011110111
Octal265151167

Shades and tints

Shades of #B56977

#B56977
(181,105,119)
#A5606D
(165,96,109)
#955763
(149,87,99)
#854E59
(133,78,89)
#75454F
(117,69,79)
#653C45
(101,60,69)
#55333B
(85,51,59)
#452A31
(69,42,49)
#352127
(53,33,39)
#25181D
(37,24,29)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #B56977

#B56977
(181,105,119)
#BB7683
(187,118,131)
#C1838F
(193,131,143)
#C7909B
(199,144,155)
#CD9DA7
(205,157,167)
#D3AAB3
(211,170,179)
#D9B7BF
(217,183,191)
#DFC4CB
(223,196,203)
#E5D1D7
(229,209,215)
#EBDEE3
(235,222,227)
#F1EBEF
(241,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B56977 color. Also use rgb(181,105,119) instead hex code.

Text Font Color

.myTextColor { color: #B56977; }

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

This text font color is #B56977.


Background Color

.myBgColor { background-color: #B56977; }

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

This div background color is #B56977.


Border color

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

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

This div border color is #B56977.


Opacity

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

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

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

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

This text has shadow with #B56977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B56977 on black background.


Color preview on white background

This text has color #B56977 on white background.



Black color preview on #B56977 background

This text has black color on #B56977 background.


White color preview on #B56977 background

This text has white color on #B56977 background.