HEX: #B5828C
RGB: (181,130,140)
#B5828C contains red, green and blue colors in about the same proportion. Web safe color of #B5828C is #CC9999 (or #C99).
#B5828C color RGB value is (181,130,140).
RGB: (181,130,140)
(71%, 51%, 55%)
R 181 of 255 = 71%
G 130 of 255 = 51%
B 140 of 255 = 55%
R + G + B ~ 59%. #B5828C is middle color (not dark and not light).
R + G + B = 181 + 130 + 140 = 451 (100%)
R 181 of 451 ~ 40.13%
G 130 of 451 ~ 28.82%
B 140 of 451 ~ 31.04'%
#B5828C color CMYK value is (0,28,23,29).
CMYK: (0,28,23,29)
C0M28Y23K29 (0%, 28%, 23%, 29%)
(0.00 / 0.28 / 0.23 / 0.29)
Color #B5828C in popluar color models
B5 | 82 | 8C | |
---|---|---|---|
RGB | 181 | 130 | 140 |
HSL | 348° | 25.63% | 60.98% |
HSB/HSV | 348° | 28.18% | 70.98% |
CMYK | 0.00% | 28.18% | 22.65% |
29.02% |
Color #B5828C in popluar number systems.
HEX | B5 | 82 | 8C |
Decimal | 181 | 130 | 140 |
Binary | 10110101 | 10000010 | 10001100 |
Octal | 265 | 202 | 214 |
Shades of #B5828C
Tints of #B5828C
Examples of css and html codes for elements with #B5828C color. Also use rgb(181,130,140) instead hex code.
.myTextColor { color: #B5828C; }
<p style="color:#B5828C">This sample text font color is #B5828C.</p>
This text font color is #B5828C.
.myBgColor { background-color: #B5828C; }
<div style="background-color:#B5828C">Inner text</div>
This div background color is #B5828C.
.myBorderColor { border: 1px solid #B5828C; }
<div style="border:3px solid #B5828C">Div</div>
This div border color is #B5828C.
.myOpacity80 { color: #B5828C; opacity: 0.8; }
<p style="color:#B5828C;opacity:0.8;">80%</p>
Text with #B5828C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5828C;}
<p style="text-shadow: 3px 3px 1px #B5828C">Text here.</p>
This text has shadow with #B5828C color.
.textShadow {text-shadow: 3px 3px 1px #B5828C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5828C, 5px 5px 20px red">Text here.</p>
This text has shadow with #B5828C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5828C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5828C, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5828C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B5828C;
-webkit-box-shadow: 1px 1px 3px 2px #B5828C;
box-shadow: 1px 1px 3px 2px #B5828C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B5828C; -webkit-box-shadow: 1px 1px 3px 2px #B5828C; box-shadow:1px 1px 3px 2px #B5828C;">
Div content here
</div>
This text has color #B5828C on black background.
This text has color #B5828C on white background.
This text has black color on #B5828C background.
This text has white color on #B5828C background.
Complementary color for #hex is #4A7D73.