Color spaces of #b1a545
RGB | 177 | 165 | 69 |
---|---|---|---|
HSL | 0.15 | 0.44 | 0.48 |
HSV | 53° | 61° | 69° |
CMYK | 0.00 | 0.07 | 0.61 0.31 |
XYZ | 32.6608 | 36.6870 | 10.9901 |
Yxy | 36.6870 | 0.4065 | 0.4567 |
Hunter Lab | 60.5698 | -9.7453 | 31.6410 |
CIE-Lab | 67.0415 | -7.7242 | 50.0549 |
#b1a545 color RGB value is (177,165,69).
#b1a545 hex color red value is 177, green value is 165 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #b1a545 hue: 0.15 , saturation: 0.44 and the lightness value of b1a545 is 0.48.
The process color (four color CMYK) of #b1a545 color hex is 0.00, 0.07, 0.61, 0.31. Web safe color of #b1a545 is #999933. Color #b1a545 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 10100101 | 01000101 |
Octal | 261 | 245 | 105 |
Decimal | 177 | 165 | 69 |
Hex | B1 | A5 | 45 |
Shades of #b1a545
Tints of #b1a545
RGB Percentages of Color #b1a545
CMYK Percentages of Color #b1a545
Complementary Color
#b1a545 | #4551b1 |
#b1a545 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b1a545 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b1a545 Color CSS Codes
.mybgcolor {background-color:#b1a545; } .myforecolor {color:#b1a545; } .mybordercolor {border:3px solid #b1a545; }
#b1a545 Text Font Color
<p style="color:#b1a545">Text here</p>
This sample text font color is #b1a545
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.
#b1a545 Background Color
<div style="background-color:#b1a545">
Div content here</div>
This div background color is #b1a545
#b1a545 Border Color
<div style="border:3px solid #b1a545">
Div here</div>
This div border color is #b1a545
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,165,69, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b1a545; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b1a545; -webkit-box-shadow: 1px 1px 3px 2px #b1a545; box-shadow: 1px 1px 3px 2px #b1a545; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,165,69, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b1a545">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b1a545; -webkit-box-shadow: 1px 1px 3px 2px #b1a545; box-shadow: 1px 1px 3px 2px #b1a545;">
Div content here</div>
This div box has shadow with color #b1a545
Comments
No comments written yet.
Please login to write comment.