Color spaces of #bba533
RGB | 187 | 165 | 51 |
---|---|---|---|
HSL | 0.14 | 0.57 | 0.47 |
HSV | 50° | 73° | 73° |
CMYK | 0.00 | 0.12 | 0.73 0.27 |
XYZ | 34.5462 | 37.7141 | 8.5907 |
Yxy | 37.7141 | 0.4273 | 0.4665 |
Hunter Lab | 61.4118 | -7.0584 | 34.6944 |
CIE-Lab | 67.8094 | -4.4206 | 58.7189 |
#bba533 color RGB value is (187,165,51).
#bba533 hex color red value is 187, green value is 165 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #bba533 hue: 0.14 , saturation: 0.57 and the lightness value of bba533 is 0.47.
The process color (four color CMYK) of #bba533 color hex is 0.00, 0.12, 0.73, 0.27. Web safe color of #bba533 is #cc9933. Color #bba533 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10100101 | 00110011 |
Octal | 273 | 245 | 63 |
Decimal | 187 | 165 | 51 |
Hex | BB | A5 | 33 |
Shades of #bba533
Tints of #bba533
RGB Percentages of Color #bba533
CMYK Percentages of Color #bba533
Complementary Color
#bba533 | #3349bb |
#bba533 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bba533 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bba533 Color CSS Codes
.mybgcolor {background-color:#bba533; } .myforecolor {color:#bba533; } .mybordercolor {border:3px solid #bba533; }
#bba533 Text Font Color
<p style="color:#bba533">Text here</p>
This sample text font color is #bba533
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.
#bba533 Background Color
<div style="background-color:#bba533">
Div content here</div>
This div background color is #bba533
#bba533 Border Color
<div style="border:3px solid #bba533">
Div here</div>
This div border color is #bba533
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,165,51, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bba533; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bba533; -webkit-box-shadow: 1px 1px 3px 2px #bba533; box-shadow: 1px 1px 3px 2px #bba533; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,165,51, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bba533">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bba533; -webkit-box-shadow: 1px 1px 3px 2px #bba533; box-shadow: 1px 1px 3px 2px #bba533;">
Div content here</div>
This div box has shadow with color #bba533
Comments
No comments written yet.
Please login to write comment.