HEX: #BD498B
RGB: (189,73,139)
#BD498B contains mainly red and blue colors. Web safe color of #BD498B is #CC3399 (or #C39).
#BD498B color RGB value is (189,73,139).
RGB: (189,73,139)
(74%, 29%, 55%)
R 189 of 255 = 74%
G 73 of 255 = 29%
B 139 of 255 = 55%
R + G + B ~ 53%. #BD498B is middle color (not dark and not light).
R + G + B = 189 + 73 + 139 = 401 (100%)
R 189 of 401 ~ 47.13%
G 73 of 401 ~ 18.2%
B 139 of 401 ~ 34.66'%
#BD498B color CMYK value is (0,61,26,26).
CMYK: (0,61,26,26)
C0M61Y26K26 (0%, 61%, 26%, 26%)
(0.00 / 0.61 / 0.26 / 0.26)
Color #BD498B in popluar color models
BD | 49 | 8B | |
---|---|---|---|
RGB | 189 | 73 | 139 |
HSL | 326° | 46.77% | 51.37% |
HSB/HSV | 326° | 61.38% | 74.12% |
CMYK | 0.00% | 61.38% | 26.46% |
25.88% |
Color #BD498B in popluar number systems.
HEX | BD | 49 | 8B |
Decimal | 189 | 73 | 139 |
Binary | 10111101 | 1001001 | 10001011 |
Octal | 275 | 111 | 213 |
Shades of #BD498B
Tints of #BD498B
Examples of css and html codes for elements with #BD498B color. Also use rgb(189,73,139) instead hex code.
.myTextColor { color: #BD498B; }
<p style="color:#BD498B">This sample text font color is #BD498B.</p>
This text font color is #BD498B.
.myBgColor { background-color: #BD498B; }
<div style="background-color:#BD498B">Inner text</div>
This div background color is #BD498B.
.myBorderColor { border: 1px solid #BD498B; }
<div style="border:3px solid #BD498B">Div</div>
This div border color is #BD498B.
.myOpacity80 { color: #BD498B; opacity: 0.8; }
<p style="color:#BD498B;opacity:0.8;">80%</p>
Text with #BD498B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BD498B;}
<p style="text-shadow: 3px 3px 1px #BD498B">Text here.</p>
This text has shadow with #BD498B color.
.textShadow {text-shadow: 3px 3px 1px #BD498B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BD498B, 5px 5px 20px red">Text here.</p>
This text has shadow with #BD498B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BD498B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BD498B, Direction=45, Strength=4)">Text</p>
This text has shadow with #BD498B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BD498B;
-webkit-box-shadow: 1px 1px 3px 2px #BD498B;
box-shadow: 1px 1px 3px 2px #BD498B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BD498B; -webkit-box-shadow: 1px 1px 3px 2px #BD498B; box-shadow:1px 1px 3px 2px #BD498B;">
Div content here
</div>
This text has color #BD498B on black background.
This text has color #BD498B on white background.
This text has black color on #BD498B background.
This text has white color on #BD498B background.
Complementary color for #hex is #42B674.