COLOR #B55050

HEX: #B55050
RGB: (181,80,80)

Color info

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

RGB color model

#B55050 color RGB value is (181,80,80).

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

RGB channels and saturation

R 181 of 255 = 71%
G 80 of 255 = 31%
B 80 of 255 = 31%

181
80
80

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

Portions of RGB colors in percentages

R + G + B =
181 + 80 + 80 = 341 (100%)
R 181 of 341 ~ 53.08%
G 80 of 341 ~ 23.46%
B 80 of 341 ~ 23.46%

%53.08
%23.46
%23.46

CMYK color model

#B55050 color CMYK value is (0,56,56,29).

  • cyan value is 0.00%
  • magenta value is 55.80%
  • yellow value is 55.80%
  • key color value is 29.02%
CMYK:
(0,56,56,29)
C0M56Y56K29 
(0%,56%,56%,29%)
(0.00/0.56/0.56/0.29)	

CMYK percentages

%0
%55.8
%55.8
%29.02

Codes

Color #B55050 in popluar color models

B55050
RGB1818080
HSL40.56%51.18%
HSB/HSV55.80%70.98%
CMYK0.00%55.80%55.80%
29.02%

Color #B55050 in popluar number systems.

HEXB55050
Decimal1818080
Binary1011010110100001010000
Octal265120120

Shades and tints

Shades of #B55050

#B55050
(181,80,80)
#A54949
(165,73,73)
#954242
(149,66,66)
#853B3B
(133,59,59)
#753434
(117,52,52)
#652D2D
(101,45,45)
#552626
(85,38,38)
#451F1F
(69,31,31)
#351818
(53,24,24)
#251111
(37,17,17)
#150A0A
(21,10,10)
#000000
(0,0,0)

Tints of #B55050

#B55050
(181,80,80)
#BB5F5F
(187,95,95)
#C16E6E
(193,110,110)
#C77D7D
(199,125,125)
#CD8C8C
(205,140,140)
#D39B9B
(211,155,155)
#D9AAAA
(217,170,170)
#DFB9B9
(223,185,185)
#E5C8C8
(229,200,200)
#EBD7D7
(235,215,215)
#F1E6E6
(241,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B55050; }

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

This text font color is #B55050.


Background Color

.myBgColor { background-color: #B55050; }

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

This div background color is #B55050.


Border color

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

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

This div border color is #B55050.


Opacity

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

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

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

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

This text has shadow with #B55050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B55050 on black background.


Color preview on white background

This text has color #B55050 on white background.



Black color preview on #B55050 background

This text has black color on #B55050 background.


White color preview on #B55050 background

This text has white color on #B55050 background.