Color spaces of #b0af51
RGB | 176 | 175 | 81 |
---|---|---|---|
HSL | 0.16 | 0.38 | 0.50 |
HSV | 59° | 54° | 69° |
CMYK | 0.00 | 0.01 | 0.54 0.31 |
XYZ | 34.7197 | 40.4841 | 13.7689 |
Yxy | 40.4841 | 0.3902 | 0.4550 |
Hunter Lab | 63.6271 | -13.9445 | 31.7086 |
CIE-Lab | 69.8129 | -12.4604 | 47.5666 |
#b0af51 color RGB value is (176,175,81).
#b0af51 hex color red value is 176, green value is 175 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #b0af51 hue: 0.16 , saturation: 0.38 and the lightness value of b0af51 is 0.50.
The process color (four color CMYK) of #b0af51 color hex is 0.00, 0.01, 0.54, 0.31. Web safe color of #b0af51 is #999966. Color #b0af51 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 10101111 | 01010001 |
Octal | 260 | 257 | 121 |
Decimal | 176 | 175 | 81 |
Hex | B0 | AF | 51 |
Shades of #b0af51
Tints of #b0af51
RGB Percentages of Color #b0af51
CMYK Percentages of Color #b0af51
Complementary Color
#b0af51 | #5152b0 |
#b0af51 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b0af51 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b0af51 Color CSS Codes
.mybgcolor {background-color:#b0af51; } .myforecolor {color:#b0af51; } .mybordercolor {border:3px solid #b0af51; }
#b0af51 Text Font Color
<p style="color:#b0af51">Text here</p>
This sample text font color is #b0af51
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.
#b0af51 Background Color
<div style="background-color:#b0af51">
Div content here</div>
This div background color is #b0af51
#b0af51 Border Color
<div style="border:3px solid #b0af51">
Div here</div>
This div border color is #b0af51
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,175,81, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b0af51; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b0af51; -webkit-box-shadow: 1px 1px 3px 2px #b0af51; box-shadow: 1px 1px 3px 2px #b0af51; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,175,81, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b0af51">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b0af51; -webkit-box-shadow: 1px 1px 3px 2px #b0af51; box-shadow: 1px 1px 3px 2px #b0af51;">
Div content here</div>
This div box has shadow with color #b0af51
Comments
No comments written yet.
Please login to write comment.