COLOR #B55950

HEX: #B55950
RGB: (181,89,80)

Color info

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

RGB color model

#B55950 color RGB value is (181,89,80).

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

RGB channels and saturation

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

181
89
80

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

Portions of RGB colors in percentages

R + G + B =
181 + 89 + 80 = 350 (100%)
R 181 of 350 ~ 51.71%
G 89 of 350 ~ 25.43%
B 80 of 350 ~ 22.86%

%51.71
%25.43
%22.86

CMYK color model

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

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

CMYK percentages

%0
%50.83
%55.8
%29.02

Codes

Color #B55950 in popluar color models

B55950
RGB1818980
HSL40.56%51.18%
HSB/HSV55.80%70.98%
CMYK0.00%50.83%55.80%
29.02%

Color #B55950 in popluar number systems.

HEXB55950
Decimal1818980
Binary1011010110110011010000
Octal265131120

Shades and tints

Shades of #B55950

#B55950
(181,89,80)
#A55149
(165,81,73)
#954942
(149,73,66)
#85413B
(133,65,59)
#753934
(117,57,52)
#65312D
(101,49,45)
#552926
(85,41,38)
#45211F
(69,33,31)
#351918
(53,25,24)
#251111
(37,17,17)
#15090A
(21,9,10)
#000000
(0,0,0)

Tints of #B55950

#B55950
(181,89,80)
#BB685F
(187,104,95)
#C1776E
(193,119,110)
#C7867D
(199,134,125)
#CD958C
(205,149,140)
#D3A49B
(211,164,155)
#D9B3AA
(217,179,170)
#DFC2B9
(223,194,185)
#E5D1C8
(229,209,200)
#EBE0D7
(235,224,215)
#F1EFE6
(241,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B55950; }

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

This text font color is #B55950.


Background Color

.myBgColor { background-color: #B55950; }

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

This div background color is #B55950.


Border color

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

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

This div border color is #B55950.


Opacity

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

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

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

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

This text has shadow with #B55950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B55950 on black background.


Color preview on white background

This text has color #B55950 on white background.



Black color preview on #B55950 background

This text has black color on #B55950 background.


White color preview on #B55950 background

This text has white color on #B55950 background.