HEX: #B4829C
RGB: (180,130,156)
#B4829C contains red, green and blue colors in about the same proportion. Web safe color of #B4829C is #CC9999 (or #C99).
#B4829C color RGB value is (180,130,156).
RGB: (180,130,156)
(71%, 51%, 61%)
R 180 of 255 = 71%
G 130 of 255 = 51%
B 156 of 255 = 61%
R + G + B ~ 61%. #B4829C is quite light color.
R + G + B = 180 + 130 + 156 = 466 (100%)
R 180 of 466 ~ 38.63%
G 130 of 466 ~ 27.9%
B 156 of 466 ~ 33.48'%
#B4829C color CMYK value is (0,28,13,29).
CMYK: (0,28,13,29)
C0M28Y13K29 (0%, 28%, 13%, 29%)
(0.00 / 0.28 / 0.13 / 0.29)
Color #B4829C in popluar color models
B4 | 82 | 9C | |
---|---|---|---|
RGB | 180 | 130 | 156 |
HSL | 329° | 25.00% | 60.78% |
HSB/HSV | 329° | 27.78% | 70.59% |
CMYK | 0.00% | 27.78% | 13.33% |
29.41% |
Color #B4829C in popluar number systems.
HEX | B4 | 82 | 9C |
Decimal | 180 | 130 | 156 |
Binary | 10110100 | 10000010 | 10011100 |
Octal | 264 | 202 | 234 |
Shades of #B4829C
Tints of #B4829C
Examples of css and html codes for elements with #B4829C color. Also use rgb(180,130,156) instead hex code.
.myTextColor { color: #B4829C; }
<p style="color:#B4829C">This sample text font color is #B4829C.</p>
This text font color is #B4829C.
.myBgColor { background-color: #B4829C; }
<div style="background-color:#B4829C">Inner text</div>
This div background color is #B4829C.
.myBorderColor { border: 1px solid #B4829C; }
<div style="border:3px solid #B4829C">Div</div>
This div border color is #B4829C.
.myOpacity80 { color: #B4829C; opacity: 0.8; }
<p style="color:#B4829C;opacity:0.8;">80%</p>
Text with #B4829C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4829C;}
<p style="text-shadow: 3px 3px 1px #B4829C">Text here.</p>
This text has shadow with #B4829C color.
.textShadow {text-shadow: 3px 3px 1px #B4829C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4829C, 5px 5px 20px red">Text here.</p>
This text has shadow with #B4829C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4829C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4829C, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4829C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B4829C;
-webkit-box-shadow: 1px 1px 3px 2px #B4829C;
box-shadow: 1px 1px 3px 2px #B4829C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4829C; -webkit-box-shadow: 1px 1px 3px 2px #B4829C; box-shadow:1px 1px 3px 2px #B4829C;">
Div content here
</div>
This text has color #B4829C on black background.
This text has color #B4829C on white background.
This text has black color on #B4829C background.
This text has white color on #B4829C background.
Complementary color for #hex is #4B7D63.