Color spaces of #b1868f
RGB | 177 | 134 | 143 |
---|---|---|---|
HSL | 0.97 | 0.22 | 0.61 |
HSV | 347° | 24° | 69° |
CMYK | 0.00 | 0.24 | 0.19 0.31 |
XYZ | 31.6145 | 28.3805 | 29.7983 |
Yxy | 28.3805 | 0.3521 | 0.3161 |
Hunter Lab | 53.2734 | 12.7005 | 4.1277 |
CIE-Lab | 60.2310 | 17.8514 | 1.5831 |
#b1868f color RGB value is (177,134,143).
#b1868f hex color red value is 177, green value is 134 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #b1868f hue: 0.97 , saturation: 0.22 and the lightness value of b1868f is 0.61.
The process color (four color CMYK) of #b1868f color hex is 0.00, 0.24, 0.19, 0.31. Web safe color of #b1868f is #999999. Color #b1868f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 10000110 | 10001111 |
Octal | 261 | 206 | 217 |
Decimal | 177 | 134 | 143 |
Hex | B1 | 86 | 8F |
Shades of #b1868f
Tints of #b1868f
RGB Percentages of Color #b1868f
CMYK Percentages of Color #b1868f
Complementary Color
#b1868f | #86b1a8 |
#b1868f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b1868f Color Preview on White Background
Lorem ipsum dolor sit amet.
#b1868f Color CSS Codes
.mybgcolor {background-color:#b1868f; } .myforecolor {color:#b1868f; } .mybordercolor {border:3px solid #b1868f; }
#b1868f Text Font Color
<p style="color:#b1868f">Text here</p>
This sample text font color is #b1868f
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.
#b1868f Background Color
<div style="background-color:#b1868f">
Div content here</div>
This div background color is #b1868f
#b1868f Border Color
<div style="border:3px solid #b1868f">
Div here</div>
This div border color is #b1868f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,134,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b1868f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b1868f; -webkit-box-shadow: 1px 1px 3px 2px #b1868f; box-shadow: 1px 1px 3px 2px #b1868f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,134,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b1868f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b1868f; -webkit-box-shadow: 1px 1px 3px 2px #b1868f; box-shadow: 1px 1px 3px 2px #b1868f;">
Div content here</div>
This div box has shadow with color #b1868f
Comments
No comments written yet.
Please login to write comment.