HEX: #BD7189
RGB: (189,113,137)
#BD7189 contains mainly red and blue colors. Web safe color of #BD7189 is #CC6699 (or #C69).
#BD7189 color RGB value is (189,113,137).
RGB: (189,113,137)
(74%, 44%, 54%)
R 189 of 255 = 74%
G 113 of 255 = 44%
B 137 of 255 = 54%
R + G + B ~ 57%. #BD7189 is middle color (not dark and not light).
R + G + B = 189 + 113 + 137 = 439 (100%)
R 189 of 439 ~ 43.05%
G 113 of 439 ~ 25.74%
B 137 of 439 ~ 31.21'%
#BD7189 color CMYK value is (0,40,28,26).
CMYK: (0,40,28,26) C0M40Y28K26 (0%,40%,28%,26%) (0.00/0.40/0.28/0.26)
Color #BD7189 in popluar color models
BD | 71 | 89 | |
---|---|---|---|
RGB | 189 | 113 | 137 |
HSL | 341° | 36.54% | 59.22% |
HSB/HSV | 341° | 40.21% | 74.12% |
CMYK | 0.00% | 40.21% | 27.51% |
25.88% |
Color #BD7189 in popluar number systems.
HEX | BD | 71 | 89 |
Decimal | 189 | 113 | 137 |
Binary | 10111101 | 1110001 | 10001001 |
Octal | 275 | 161 | 211 |
Shades of #BD7189
Tints of #BD7189
Examples of css and html codes for elements with #BD7189 color. Also use rgb(189,113,137) instead hex code.
.myTextColor { color: #BD7189; }
<p style="color:#BD7189">This sample text font color is #BD7189.</p>
This text font color is #BD7189.
.myBgColor { background-color: #BD7189; }
<div style="background-color:#BD7189">Inner text</div>
This div background color is #BD7189.
.myBorderColor { border: 1px solid #BD7189; }
<div style="border:3px solid #BD7189">Div</div>
This div border color is #BD7189.
.myOpacity80 { color: #BD7189; opacity: 0.8; }
<p style="color:#BD7189;opacity:0.8;">80%</p>
Text with #BD7189 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BD7189;}
<p style="text-shadow: 3px 3px 1px #BD7189">Text here.</p>
This text has shadow with #BD7189 color.
.textShadow {text-shadow: 3px 3px 1px #BD7189', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BD7189, 5px 5px 20px red">Text here.</p>
This text has shadow with #BD7189 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BD7189, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BD7189, Direction=45, Strength=4)">Text</p>
This text has shadow with #BD7189 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BD7189;
-webkit-box-shadow: 1px 1px 3px 2px #BD7189;
box-shadow: 1px 1px 3px 2px #BD7189;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BD7189; -webkit-box-shadow: 1px 1px 3px 2px #BD7189; box-shadow:1px 1px 3px 2px #BD7189;">
Div content here
</div>
This text has color #BD7189 on black background.
This text has color #BD7189 on white background.
This text has black color on #BD7189 background.
This text has white color on #BD7189 background.
Complementary color for #hex is #428E76.