Color spaces of #bca447
RGB | 188 | 164 | 71 |
---|---|---|---|
HSL | 0.13 | 0.47 | 0.51 |
HSV | 48° | 62° | 74° |
CMYK | 0.00 | 0.13 | 0.62 0.26 |
XYZ | 35.1518 | 37.6972 | 11.3848 |
Yxy | 37.6972 | 0.4173 | 0.4475 |
Hunter Lab | 61.3980 | -5.2512 | 31.9847 |
CIE-Lab | 67.7968 | -2.2936 | 50.2554 |
#bca447 color RGB value is (188,164,71).
#bca447 hex color red value is 188, green value is 164 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #bca447 hue: 0.13 , saturation: 0.47 and the lightness value of bca447 is 0.51.
The process color (four color CMYK) of #bca447 color hex is 0.00, 0.13, 0.62, 0.26. Web safe color of #bca447 is #cc9933. Color #bca447 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10100100 | 01000111 |
Octal | 274 | 244 | 107 |
Decimal | 188 | 164 | 71 |
Hex | BC | A4 | 47 |
Shades of #bca447
Tints of #bca447
RGB Percentages of Color #bca447
CMYK Percentages of Color #bca447
Complementary Color
#bca447 | #475fbc |
#bca447 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bca447 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bca447 Color CSS Codes
.mybgcolor {background-color:#bca447; } .myforecolor {color:#bca447; } .mybordercolor {border:3px solid #bca447; }
#bca447 Text Font Color
<p style="color:#bca447">Text here</p>
This sample text font color is #bca447
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.
#bca447 Background Color
<div style="background-color:#bca447">
Div content here</div>
This div background color is #bca447
#bca447 Border Color
<div style="border:3px solid #bca447">
Div here</div>
This div border color is #bca447
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,164,71, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bca447; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bca447; -webkit-box-shadow: 1px 1px 3px 2px #bca447; box-shadow: 1px 1px 3px 2px #bca447; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,164,71, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bca447">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bca447; -webkit-box-shadow: 1px 1px 3px 2px #bca447; box-shadow: 1px 1px 3px 2px #bca447;">
Div content here</div>
This div box has shadow with color #bca447
Comments
No comments written yet.
Please login to write comment.