COLOR #B55F60

HEX: #B55F60
RGB: (181,95,96)

Color info

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

RGB color model

#B55F60 color RGB value is (181,95,96).

  • red value is 181;
  • green value is 95;
  • blue value is 96.
RGB:
(181,95,96)
(71%,37%,38%)

RGB channels and saturation

R 181 of 255 = 71%
G 95 of 255 = 37%
B 96 of 255 = 38%

181
95
96

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

Portions of RGB colors in percentages

R + G + B =
181 + 95 + 96 = 372 (100%)
R 181 of 372 ~ 48.66%
G 95 of 372 ~ 25.54%
B 96 of 372 ~ 25.81%

%48.66
%25.54
%25.81

CMYK color model

#B55F60 color CMYK value is (0,48,47,29).

  • cyan value is 0.00%
  • magenta value is 47.51%
  • yellow value is 46.96%
  • key color value is 29.02%
CMYK:
(0,48,47,29)
C0M48Y47K29 
(0%,48%,47%,29%)
(0.00/0.48/0.47/0.29)	

CMYK percentages

%0
%47.51
%46.96
%29.02

Codes

Color #B55F60 in popluar color models

B55F60
RGB1819596
HSL359°36.75%54.12%
HSB/HSV359°47.51%70.98%
CMYK0.00%47.51%46.96%
29.02%

Color #B55F60 in popluar number systems.

HEXB55F60
Decimal1819596
Binary1011010110111111100000
Octal265137140

Shades and tints

Shades of #B55F60

#B55F60
(181,95,96)
#A55758
(165,87,88)
#954F50
(149,79,80)
#854748
(133,71,72)
#753F40
(117,63,64)
#653738
(101,55,56)
#552F30
(85,47,48)
#452728
(69,39,40)
#351F20
(53,31,32)
#251718
(37,23,24)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #B55F60

#B55F60
(181,95,96)
#BB6D6E
(187,109,110)
#C17B7C
(193,123,124)
#C7898A
(199,137,138)
#CD9798
(205,151,152)
#D3A5A6
(211,165,166)
#D9B3B4
(217,179,180)
#DFC1C2
(223,193,194)
#E5CFD0
(229,207,208)
#EBDDDE
(235,221,222)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B55F60; }

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

This text font color is #B55F60.


Background Color

.myBgColor { background-color: #B55F60; }

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

This div background color is #B55F60.


Border color

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

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

This div border color is #B55F60.


Opacity

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

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

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

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

This text has shadow with #B55F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B55F60 on black background.


Color preview on white background

This text has color #B55F60 on white background.



Black color preview on #B55F60 background

This text has black color on #B55F60 background.


White color preview on #B55F60 background

This text has white color on #B55F60 background.