Color spaces of #bcb88e
RGB | 188 | 184 | 142 |
---|---|---|---|
HSL | 0.15 | 0.26 | 0.65 |
HSV | 55° | 24° | 74° |
CMYK | 0.00 | 0.02 | 0.24 0.26 |
XYZ | 42.7620 | 46.9253 | 32.3949 |
Yxy | 46.9253 | 0.3503 | 0.3844 |
Hunter Lab | 68.5020 | -8.4510 | 19.9129 |
CIE-Lab | 74.1420 | -5.4155 | 21.9005 |
#bcb88e color RGB value is (188,184,142).
#bcb88e hex color red value is 188, green value is 184 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bcb88e hue: 0.15 , saturation: 0.26 and the lightness value of bcb88e is 0.65.
The process color (four color CMYK) of #bcb88e color hex is 0.00, 0.02, 0.24, 0.26. Web safe color of #bcb88e is #cccc99. Color #bcb88e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10111000 | 10001110 |
Octal | 274 | 270 | 216 |
Decimal | 188 | 184 | 142 |
Hex | BC | B8 | 8E |
Shades of #bcb88e
Tints of #bcb88e
RGB Percentages of Color #bcb88e
CMYK Percentages of Color #bcb88e
Complementary Color
#bcb88e | #8e92bc |
#bcb88e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcb88e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcb88e Color CSS Codes
.mybgcolor {background-color:#bcb88e; } .myforecolor {color:#bcb88e; } .mybordercolor {border:3px solid #bcb88e; }
#bcb88e Text Font Color
<p style="color:#bcb88e">Text here</p>
This sample text font color is #bcb88e
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.
#bcb88e Background Color
<div style="background-color:#bcb88e">
Div content here</div>
This div background color is #bcb88e
#bcb88e Border Color
<div style="border:3px solid #bcb88e">
Div here</div>
This div border color is #bcb88e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,184,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcb88e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcb88e; -webkit-box-shadow: 1px 1px 3px 2px #bcb88e; box-shadow: 1px 1px 3px 2px #bcb88e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,184,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcb88e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcb88e; -webkit-box-shadow: 1px 1px 3px 2px #bcb88e; box-shadow: 1px 1px 3px 2px #bcb88e;">
Div content here</div>
This div box has shadow with color #bcb88e
Comments
No comments written yet.
Please login to write comment.