COLOR #B55C5B

HEX: #B55C5B
RGB: (181,92,91)

Color info

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

RGB color model

#B55C5B color RGB value is (181,92,91).

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

RGB channels and saturation

R 181 of 255 = 71%
G 92 of 255 = 36%
B 91 of 255 = 36%

181
92
91

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

Portions of RGB colors in percentages

R + G + B =
181 + 92 + 91 = 364 (100%)
R 181 of 364 ~ 49.73%
G 92 of 364 ~ 25.27%
B 91 of 364 ~ 25%

%49.73
%25.27
%25

CMYK color model

#B55C5B color CMYK value is (0,49,50,29).

  • cyan value is 0.00%
  • magenta value is 49.17%
  • yellow value is 49.72%
  • key color value is 29.02%
CMYK:
(0,49,50,29)
C0M49Y50K29 
(0%,49%,50%,29%)
(0.00/0.49/0.50/0.29)	

CMYK percentages

%0
%49.17
%49.72
%29.02

Codes

Color #B55C5B in popluar color models

B55C5B
RGB1819291
HSL37.82%53.33%
HSB/HSV49.72%70.98%
CMYK0.00%49.17%49.72%
29.02%

Color #B55C5B in popluar number systems.

HEXB55C5B
Decimal1819291
Binary1011010110111001011011
Octal265134133

Shades and tints

Shades of #B55C5B

#B55C5B
(181,92,91)
#A55453
(165,84,83)
#954C4B
(149,76,75)
#854443
(133,68,67)
#753C3B
(117,60,59)
#653433
(101,52,51)
#552C2B
(85,44,43)
#452423
(69,36,35)
#351C1B
(53,28,27)
#251413
(37,20,19)
#150C0B
(21,12,11)
#000000
(0,0,0)

Tints of #B55C5B

#B55C5B
(181,92,91)
#BB6A69
(187,106,105)
#C17877
(193,120,119)
#C78685
(199,134,133)
#CD9493
(205,148,147)
#D3A2A1
(211,162,161)
#D9B0AF
(217,176,175)
#DFBEBD
(223,190,189)
#E5CCCB
(229,204,203)
#EBDAD9
(235,218,217)
#F1E8E7
(241,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B55C5B; }

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

This text font color is #B55C5B.


Background Color

.myBgColor { background-color: #B55C5B; }

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

This div background color is #B55C5B.


Border color

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

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

This div border color is #B55C5B.


Opacity

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

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

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

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

This text has shadow with #B55C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B55C5B on black background.


Color preview on white background

This text has color #B55C5B on white background.



Black color preview on #B55C5B background

This text has black color on #B55C5B background.


White color preview on #B55C5B background

This text has white color on #B55C5B background.