Color spaces of #b8684c
RGB | 184 | 104 | 76 |
---|---|---|---|
HSL | 0.04 | 0.43 | 0.51 |
HSV | 16° | 59° | 72° |
CMYK | 0.00 | 0.43 | 0.59 0.28 |
XYZ | 26.0220 | 20.6128 | 9.4446 |
Yxy | 20.6128 | 0.4640 | 0.3676 |
Hunter Lab | 45.4013 | 22.8559 | 19.4471 |
CIE-Lab | 52.5231 | 29.3083 | 29.6104 |
#b8684c color RGB value is (184,104,76).
#b8684c hex color red value is 184, green value is 104 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #b8684c hue: 0.04 , saturation: 0.43 and the lightness value of b8684c is 0.51.
The process color (four color CMYK) of #b8684c color hex is 0.00, 0.43, 0.59, 0.28. Web safe color of #b8684c is #cc6633. Color #b8684c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 01101000 | 01001100 |
Octal | 270 | 150 | 114 |
Decimal | 184 | 104 | 76 |
Hex | B8 | 68 | 4C |
Shades of #b8684c
Tints of #b8684c
RGB Percentages of Color #b8684c
CMYK Percentages of Color #b8684c
Complementary Color
#b8684c | #4c9cb8 |
#b8684c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b8684c Color Preview on White Background
Lorem ipsum dolor sit amet.
#b8684c Color CSS Codes
.mybgcolor {background-color:#b8684c; } .myforecolor {color:#b8684c; } .mybordercolor {border:3px solid #b8684c; }
#b8684c Text Font Color
<p style="color:#b8684c">Text here</p>
This sample text font color is #b8684c
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.
#b8684c Background Color
<div style="background-color:#b8684c">
Div content here</div>
This div background color is #b8684c
#b8684c Border Color
<div style="border:3px solid #b8684c">
Div here</div>
This div border color is #b8684c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,104,76, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b8684c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b8684c; -webkit-box-shadow: 1px 1px 3px 2px #b8684c; box-shadow: 1px 1px 3px 2px #b8684c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,104,76, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b8684c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b8684c; -webkit-box-shadow: 1px 1px 3px 2px #b8684c; box-shadow: 1px 1px 3px 2px #b8684c;">
Div content here</div>
This div box has shadow with color #b8684c
Comments
No comments written yet.
Please login to write comment.