COLOR #B5506D

HEX: #B5506D RGB: (181,80,109)

Color info

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

RGB color model

#B5506D color RGB value is (181,80,109).

RGB: (181,80,109) (71%, 31%, 43%)

RGB channels and saturation

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

181
80
109

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

Portions of RGB colors in percentages

R + G + B = 181 + 80 + 109 = 370 (100%)
R 181 of 370 ~ 48.92%
G 80 of 370 ~ 21.62%
B 109 of 370 ~ 29.46'%

%48.92
%21.62
%29.46

CMYK color model

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

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

CMYK percentages

%0
%55.8
%39.78
%29.02

Codes

Color #B5506D in popluar color models

B5 50 6D
RGB 181 80 109
HSL 343° 40.56% 51.18%
HSB/HSV 343° 55.80% 70.98%
CMYK 0.00% 55.80% 39.78%
29.02%

Color #B5506D in popluar number systems.

HEX B5 50 6D
Decimal 181 80 109
Binary 10110101 1010000 1101101
Octal 265 120 155

Shades and tints

Shades of #B5506D

#B5506D
(181,80,109)
#A54964
(165,73,100)
#95425B
(149,66,91)
#853B52
(133,59,82)
#753449
(117,52,73)
#652D40
(101,45,64)
#552637
(85,38,55)
#451F2E
(69,31,46)
#351825
(53,24,37)
#25111C
(37,17,28)
#150A13
(21,10,19)
#000000
(0,0,0)

Tints of #B5506D

#B5506D
(181,80,109)
#BB5F7A
(187,95,122)
#C16E87
(193,110,135)
#C77D94
(199,125,148)
#CD8CA1
(205,140,161)
#D39BAE
(211,155,174)
#D9AABB
(217,170,187)
#DFB9C8
(223,185,200)
#E5C8D5
(229,200,213)
#EBD7E2
(235,215,226)
#F1E6EF
(241,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5506D; }

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

This text font color is #B5506D.

Background Color

.myBgColor { background-color: #B5506D; }

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

This div background color is #B5506D.

Border color

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

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

This div border color is #B5506D.

Opacity

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

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

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

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

This text has shadow with #B5506D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5506D.

Preview

Color preview on black background

This text has color #B5506D on black background.


Color preview on white background

This text has color #B5506D on white background.


Black color preview on #B5506D background

This text has black color on #B5506D background.


White color preview on #B5506D background

This text has white color on #B5506D background.


Related colors

Complementary color

Complementary color for #hex is #4AAF92.


I love getcolorcode.com

Triadic colors

1 #6DB550 and #506DB5 with #B5506D are triadic colors.

2 #6D50B5 and #50B56D with #B5506D are triadic colors.