HEX: #B37497
RGB: (179,116,151)
#B37497 contains mainly red and blue colors. Web safe color of #B37497 is #996699 (or #969).
#B37497 color RGB value is (179,116,151).
RGB: (179,116,151) (70%,45%,59%)
R 179 of 255 = 70%
G 116 of 255 = 45%
B 151 of 255 = 59%
R + G + B ~ 58%. #B37497 is middle color (not dark and not light).
R + G + B =
179 + 116 + 151 = 446 (100%)
R 179 of 446 ~ 40.13%
G 116 of 446 ~ 26.01%
B 151 of 446 ~ 33.86%
#B37497 color CMYK value is (0,35,16,30).
CMYK: (0,35,16,30) C0M35Y16K30 (0%,35%,16%,30%) (0.00/0.35/0.16/0.30)
B3 | 74 | 97 | |
---|---|---|---|
RGB | 179 | 116 | 151 |
HSL | 327° | 29.30% | 57.84% |
HSB/HSV | 327° | 35.20% | 70.20% |
CMYK | 0.00% | 35.20% | 15.64% |
29.80% |
HEX | B3 | 74 | 97 |
Decimal | 179 | 116 | 151 |
Binary | 10110011 | 1110100 | 10010111 |
Octal | 263 | 164 | 227 |
Examples of css and html codes for elements with #B37497 color. Also use rgb(179,116,151) instead hex code.
.myTextColor { color: #B37497; }
<p style="color:#B37497">This sample text font color is #B37497.</p>
This text font color is #B37497.
.myBgColor { background-color: #B37497; }
<div style="background-color:#B37497">Inner text</div>
This div background color is #B37497.
.myBorderColor { border: 1px solid #B37497; }
<div style="border:3px solid #B37497">Div</div>
This div border color is #B37497.
.myOpacity80 { color: #B37497; opacity: 0.8; }
<p style="color:#B37497;opacity:0.8;">80%</p>
Text with #B37497 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B37497;}
<p style="text-shadow: 3px 3px 1px #B37497">Text here.</p>
This text has shadow with #B37497 color.
.textShadow {text-shadow: 3px 3px 1px #B37497, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B37497, 5px 5px 20px red">Text here.</p>
This text has shadow with #B37497 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B37497, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B37497, Direction=45, Strength=4)">Text</p>
This text has shadow with #B37497 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B37497; -webkit-box-shadow: 1px 1px 3px 2px #B37497; box-shadow: 1px 1px 3px 2px #B37497; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B37497; -webkit-box-shadow: 1px 1px 3px 2px #B37497; box-shadow:1px 1px 3px 2px #B37497;">
Div content here</div>
This text has color #B37497 on black background.
This text has color #B37497 on white background.
This text has black color on #B37497 background.
This text has white color on #B37497 background.