Color spaces of #bcb87b
RGB | 188 | 184 | 123 |
---|---|---|---|
HSL | 0.16 | 0.33 | 0.61 |
HSV | 56° | 35° | 74° |
CMYK | 0.00 | 0.02 | 0.35 0.26 |
XYZ | 41.4547 | 46.4024 | 25.5106 |
Yxy | 46.4024 | 0.3657 | 0.4093 |
Hunter Lab | 68.1193 | -10.5808 | 25.4795 |
CIE-Lab | 73.8059 | -7.9117 | 31.5414 |
#bcb87b color RGB value is (188,184,123).
#bcb87b hex color red value is 188, green value is 184 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bcb87b hue: 0.16 , saturation: 0.33 and the lightness value of bcb87b is 0.61.
The process color (four color CMYK) of #bcb87b color hex is 0.00, 0.02, 0.35, 0.26. Web safe color of #bcb87b is #cccc66. Color #bcb87b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10111000 | 01111011 |
Octal | 274 | 270 | 173 |
Decimal | 188 | 184 | 123 |
Hex | BC | B8 | 7B |
Shades of #bcb87b
Tints of #bcb87b
RGB Percentages of Color #bcb87b
CMYK Percentages of Color #bcb87b
Complementary Color
#bcb87b | #7b7fbc |
#bcb87b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcb87b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcb87b Color CSS Codes
.mybgcolor {background-color:#bcb87b; } .myforecolor {color:#bcb87b; } .mybordercolor {border:3px solid #bcb87b; }
#bcb87b Text Font Color
<p style="color:#bcb87b">Text here</p>
This sample text font color is #bcb87b
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.
#bcb87b Background Color
<div style="background-color:#bcb87b">
Div content here</div>
This div background color is #bcb87b
#bcb87b Border Color
<div style="border:3px solid #bcb87b">
Div here</div>
This div border color is #bcb87b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,184,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcb87b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcb87b; -webkit-box-shadow: 1px 1px 3px 2px #bcb87b; box-shadow: 1px 1px 3px 2px #bcb87b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,184,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcb87b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcb87b; -webkit-box-shadow: 1px 1px 3px 2px #bcb87b; box-shadow: 1px 1px 3px 2px #bcb87b;">
Div content here</div>
This div box has shadow with color #bcb87b
Comments
No comments written yet.
Please login to write comment.