#B7410E color RGB value is (11, 116, 16).
#B7410E hex color red value is 11, green value is 116, and blue value is 16.
Cylindrical-coordinate representations (HSL) of color #B7410E
hue: 122.86,
saturation: 0.83 and lightness: 0.25.
The process color (four-color CMYK) of #B7410E color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #B7410E is #ff9999. Color #B7410E contains mainly RED.
Color spaces of #B7410E | Value |
---|---|
RGB | 183, 65, 14 |
HSL | 0.05, 0.86, 0.39 |
HSV | 18°, 92°, 72° |
XYZ | 21.5, 13.88, 1.96 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 1000001 | 1110 |
Octal | 267 | 101 | 16 |
Decimal | 183 | 65 | 14 |
Hex | B7 | 41 | E |
Shades of #B7410E
Tints of #B7410E
.mybgColor {background-color: #B7410E;} .myforeColor {color: #B7410E;} .myborderColor {border:3px solid #B7410E;}
<p style="color:#B7410E">Text here</p>
This sample text is styled with the font color #B7410E. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#B7410E">Div content here</div>
<div style="border:3px solid #B7410E">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183, 65, 14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #B7410E; } .divShadow { -moz-box-shadow: 1px 1px 3px #B7410E; -webkit-box-shadow: 1px 1px 3px #B7410E; box-shadow: 1px 1px 3px #B7410E; }
<p style="text-shadow: 4px 4px 2px rgba(183, 65, 14, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #B7410E;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #B7410E;
-webkit-box-shadow: 1px 1px 3px #B7410E;
box-shadow: 1px 1px 3px #B7410E;">Div content here</div>