Color spaces of #bc674f
RGB | 188 | 103 | 79 |
---|---|---|---|
HSL | 0.04 | 0.45 | 0.52 |
HSV | 13° | 58° | 74° |
CMYK | 0.00 | 0.45 | 0.58 0.26 |
XYZ | 27.0006 | 20.9564 | 10.0190 |
Yxy | 20.9564 | 0.4657 | 0.3615 |
Hunter Lab | 45.7782 | 25.1700 | 19.0685 |
CIE-Lab | 52.9017 | 31.6961 | 28.5037 |
#bc674f color RGB value is (188,103,79).
#bc674f hex color red value is 188, green value is 103 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #bc674f hue: 0.04 , saturation: 0.45 and the lightness value of bc674f is 0.52.
The process color (four color CMYK) of #bc674f color hex is 0.00, 0.45, 0.58, 0.26. Web safe color of #bc674f is #cc6666. Color #bc674f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 01100111 | 01001111 |
Octal | 274 | 147 | 117 |
Decimal | 188 | 103 | 79 |
Hex | BC | 67 | 4F |
Shades of #bc674f
Tints of #bc674f
RGB Percentages of Color #bc674f
CMYK Percentages of Color #bc674f
Complementary Color
#bc674f | #4fa4bc |
#bc674f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc674f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc674f Color CSS Codes
.mybgcolor {background-color:#bc674f; } .myforecolor {color:#bc674f; } .mybordercolor {border:3px solid #bc674f; }
#bc674f Text Font Color
<p style="color:#bc674f">Text here</p>
This sample text font color is #bc674f
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.
#bc674f Background Color
<div style="background-color:#bc674f">
Div content here</div>
This div background color is #bc674f
#bc674f Border Color
<div style="border:3px solid #bc674f">
Div here</div>
This div border color is #bc674f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,103,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc674f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc674f; -webkit-box-shadow: 1px 1px 3px 2px #bc674f; box-shadow: 1px 1px 3px 2px #bc674f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,103,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc674f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc674f; -webkit-box-shadow: 1px 1px 3px 2px #bc674f; box-shadow: 1px 1px 3px 2px #bc674f;">
Div content here</div>
This div box has shadow with color #bc674f
Comments
No comments written yet.
Please login to write comment.