Color spaces of #b9679e
RGB | 185 | 103 | 158 |
---|---|---|---|
HSL | 0.89 | 0.37 | 0.56 |
HSV | 320° | 44° | 73° |
CMYK | 0.00 | 0.44 | 0.15 0.27 |
XYZ | 31.0294 | 22.4834 | 35.0521 |
Yxy | 22.4834 | 0.3504 | 0.2539 |
Hunter Lab | 47.4167 | 33.8310 | -10.6376 |
CIE-Lab | 54.5362 | 40.2472 | -15.4576 |
#b9679e color RGB value is (185,103,158).
#b9679e hex color red value is 185, green value is 103 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #b9679e hue: 0.89 , saturation: 0.37 and the lightness value of b9679e is 0.56.
The process color (four color CMYK) of #b9679e color hex is 0.00, 0.44, 0.15, 0.27. Web safe color of #b9679e is #cc6699. Color #b9679e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 01100111 | 10011110 |
Octal | 271 | 147 | 236 |
Decimal | 185 | 103 | 158 |
Hex | B9 | 67 | 9E |
Shades of #b9679e
Tints of #b9679e
RGB Percentages of Color #b9679e
CMYK Percentages of Color #b9679e
Complementary Color
#b9679e | #67b982 |
#b9679e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b9679e Color Preview on White Background
Lorem ipsum dolor sit amet.
#b9679e Color CSS Codes
.mybgcolor {background-color:#b9679e; } .myforecolor {color:#b9679e; } .mybordercolor {border:3px solid #b9679e; }
#b9679e Text Font Color
<p style="color:#b9679e">Text here</p>
This sample text font color is #b9679e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#b9679e Background Color
<div style="background-color:#b9679e">
Div content here</div>
This div background color is #b9679e
#b9679e Border Color
<div style="border:3px solid #b9679e">
Div here</div>
This div border color is #b9679e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,103,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b9679e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b9679e; -webkit-box-shadow: 1px 1px 3px 2px #b9679e; box-shadow: 1px 1px 3px 2px #b9679e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,103,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b9679e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b9679e; -webkit-box-shadow: 1px 1px 3px 2px #b9679e; box-shadow: 1px 1px 3px 2px #b9679e;">
Div content here</div>
This div box has shadow with color #b9679e
Comments
No comments written yet.
Please login to write comment.