Color spaces of #b4704b
RGB | 180 | 112 | 75 |
---|---|---|---|
HSL | 0.06 | 0.41 | 0.50 |
HSV | 21° | 58° | 71° |
CMYK | 0.00 | 0.38 | 0.58 0.29 |
XYZ | 25.8866 | 21.7996 | 9.5000 |
Yxy | 21.7996 | 0.4527 | 0.3812 |
Hunter Lab | 46.6900 | 17.2591 | 20.6193 |
CIE-Lab | 53.8137 | 23.1811 | 31.6629 |
#b4704b color RGB value is (180,112,75).
#b4704b hex color red value is 180, green value is 112 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #b4704b hue: 0.06 , saturation: 0.41 and the lightness value of b4704b is 0.50.
The process color (four color CMYK) of #b4704b color hex is 0.00, 0.38, 0.58, 0.29. Web safe color of #b4704b is #cc6633. Color #b4704b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 01110000 | 01001011 |
Octal | 264 | 160 | 113 |
Decimal | 180 | 112 | 75 |
Hex | B4 | 70 | 4B |
Shades of #b4704b
Tints of #b4704b
RGB Percentages of Color #b4704b
CMYK Percentages of Color #b4704b
Complementary Color
#b4704b | #4b8fb4 |
#b4704b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b4704b Color Preview on White Background
Lorem ipsum dolor sit amet.
#b4704b Color CSS Codes
.mybgcolor {background-color:#b4704b; } .myforecolor {color:#b4704b; } .mybordercolor {border:3px solid #b4704b; }
#b4704b Text Font Color
<p style="color:#b4704b">Text here</p>
This sample text font color is #b4704b
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.
#b4704b Background Color
<div style="background-color:#b4704b">
Div content here</div>
This div background color is #b4704b
#b4704b Border Color
<div style="border:3px solid #b4704b">
Div here</div>
This div border color is #b4704b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,112,75, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b4704b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b4704b; -webkit-box-shadow: 1px 1px 3px 2px #b4704b; box-shadow: 1px 1px 3px 2px #b4704b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,112,75, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b4704b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b4704b; -webkit-box-shadow: 1px 1px 3px 2px #b4704b; box-shadow: 1px 1px 3px 2px #b4704b;">
Div content here</div>
This div box has shadow with color #b4704b
Comments
No comments written yet.
Please login to write comment.