HEX: #B4664B
RGB: (180,102,75)
#B4664B contains mainly red color. Web safe color of #B4664B is #CC6633 (or #C63).
#B4664B color RGB value is (180,102,75).
RGB: (180,102,75)
(71%, 40%, 29%)
R 180 of 255 = 71%
G 102 of 255 = 40%
B 75 of 255 = 29%
R + G + B ~ 47%. #B4664B is middle color (not dark and not light).
R + G + B = 180 + 102 + 75 = 357 (100%)
R 180 of 357 ~ 50.42%
G 102 of 357 ~ 28.57%
B 75 of 357 ~ 21.01'%
#B4664B color CMYK value is (0,43,58,29).
CMYK: (0,43,58,29) C0M43Y58K29 (0%,43%,58%,29%) (0.00/0.43/0.58/0.29)
Color #B4664B in popluar color models
B4 | 66 | 4B | |
---|---|---|---|
RGB | 180 | 102 | 75 |
HSL | 15° | 41.18% | 50.00% |
HSB/HSV | 15° | 58.33% | 70.59% |
CMYK | 0.00% | 43.33% | 58.33% |
29.41% |
Color #B4664B in popluar number systems.
HEX | B4 | 66 | 4B |
Decimal | 180 | 102 | 75 |
Binary | 10110100 | 1100110 | 1001011 |
Octal | 264 | 146 | 113 |
Shades of #B4664B
Tints of #B4664B
Examples of css and html codes for elements with #B4664B color. Also use rgb(180,102,75) instead hex code.
.myTextColor { color: #B4664B; }
<p style="color:#B4664B">This sample text font color is #B4664B.</p>
This text font color is #B4664B.
.myBgColor { background-color: #B4664B; }
<div style="background-color:#B4664B">Inner text</div>
This div background color is #B4664B.
.myBorderColor { border: 1px solid #B4664B; }
<div style="border:3px solid #B4664B">Div</div>
This div border color is #B4664B.
.myOpacity80 { color: #B4664B; opacity: 0.8; }
<p style="color:#B4664B;opacity:0.8;">80%</p>
Text with #B4664B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4664B;}
<p style="text-shadow: 3px 3px 1px #B4664B">Text here.</p>
This text has shadow with #B4664B color.
.textShadow {text-shadow: 3px 3px 1px #B4664B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4664B, 5px 5px 20px red">Text here.</p>
This text has shadow with #B4664B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4664B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4664B, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4664B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B4664B;
-webkit-box-shadow: 1px 1px 3px 2px #B4664B;
box-shadow: 1px 1px 3px 2px #B4664B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4664B; -webkit-box-shadow: 1px 1px 3px 2px #B4664B; box-shadow:1px 1px 3px 2px #B4664B;">
Div content here
</div>
This text has color #B4664B on black background.
This text has color #B4664B on white background.
This text has black color on #B4664B background.
This text has white color on #B4664B background.
Complementary color for #hex is #4B99B4.