Color spaces of #bc926d
RGB | 188 | 146 | 109 |
---|---|---|---|
HSL | 0.08 | 0.37 | 0.58 |
HSV | 28° | 42° | 74° |
CMYK | 0.00 | 0.22 | 0.42 0.26 |
XYZ | 33.7782 | 32.3533 | 18.9325 |
Yxy | 32.3533 | 0.3971 | 0.3803 |
Hunter Lab | 56.8800 | 6.4624 | 20.0813 |
CIE-Lab | 63.6338 | 10.9134 | 25.6701 |
#bc926d color RGB value is (188,146,109).
#bc926d hex color red value is 188, green value is 146 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bc926d hue: 0.08 , saturation: 0.37 and the lightness value of bc926d is 0.58.
The process color (four color CMYK) of #bc926d color hex is 0.00, 0.22, 0.42, 0.26. Web safe color of #bc926d is #cc9966. Color #bc926d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10010010 | 01101101 |
Octal | 274 | 222 | 155 |
Decimal | 188 | 146 | 109 |
Hex | BC | 92 | 6D |
Shades of #bc926d
Tints of #bc926d
RGB Percentages of Color #bc926d
CMYK Percentages of Color #bc926d
Complementary Color
#bc926d | #6d97bc |
#bc926d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc926d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc926d Color CSS Codes
.mybgcolor {background-color:#bc926d; } .myforecolor {color:#bc926d; } .mybordercolor {border:3px solid #bc926d; }
#bc926d Text Font Color
<p style="color:#bc926d">Text here</p>
This sample text font color is #bc926d
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.
#bc926d Background Color
<div style="background-color:#bc926d">
Div content here</div>
This div background color is #bc926d
#bc926d Border Color
<div style="border:3px solid #bc926d">
Div here</div>
This div border color is #bc926d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,146,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc926d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc926d; -webkit-box-shadow: 1px 1px 3px 2px #bc926d; box-shadow: 1px 1px 3px 2px #bc926d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,146,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc926d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc926d; -webkit-box-shadow: 1px 1px 3px 2px #bc926d; box-shadow: 1px 1px 3px 2px #bc926d;">
Div content here</div>
This div box has shadow with color #bc926d
Comments
No comments written yet.
Please login to write comment.