HEX: #B5506D
RGB: (181,80,109)
#B5506D contains mainly red color. Web safe color of #B5506D is #CC6666 (or #C66).
#B5506D color RGB value is (181,80,109).
RGB: (181,80,109)
(71%, 31%, 43%)
R 181 of 255 = 71%
G 80 of 255 = 31%
B 109 of 255 = 43%
R + G + B ~ 48%. #B5506D is middle color (not dark and not light).
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'%
#B5506D color CMYK value is (0,56,40,29).
CMYK: (0,56,40,29) C0M56Y40K29 (0%,56%,40%,29%) (0.00/0.56/0.40/0.29)
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 of #B5506D
Tints of #B5506D
Examples of css and html codes for elements with #B5506D color. Also use rgb(181,80,109) instead hex code.
.myTextColor { color: #B5506D; }
<p style="color:#B5506D">This sample text font color is #B5506D.</p>
This text font color is #B5506D.
.myBgColor { background-color: #B5506D; }
<div style="background-color:#B5506D">Inner text</div>
This div background color is #B5506D.
.myBorderColor { border: 1px solid #B5506D; }
<div style="border:3px solid #B5506D">Div</div>
This div border color is #B5506D.
.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%.
.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.
/* 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 text has color #B5506D on black background.
This text has color #B5506D on white background.
This text has black color on #B5506D background.
This text has white color on #B5506D background.
Complementary color for #hex is #4AAF92.