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