COLOR #B55D66

HEX: #B55D66
RGB: (181,93,102)

Color info

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

RGB color model

#B55D66 color RGB value is (181,93,102).

  • red value is 181;
  • green value is 93;
  • blue value is 102.
RGB:
(181,93,102)
(71%,36%,40%)

RGB channels and saturation

R 181 of 255 = 71%
G 93 of 255 = 36%
B 102 of 255 = 40%

181
93
102

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

Portions of RGB colors in percentages

R + G + B =
181 + 93 + 102 = 376 (100%)
R 181 of 376 ~ 48.14%
G 93 of 376 ~ 24.73%
B 102 of 376 ~ 27.13%

%48.14
%24.73
%27.13

CMYK color model

#B55D66 color CMYK value is (0,49,44,29).

  • cyan value is 0.00%
  • magenta value is 48.62%
  • yellow value is 43.65%
  • key color value is 29.02%
CMYK:
(0,49,44,29)
C0M49Y44K29 
(0%,49%,44%,29%)
(0.00/0.49/0.44/0.29)	

CMYK percentages

%0
%48.62
%43.65
%29.02

Codes

Color #B55D66 in popluar color models

B55D66
RGB18193102
HSL354°37.29%53.73%
HSB/HSV354°48.62%70.98%
CMYK0.00%48.62%43.65%
29.02%

Color #B55D66 in popluar number systems.

HEXB55D66
Decimal18193102
Binary1011010110111011100110
Octal265135146

Shades and tints

Shades of #B55D66

#B55D66
(181,93,102)
#A5555D
(165,85,93)
#954D54
(149,77,84)
#85454B
(133,69,75)
#753D42
(117,61,66)
#653539
(101,53,57)
#552D30
(85,45,48)
#452527
(69,37,39)
#351D1E
(53,29,30)
#251515
(37,21,21)
#150D0C
(21,13,12)
#000000
(0,0,0)

Tints of #B55D66

#B55D66
(181,93,102)
#BB6B73
(187,107,115)
#C17980
(193,121,128)
#C7878D
(199,135,141)
#CD959A
(205,149,154)
#D3A3A7
(211,163,167)
#D9B1B4
(217,177,180)
#DFBFC1
(223,191,193)
#E5CDCE
(229,205,206)
#EBDBDB
(235,219,219)
#F1E9E8
(241,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B55D66; }

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

This text font color is #B55D66.


Background Color

.myBgColor { background-color: #B55D66; }

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

This div background color is #B55D66.


Border color

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

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

This div border color is #B55D66.


Opacity

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

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

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

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

This text has shadow with #B55D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B55D66 on black background.


Color preview on white background

This text has color #B55D66 on white background.



Black color preview on #B55D66 background

This text has black color on #B55D66 background.


White color preview on #B55D66 background

This text has white color on #B55D66 background.