HEX: #B4699B
RGB: (180,105,155)
#B4699B contains mainly red and blue colors. Web safe color of #B4699B is #CC6699 (or #C69).
#B4699B color RGB value is (180,105,155).
RGB: (180,105,155)
(71%, 41%, 61%)
R 180 of 255 = 71%
G 105 of 255 = 41%
B 155 of 255 = 61%
R + G + B ~ 58%. #B4699B is middle color (not dark and not light).
R + G + B = 180 + 105 + 155 = 440 (100%)
R 180 of 440 ~ 40.91%
G 105 of 440 ~ 23.86%
B 155 of 440 ~ 35.23'%
#B4699B color CMYK value is (0,42,14,29).
CMYK: (0,42,14,29)
C0M42Y14K29 (0%, 42%, 14%, 29%)
(0.00 / 0.42 / 0.14 / 0.29)
Color #B4699B in popluar color models
B4 | 69 | 9B | |
---|---|---|---|
RGB | 180 | 105 | 155 |
HSL | 320° | 33.33% | 55.88% |
HSB/HSV | 320° | 41.67% | 70.59% |
CMYK | 0.00% | 41.67% | 13.89% |
29.41% |
Color #B4699B in popluar number systems.
HEX | B4 | 69 | 9B |
Decimal | 180 | 105 | 155 |
Binary | 10110100 | 1101001 | 10011011 |
Octal | 264 | 151 | 233 |
Shades of #B4699B
Tints of #B4699B
Examples of css and html codes for elements with #B4699B color. Also use rgb(180,105,155) instead hex code.
.myTextColor { color: #B4699B; }
<p style="color:#B4699B">This sample text font color is #B4699B.</p>
This text font color is #B4699B.
.myBgColor { background-color: #B4699B; }
<div style="background-color:#B4699B">Inner text</div>
This div background color is #B4699B.
.myBorderColor { border: 1px solid #B4699B; }
<div style="border:3px solid #B4699B">Div</div>
This div border color is #B4699B.
.myOpacity80 { color: #B4699B; opacity: 0.8; }
<p style="color:#B4699B;opacity:0.8;">80%</p>
Text with #B4699B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4699B;}
<p style="text-shadow: 3px 3px 1px #B4699B">Text here.</p>
This text has shadow with #B4699B color.
.textShadow {text-shadow: 3px 3px 1px #B4699B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4699B, 5px 5px 20px red">Text here.</p>
This text has shadow with #B4699B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4699B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4699B, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4699B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B4699B;
-webkit-box-shadow: 1px 1px 3px 2px #B4699B;
box-shadow: 1px 1px 3px 2px #B4699B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4699B; -webkit-box-shadow: 1px 1px 3px 2px #B4699B; box-shadow:1px 1px 3px 2px #B4699B;">
Div content here
</div>
This text has color #B4699B on black background.
This text has color #B4699B on white background.
This text has black color on #B4699B background.
This text has white color on #B4699B background.
Complementary color for #hex is #4B9664.