Color spaces of #b4600a
RGB | 180 | 96 | 10 |
---|---|---|---|
HSL | 0.08 | 0.89 | 0.37 |
HSV | 30° | 94° | 71° |
CMYK | 0.00 | 0.47 | 0.94 0.29 |
XYZ | 23.0600 | 18.0910 | 2.5637 |
Yxy | 18.0910 | 0.5275 | 0.4138 |
Hunter Lab | 42.5335 | 22.3420 | 26.1998 |
CIE-Lab | 49.6063 | 29.0627 | 55.7908 |
#b4600a color RGB value is (180,96,10).
#b4600a hex color red value is 180, green value is 96 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #b4600a hue: 0.08 , saturation: 0.89 and the lightness value of b4600a is 0.37.
The process color (four color CMYK) of #b4600a color hex is 0.00, 0.47, 0.94, 0.29. Web safe color of #b4600a is #cc6600. Color #b4600a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 01100000 | 00001010 |
Octal | 264 | 140 | 12 |
Decimal | 180 | 96 | 10 |
Hex | B4 | 60 | A |
Shades of #b4600a
Tints of #b4600a
RGB Percentages of Color #b4600a
CMYK Percentages of Color #b4600a
Complementary Color
#b4600a | #0a5eb4 |
#b4600a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b4600a Color Preview on White Background
Lorem ipsum dolor sit amet.
#b4600a Color CSS Codes
.mybgcolor {background-color:#b4600a; } .myforecolor {color:#b4600a; } .mybordercolor {border:3px solid #b4600a; }
#b4600a Text Font Color
<p style="color:#b4600a">Text here</p>
This sample text font color is #b4600a
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.
#b4600a Background Color
<div style="background-color:#b4600a">
Div content here</div>
This div background color is #b4600a
#b4600a Border Color
<div style="border:3px solid #b4600a">
Div here</div>
This div border color is #b4600a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,96,10, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b4600a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b4600a; -webkit-box-shadow: 1px 1px 3px 2px #b4600a; box-shadow: 1px 1px 3px 2px #b4600a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,96,10, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b4600a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b4600a; -webkit-box-shadow: 1px 1px 3px 2px #b4600a; box-shadow: 1px 1px 3px 2px #b4600a;">
Div content here</div>
This div box has shadow with color #b4600a
Comments
No comments written yet.
Please login to write comment.