Color spaces of #b46866
RGB | 180 | 104 | 102 |
---|---|---|---|
HSL | 0.00 | 0.34 | 0.55 |
HSV | 2° | 43° | 71° |
CMYK | 0.00 | 0.42 | 0.43 0.29 |
XYZ | 26.1710 | 20.5632 | 15.1601 |
Yxy | 20.5632 | 0.4228 | 0.3322 |
Hunter Lab | 45.3467 | 23.6614 | 11.9211 |
CIE-Lab | 52.4681 | 30.1639 | 14.3886 |
#b46866 color RGB value is (180,104,102).
#b46866 hex color red value is 180, green value is 104 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #b46866 hue: 0.00 , saturation: 0.34 and the lightness value of b46866 is 0.55.
The process color (four color CMYK) of #b46866 color hex is 0.00, 0.42, 0.43, 0.29. Web safe color of #b46866 is #cc6666. Color #b46866 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 01101000 | 01100110 |
Octal | 264 | 150 | 146 |
Decimal | 180 | 104 | 102 |
Hex | B4 | 68 | 66 |
Shades of #b46866
Tints of #b46866
RGB Percentages of Color #b46866
CMYK Percentages of Color #b46866
Complementary Color
#b46866 | #66b2b4 |
#b46866 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b46866 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b46866 Color CSS Codes
.mybgcolor {background-color:#b46866; } .myforecolor {color:#b46866; } .mybordercolor {border:3px solid #b46866; }
#b46866 Text Font Color
<p style="color:#b46866">Text here</p>
This sample text font color is #b46866
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.
#b46866 Background Color
<div style="background-color:#b46866">
Div content here</div>
This div background color is #b46866
#b46866 Border Color
<div style="border:3px solid #b46866">
Div here</div>
This div border color is #b46866
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,104,102, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b46866; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b46866; -webkit-box-shadow: 1px 1px 3px 2px #b46866; box-shadow: 1px 1px 3px 2px #b46866; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,104,102, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b46866">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b46866; -webkit-box-shadow: 1px 1px 3px 2px #b46866; box-shadow: 1px 1px 3px 2px #b46866;">
Div content here</div>
This div box has shadow with color #b46866
Comments
No comments written yet.
Please login to write comment.