COLOR #B55C4E

HEX: #B55C4E
RGB: (181,92,78)

Color info

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

RGB color model

#B55C4E color RGB value is (181,92,78).

  • red value is 181;
  • green value is 92;
  • blue value is 78.
RGB:
(181,92,78)
(71%,36%,31%)

RGB channels and saturation

R 181 of 255 = 71%
G 92 of 255 = 36%
B 78 of 255 = 31%

181
92
78

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

Portions of RGB colors in percentages

R + G + B =
181 + 92 + 78 = 351 (100%)
R 181 of 351 ~ 51.57%
G 92 of 351 ~ 26.21%
B 78 of 351 ~ 22.22%

%51.57
%26.21
%22.22

CMYK color model

#B55C4E color CMYK value is (0,49,57,29).

  • cyan value is 0.00%
  • magenta value is 49.17%
  • yellow value is 56.91%
  • key color value is 29.02%
CMYK:
(0,49,57,29)
C0M49Y57K29 
(0%,49%,57%,29%)
(0.00/0.49/0.57/0.29)	

CMYK percentages

%0
%49.17
%56.91
%29.02

Codes

Color #B55C4E in popluar color models

B55C4E
RGB1819278
HSL41.04%50.78%
HSB/HSV56.91%70.98%
CMYK0.00%49.17%56.91%
29.02%

Color #B55C4E in popluar number systems.

HEXB55C4E
Decimal1819278
Binary1011010110111001001110
Octal265134116

Shades and tints

Shades of #B55C4E

#B55C4E
(181,92,78)
#A55447
(165,84,71)
#954C40
(149,76,64)
#854439
(133,68,57)
#753C32
(117,60,50)
#65342B
(101,52,43)
#552C24
(85,44,36)
#45241D
(69,36,29)
#351C16
(53,28,22)
#25140F
(37,20,15)
#150C08
(21,12,8)
#000000
(0,0,0)

Tints of #B55C4E

#B55C4E
(181,92,78)
#BB6A5E
(187,106,94)
#C1786E
(193,120,110)
#C7867E
(199,134,126)
#CD948E
(205,148,142)
#D3A29E
(211,162,158)
#D9B0AE
(217,176,174)
#DFBEBE
(223,190,190)
#E5CCCE
(229,204,206)
#EBDADE
(235,218,222)
#F1E8EE
(241,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B55C4E color. Also use rgb(181,92,78) instead hex code.

Text Font Color

.myTextColor { color: #B55C4E; }

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

This text font color is #B55C4E.


Background Color

.myBgColor { background-color: #B55C4E; }

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

This div background color is #B55C4E.


Border color

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

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

This div border color is #B55C4E.


Opacity

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

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

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

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

This text has shadow with #B55C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B55C4E on black background.


Color preview on white background

This text has color #B55C4E on white background.



Black color preview on #B55C4E background

This text has black color on #B55C4E background.


White color preview on #B55C4E background

This text has white color on #B55C4E background.