COLOR #B55B6B

HEX: #B55B6B
RGB: (181,91,107)

Color info

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

RGB color model

#B55B6B color RGB value is (181,91,107).

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

RGB channels and saturation

R 181 of 255 = 71%
G 91 of 255 = 36%
B 107 of 255 = 42%

181
91
107

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

Portions of RGB colors in percentages

R + G + B =
181 + 91 + 107 = 379 (100%)
R 181 of 379 ~ 47.76%
G 91 of 379 ~ 24.01%
B 107 of 379 ~ 28.23%

%47.76
%24.01
%28.23

CMYK color model

#B55B6B color CMYK value is (0,50,41,29).

  • cyan value is 0.00%
  • magenta value is 49.72%
  • yellow value is 40.88%
  • key color value is 29.02%
CMYK:
(0,50,41,29)
C0M50Y41K29 
(0%,50%,41%,29%)
(0.00/0.50/0.41/0.29)	

CMYK percentages

%0
%49.72
%40.88
%29.02

Codes

Color #B55B6B in popluar color models

B55B6B
RGB18191107
HSL349°37.82%53.33%
HSB/HSV349°49.72%70.98%
CMYK0.00%49.72%40.88%
29.02%

Color #B55B6B in popluar number systems.

HEXB55B6B
Decimal18191107
Binary1011010110110111101011
Octal265133153

Shades and tints

Shades of #B55B6B

#B55B6B
(181,91,107)
#A55362
(165,83,98)
#954B59
(149,75,89)
#854350
(133,67,80)
#753B47
(117,59,71)
#65333E
(101,51,62)
#552B35
(85,43,53)
#45232C
(69,35,44)
#351B23
(53,27,35)
#25131A
(37,19,26)
#150B11
(21,11,17)
#000000
(0,0,0)

Tints of #B55B6B

#B55B6B
(181,91,107)
#BB6978
(187,105,120)
#C17785
(193,119,133)
#C78592
(199,133,146)
#CD939F
(205,147,159)
#D3A1AC
(211,161,172)
#D9AFB9
(217,175,185)
#DFBDC6
(223,189,198)
#E5CBD3
(229,203,211)
#EBD9E0
(235,217,224)
#F1E7ED
(241,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B55B6B; }

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

This text font color is #B55B6B.


Background Color

.myBgColor { background-color: #B55B6B; }

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

This div background color is #B55B6B.


Border color

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

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

This div border color is #B55B6B.


Opacity

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

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

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

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

This text has shadow with #B55B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B55B6B on black background.


Color preview on white background

This text has color #B55B6B on white background.



Black color preview on #B55B6B background

This text has black color on #B55B6B background.


White color preview on #B55B6B background

This text has white color on #B55B6B background.