color details

Color Details
#B7410E Color Hex

#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
Color spaces of #B7410EValue
RGB183, 65, 14
HSL0.05, 0.86, 0.39
HSV18°, 92°, 72°
XYZ21.5, 13.88, 1.96
Base Numbers
Base Red Green Blue
Binary 10110111 1000001 1110
Octal 267 101 16
Decimal 183 65 14
Hex B7 41 E

RGB Percentages for Color #B7410E

69.85%
24.81%
5.34%

CMYK Percentages of the Color #B7410E

64.48%
92.35%
28.24%
CSS Codes for Color #B7410E
.mybgColor {background-color: #B7410E;}
.myforeColor {color: #B7410E;}
.myborderColor {border:3px solid #B7410E;}
Text Font Color #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,

Background Color #B7410E

<div style="background-color:#B7410E">Div content here</div>

The background color of this div is #B7410E
Border Color #B7410E

<div style="border:3px solid #B7410E">Div here</div>

The border color of this div is #B7410E
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183, 65, 14, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #B7410E;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #B7410E
Scroll to Top