HEX: #B5957D
RGB: (181,149,125)
#B5957D contains red, green and blue colors in about the same proportion. Web safe color of #B5957D is #CC9966 (or #C96).
#B5957D color RGB value is (181,149,125).
RGB: (181,149,125)
(71%, 58%, 49%)
R 181 of 255 = 71%
G 149 of 255 = 58%
B 125 of 255 = 49%
R + G + B ~ 59%. #B5957D is middle color (not dark and not light).
R + G + B = 181 + 149 + 125 = 455 (100%)
R 181 of 455 ~ 39.78%
G 149 of 455 ~ 32.75%
B 125 of 455 ~ 27.47'%
#B5957D color CMYK value is (0,18,31,29).
CMYK: (0,18,31,29)
C0M18Y31K29 (0%, 18%, 31%, 29%)
(0.00 / 0.18 / 0.31 / 0.29)
Color #B5957D in popluar color models
B5 | 95 | 7D | |
---|---|---|---|
RGB | 181 | 149 | 125 |
HSL | 26° | 27.45% | 60.00% |
HSB/HSV | 26° | 30.94% | 70.98% |
CMYK | 0.00% | 17.68% | 30.94% |
29.02% |
Color #B5957D in popluar number systems.
HEX | B5 | 95 | 7D |
Decimal | 181 | 149 | 125 |
Binary | 10110101 | 10010101 | 1111101 |
Octal | 265 | 225 | 175 |
Shades of #B5957D
Tints of #B5957D
Examples of css and html codes for elements with #B5957D color. Also use rgb(181,149,125) instead hex code.
.myTextColor { color: #B5957D; }
<p style="color:#B5957D">This sample text font color is #B5957D.</p>
This text font color is #B5957D.
.myBgColor { background-color: #B5957D; }
<div style="background-color:#B5957D">Inner text</div>
This div background color is #B5957D.
.myBorderColor { border: 1px solid #B5957D; }
<div style="border:3px solid #B5957D">Div</div>
This div border color is #B5957D.
.myOpacity80 { color: #B5957D; opacity: 0.8; }
<p style="color:#B5957D;opacity:0.8;">80%</p>
Text with #B5957D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5957D;}
<p style="text-shadow: 3px 3px 1px #B5957D">Text here.</p>
This text has shadow with #B5957D color.
.textShadow {text-shadow: 3px 3px 1px #B5957D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5957D, 5px 5px 20px red">Text here.</p>
This text has shadow with #B5957D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5957D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5957D, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5957D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B5957D;
-webkit-box-shadow: 1px 1px 3px 2px #B5957D;
box-shadow: 1px 1px 3px 2px #B5957D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B5957D; -webkit-box-shadow: 1px 1px 3px 2px #B5957D; box-shadow:1px 1px 3px 2px #B5957D;">
Div content here
</div>
This text has color #B5957D on black background.
This text has color #B5957D on white background.
This text has black color on #B5957D background.
This text has white color on #B5957D background.
Complementary color for #hex is #4A6A82.