HEX: #B46747
RGB: (180,103,71)
#B46747 contains mainly red color. Web safe color of #B46747 is #CC6633 (or #C63).
#B46747 color RGB value is (180,103,71).
RGB: (180,103,71)
(71%, 40%, 28%)
R 180 of 255 = 71%
G 103 of 255 = 40%
B 71 of 255 = 28%
R + G + B ~ 46%. #B46747 is middle color (not dark and not light).
R + G + B = 180 + 103 + 71 = 354 (100%)
R 180 of 354 ~ 50.85%
G 103 of 354 ~ 29.1%
B 71 of 354 ~ 20.06'%
#B46747 color CMYK value is (0,43,61,29).
CMYK: (0,43,61,29)
C0M43Y61K29 (0%, 43%, 61%, 29%)
(0.00 / 0.43 / 0.61 / 0.29)
Color #B46747 in popluar color models
B4 | 67 | 47 | |
---|---|---|---|
RGB | 180 | 103 | 71 |
HSL | 18° | 43.43% | 49.22% |
HSB/HSV | 18° | 60.56% | 70.59% |
CMYK | 0.00% | 42.78% | 60.56% |
29.41% |
Color #B46747 in popluar number systems.
HEX | B4 | 67 | 47 |
Decimal | 180 | 103 | 71 |
Binary | 10110100 | 1100111 | 1000111 |
Octal | 264 | 147 | 107 |
Shades of #B46747
Tints of #B46747
Examples of css and html codes for elements with #B46747 color. Also use rgb(180,103,71) instead hex code.
.myTextColor { color: #B46747; }
<p style="color:#B46747">This sample text font color is #B46747.</p>
This text font color is #B46747.
.myBgColor { background-color: #B46747; }
<div style="background-color:#B46747">Inner text</div>
This div background color is #B46747.
.myBorderColor { border: 1px solid #B46747; }
<div style="border:3px solid #B46747">Div</div>
This div border color is #B46747.
.myOpacity80 { color: #B46747; opacity: 0.8; }
<p style="color:#B46747;opacity:0.8;">80%</p>
Text with #B46747 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B46747;}
<p style="text-shadow: 3px 3px 1px #B46747">Text here.</p>
This text has shadow with #B46747 color.
.textShadow {text-shadow: 3px 3px 1px #B46747', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B46747, 5px 5px 20px red">Text here.</p>
This text has shadow with #B46747 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B46747, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B46747, Direction=45, Strength=4)">Text</p>
This text has shadow with #B46747 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B46747;
-webkit-box-shadow: 1px 1px 3px 2px #B46747;
box-shadow: 1px 1px 3px 2px #B46747;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B46747; -webkit-box-shadow: 1px 1px 3px 2px #B46747; box-shadow:1px 1px 3px 2px #B46747;">
Div content here
</div>
This text has color #B46747 on black background.
This text has color #B46747 on white background.
This text has black color on #B46747 background.
This text has white color on #B46747 background.
Complementary color for #hex is #4B98B8.