HEX: #B35E6D
RGB: (179,94,109)
#B35E6D contains mainly red color. Web safe color of #B35E6D is #996666 (or #966).
#B35E6D color RGB value is (179,94,109).
RGB: (179,94,109)
(70%, 37%, 43%)
R 179 of 255 = 70%
G 94 of 255 = 37%
B 109 of 255 = 43%
R + G + B ~ 50%. #B35E6D is middle color (not dark and not light).
R + G + B = 179 + 94 + 109 = 382 (100%)
R 179 of 382 ~ 46.86%
G 94 of 382 ~ 24.61%
B 109 of 382 ~ 28.53'%
#B35E6D color CMYK value is (0,47,39,30).
CMYK: (0,47,39,30)
C0M47Y39K30 (0%, 47%, 39%, 30%)
(0.00 / 0.47 / 0.39 / 0.30)
Color #B35E6D in popluar color models
B3 | 5E | 6D | |
---|---|---|---|
RGB | 179 | 94 | 109 |
HSL | 349° | 35.86% | 53.53% |
HSB/HSV | 349° | 47.49% | 70.20% |
CMYK | 0.00% | 47.49% | 39.11% |
29.80% |
Color #B35E6D in popluar number systems.
HEX | B3 | 5E | 6D |
Decimal | 179 | 94 | 109 |
Binary | 10110011 | 1011110 | 1101101 |
Octal | 263 | 136 | 155 |
Shades of #B35E6D
Tints of #B35E6D
Examples of css and html codes for elements with #B35E6D color. Also use rgb(179,94,109) instead hex code.
.myTextColor { color: #B35E6D; }
<p style="color:#B35E6D">This sample text font color is #B35E6D.</p>
This text font color is #B35E6D.
.myBgColor { background-color: #B35E6D; }
<div style="background-color:#B35E6D">Inner text</div>
This div background color is #B35E6D.
.myBorderColor { border: 1px solid #B35E6D; }
<div style="border:3px solid #B35E6D">Div</div>
This div border color is #B35E6D.
.myOpacity80 { color: #B35E6D; opacity: 0.8; }
<p style="color:#B35E6D;opacity:0.8;">80%</p>
Text with #B35E6D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B35E6D;}
<p style="text-shadow: 3px 3px 1px #B35E6D">Text here.</p>
This text has shadow with #B35E6D color.
.textShadow {text-shadow: 3px 3px 1px #B35E6D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B35E6D, 5px 5px 20px red">Text here.</p>
This text has shadow with #B35E6D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B35E6D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B35E6D, Direction=45, Strength=4)">Text</p>
This text has shadow with #B35E6D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B35E6D;
-webkit-box-shadow: 1px 1px 3px 2px #B35E6D;
box-shadow: 1px 1px 3px 2px #B35E6D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B35E6D; -webkit-box-shadow: 1px 1px 3px 2px #B35E6D; box-shadow:1px 1px 3px 2px #B35E6D;">
Div content here
</div>
This text has color #B35E6D on black background.
This text has color #B35E6D on white background.
This text has black color on #B35E6D background.
This text has white color on #B35E6D background.
Complementary color for #hex is #4CA192.