HEX: #BD838C
RGB: (189,131,140)
#BD838C contains red, green and blue colors in about the same proportion. Web safe color of #BD838C is #CC9999 (or #C99).
#BD838C color RGB value is (189,131,140).
RGB: (189,131,140)
(74%, 51%, 55%)
R 189 of 255 = 74%
G 131 of 255 = 51%
B 140 of 255 = 55%
R + G + B ~ 60%. #BD838C is middle color (not dark and not light).
R + G + B = 189 + 131 + 140 = 460 (100%)
R 189 of 460 ~ 41.09%
G 131 of 460 ~ 28.48%
B 140 of 460 ~ 30.43'%
#BD838C color CMYK value is (0,31,26,26).
CMYK: (0,31,26,26) C0M31Y26K26 (0%,31%,26%,26%) (0.00/0.31/0.26/0.26)
Color #BD838C in popluar color models
BD | 83 | 8C | |
---|---|---|---|
RGB | 189 | 131 | 140 |
HSL | 351° | 30.53% | 62.75% |
HSB/HSV | 351° | 30.69% | 74.12% |
CMYK | 0.00% | 30.69% | 25.93% |
25.88% |
Color #BD838C in popluar number systems.
HEX | BD | 83 | 8C |
Decimal | 189 | 131 | 140 |
Binary | 10111101 | 10000011 | 10001100 |
Octal | 275 | 203 | 214 |
Shades of #BD838C
Tints of #BD838C
Examples of css and html codes for elements with #BD838C color. Also use rgb(189,131,140) instead hex code.
.myTextColor { color: #BD838C; }
<p style="color:#BD838C">This sample text font color is #BD838C.</p>
This text font color is #BD838C.
.myBgColor { background-color: #BD838C; }
<div style="background-color:#BD838C">Inner text</div>
This div background color is #BD838C.
.myBorderColor { border: 1px solid #BD838C; }
<div style="border:3px solid #BD838C">Div</div>
This div border color is #BD838C.
.myOpacity80 { color: #BD838C; opacity: 0.8; }
<p style="color:#BD838C;opacity:0.8;">80%</p>
Text with #BD838C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BD838C;}
<p style="text-shadow: 3px 3px 1px #BD838C">Text here.</p>
This text has shadow with #BD838C color.
.textShadow {text-shadow: 3px 3px 1px #BD838C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BD838C, 5px 5px 20px red">Text here.</p>
This text has shadow with #BD838C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BD838C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BD838C, Direction=45, Strength=4)">Text</p>
This text has shadow with #BD838C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BD838C;
-webkit-box-shadow: 1px 1px 3px 2px #BD838C;
box-shadow: 1px 1px 3px 2px #BD838C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BD838C; -webkit-box-shadow: 1px 1px 3px 2px #BD838C; box-shadow:1px 1px 3px 2px #BD838C;">
Div content here
</div>
This text has color #BD838C on black background.
This text has color #BD838C on white background.
This text has black color on #BD838C background.
This text has white color on #BD838C background.
Complementary color for #hex is #427C73.