Color spaces of #b4891f
RGB | 180 | 137 | 31 |
---|---|---|---|
HSL | 0.12 | 0.71 | 0.41 |
HSV | 43° | 83° | 71° |
CMYK | 0.00 | 0.24 | 0.83 0.29 |
XYZ | 28.0154 | 27.6935 | 5.1651 |
Yxy | 27.6935 | 0.4602 | 0.4549 |
Hunter Lab | 52.6246 | 2.9337 | 31.0179 |
CIE-Lab | 59.6108 | 6.8449 | 57.9639 |
#b4891f color RGB value is (180,137,31).
#b4891f hex color red value is 180, green value is 137 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #b4891f hue: 0.12 , saturation: 0.71 and the lightness value of b4891f is 0.41.
The process color (four color CMYK) of #b4891f color hex is 0.00, 0.24, 0.83, 0.29. Web safe color of #b4891f is #cc9933. Color #b4891f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 10001001 | 00011111 |
Octal | 264 | 211 | 37 |
Decimal | 180 | 137 | 31 |
Hex | B4 | 89 | 1F |
Shades of #b4891f
Tints of #b4891f
RGB Percentages of Color #b4891f
CMYK Percentages of Color #b4891f
Complementary Color
#b4891f | #1f4ab4 |
#b4891f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b4891f Color Preview on White Background
Lorem ipsum dolor sit amet.
#b4891f Color CSS Codes
.mybgcolor {background-color:#b4891f; } .myforecolor {color:#b4891f; } .mybordercolor {border:3px solid #b4891f; }
#b4891f Text Font Color
<p style="color:#b4891f">Text here</p>
This sample text font color is #b4891f
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.
#b4891f Background Color
<div style="background-color:#b4891f">
Div content here</div>
This div background color is #b4891f
#b4891f Border Color
<div style="border:3px solid #b4891f">
Div here</div>
This div border color is #b4891f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,137,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b4891f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b4891f; -webkit-box-shadow: 1px 1px 3px 2px #b4891f; box-shadow: 1px 1px 3px 2px #b4891f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,137,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b4891f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b4891f; -webkit-box-shadow: 1px 1px 3px 2px #b4891f; box-shadow: 1px 1px 3px 2px #b4891f;">
Div content here</div>
This div box has shadow with color #b4891f
Comments
No comments written yet.
Please login to write comment.