Color spaces of #b3950a
RGB | 179 | 149 | 10 |
---|---|---|---|
HSL | 0.14 | 0.89 | 0.37 |
HSV | 49° | 94° | 70° |
CMYK | 0.00 | 0.17 | 0.94 0.30 |
XYZ | 29.3926 | 31.1005 | 4.7410 |
Yxy | 31.1005 | 0.4506 | 0.4768 |
Hunter Lab | 55.7678 | -3.5147 | 33.9970 |
CIE-Lab | 62.5924 | -0.6410 | 65.1429 |
#b3950a color RGB value is (179,149,10).
#b3950a hex color red value is 179, green value is 149 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #b3950a hue: 0.14 , saturation: 0.89 and the lightness value of b3950a is 0.37.
The process color (four color CMYK) of #b3950a color hex is 0.00, 0.17, 0.94, 0.30. Web safe color of #b3950a is #cc9900. Color #b3950a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 10010101 | 00001010 |
Octal | 263 | 225 | 12 |
Decimal | 179 | 149 | 10 |
Hex | B3 | 95 | A |
Shades of #b3950a
Tints of #b3950a
RGB Percentages of Color #b3950a
CMYK Percentages of Color #b3950a
Complementary Color
#b3950a | #0a28b3 |
#b3950a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b3950a Color Preview on White Background
Lorem ipsum dolor sit amet.
#b3950a Color CSS Codes
.mybgcolor {background-color:#b3950a; } .myforecolor {color:#b3950a; } .mybordercolor {border:3px solid #b3950a; }
#b3950a Text Font Color
<p style="color:#b3950a">Text here</p>
This sample text font color is #b3950a
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.
#b3950a Background Color
<div style="background-color:#b3950a">
Div content here</div>
This div background color is #b3950a
#b3950a Border Color
<div style="border:3px solid #b3950a">
Div here</div>
This div border color is #b3950a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,149,10, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b3950a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b3950a; -webkit-box-shadow: 1px 1px 3px 2px #b3950a; box-shadow: 1px 1px 3px 2px #b3950a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,149,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 #b3950a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b3950a; -webkit-box-shadow: 1px 1px 3px 2px #b3950a; box-shadow: 1px 1px 3px 2px #b3950a;">
Div content here</div>
This div box has shadow with color #b3950a
Comments
No comments written yet.
Please login to write comment.