Color spaces of #bcb994
RGB | 188 | 185 | 148 |
---|---|---|---|
HSL | 0.15 | 0.23 | 0.66 |
HSV | 56° | 21° | 74° |
CMYK | 0.00 | 0.02 | 0.21 0.26 |
XYZ | 43.4333 | 47.5274 | 34.9015 |
Yxy | 47.5274 | 0.3451 | 0.3776 |
Hunter Lab | 68.9401 | -8.1876 | 18.2420 |
CIE-Lab | 74.5259 | -5.0759 | 19.2039 |
#bcb994 color RGB value is (188,185,148).
#bcb994 hex color red value is 188, green value is 185 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #bcb994 hue: 0.15 , saturation: 0.23 and the lightness value of bcb994 is 0.66.
The process color (four color CMYK) of #bcb994 color hex is 0.00, 0.02, 0.21, 0.26. Web safe color of #bcb994 is #cccc99. Color #bcb994 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10111001 | 10010100 |
Octal | 274 | 271 | 224 |
Decimal | 188 | 185 | 148 |
Hex | BC | B9 | 94 |
Shades of #bcb994
Tints of #bcb994
RGB Percentages of Color #bcb994
CMYK Percentages of Color #bcb994
Complementary Color
#bcb994 | #9497bc |
#bcb994 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcb994 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcb994 Color CSS Codes
.mybgcolor {background-color:#bcb994; } .myforecolor {color:#bcb994; } .mybordercolor {border:3px solid #bcb994; }
#bcb994 Text Font Color
<p style="color:#bcb994">Text here</p>
This sample text font color is #bcb994
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.
#bcb994 Background Color
<div style="background-color:#bcb994">
Div content here</div>
This div background color is #bcb994
#bcb994 Border Color
<div style="border:3px solid #bcb994">
Div here</div>
This div border color is #bcb994
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,185,148, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcb994; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcb994; -webkit-box-shadow: 1px 1px 3px 2px #bcb994; box-shadow: 1px 1px 3px 2px #bcb994; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,185,148, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcb994">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcb994; -webkit-box-shadow: 1px 1px 3px 2px #bcb994; box-shadow: 1px 1px 3px 2px #bcb994;">
Div content here</div>
This div box has shadow with color #bcb994
Comments
No comments written yet.
Please login to write comment.