Color spaces of #bc9832
RGB | 188 | 152 | 50 |
---|---|---|---|
HSL | 0.12 | 0.58 | 0.47 |
HSV | 44° | 73° | 74° |
CMYK | 0.00 | 0.19 | 0.73 0.26 |
XYZ | 32.5430 | 33.3781 | 7.7450 |
Yxy | 33.3781 | 0.4418 | 0.4531 |
Hunter Lab | 57.7738 | -0.5581 | 32.4934 |
CIE-Lab | 64.4659 | 2.9561 | 55.8669 |
#bc9832 color RGB value is (188,152,50).
#bc9832 hex color red value is 188, green value is 152 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #bc9832 hue: 0.12 , saturation: 0.58 and the lightness value of bc9832 is 0.47.
The process color (four color CMYK) of #bc9832 color hex is 0.00, 0.19, 0.73, 0.26. Web safe color of #bc9832 is #cc9933. Color #bc9832 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10011000 | 00110010 |
Octal | 274 | 230 | 62 |
Decimal | 188 | 152 | 50 |
Hex | BC | 98 | 32 |
Shades of #bc9832
Tints of #bc9832
RGB Percentages of Color #bc9832
CMYK Percentages of Color #bc9832
Complementary Color
#bc9832 | #3256bc |
#bc9832 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc9832 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc9832 Color CSS Codes
.mybgcolor {background-color:#bc9832; } .myforecolor {color:#bc9832; } .mybordercolor {border:3px solid #bc9832; }
#bc9832 Text Font Color
<p style="color:#bc9832">Text here</p>
This sample text font color is #bc9832
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.
#bc9832 Background Color
<div style="background-color:#bc9832">
Div content here</div>
This div background color is #bc9832
#bc9832 Border Color
<div style="border:3px solid #bc9832">
Div here</div>
This div border color is #bc9832
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,152,50, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc9832; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc9832; -webkit-box-shadow: 1px 1px 3px 2px #bc9832; box-shadow: 1px 1px 3px 2px #bc9832; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,152,50, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc9832">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc9832; -webkit-box-shadow: 1px 1px 3px 2px #bc9832; box-shadow: 1px 1px 3px 2px #bc9832;">
Div content here</div>
This div box has shadow with color #bc9832
Comments
No comments written yet.
Please login to write comment.