HEX: #B0493A
RGB: (176,73,58)
#B0493A contains mainly red color. Web safe color of #B0493A is #993333 (or #933).
#B0493A color RGB value is (176,73,58).
RGB: (176,73,58)
(69%, 29%, 23%)
R 176 of 255 = 69%
G 73 of 255 = 29%
B 58 of 255 = 23%
R + G + B ~ 40%. #B0493A is middle color (not dark and not light).
R + G + B = 176 + 73 + 58 = 307 (100%)
R 176 of 307 ~ 57.33%
G 73 of 307 ~ 23.78%
B 58 of 307 ~ 18.89'%
#B0493A color CMYK value is (0,59,67,31).
CMYK: (0,59,67,31)
C0M59Y67K31 (0%, 59%, 67%, 31%)
(0.00 / 0.59 / 0.67 / 0.31)
Color #B0493A in popluar color models
B0 | 49 | 3A | |
---|---|---|---|
RGB | 176 | 73 | 58 |
HSL | 8° | 50.43% | 45.88% |
HSB/HSV | 8° | 67.05% | 69.02% |
CMYK | 0.00% | 58.52% | 67.05% |
30.98% |
Color #B0493A in popluar number systems.
HEX | B0 | 49 | 3A |
Decimal | 176 | 73 | 58 |
Binary | 10110000 | 1001001 | 111010 |
Octal | 260 | 111 | 72 |
Shades of #B0493A
Tints of #B0493A
Examples of css and html codes for elements with #B0493A color. Also use rgb(176,73,58) instead hex code.
.myTextColor { color: #B0493A; }
<p style="color:#B0493A">This sample text font color is #B0493A.</p>
This text font color is #B0493A.
.myBgColor { background-color: #B0493A; }
<div style="background-color:#B0493A">Inner text</div>
This div background color is #B0493A.
.myBorderColor { border: 1px solid #B0493A; }
<div style="border:3px solid #B0493A">Div</div>
This div border color is #B0493A.
.myOpacity80 { color: #B0493A; opacity: 0.8; }
<p style="color:#B0493A;opacity:0.8;">80%</p>
Text with #B0493A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B0493A;}
<p style="text-shadow: 3px 3px 1px #B0493A">Text here.</p>
This text has shadow with #B0493A color.
.textShadow {text-shadow: 3px 3px 1px #B0493A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B0493A, 5px 5px 20px red">Text here.</p>
This text has shadow with #B0493A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B0493A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B0493A, Direction=45, Strength=4)">Text</p>
This text has shadow with #B0493A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B0493A;
-webkit-box-shadow: 1px 1px 3px 2px #B0493A;
box-shadow: 1px 1px 3px 2px #B0493A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B0493A; -webkit-box-shadow: 1px 1px 3px 2px #B0493A; box-shadow:1px 1px 3px 2px #B0493A;">
Div content here
</div>
This text has color #B0493A on black background.
This text has color #B0493A on white background.
This text has black color on #B0493A background.
This text has white color on #B0493A background.
Complementary color for #hex is #4FB6C5.