Hex #bf5e2a Color
equivalent to
RGB
(191, 94, 42)Details of #bf5e2a
|
|
|
|
Color HEX #bf5e2a matches (191, 94, 42) in RGB.
#bf5e2a hex color red value is 191, green value is 94 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bf5e2a hue: 0.06, saturation: 0.64 and the lightness value of bf5e2a is 0.46.
The process color (four color CMYK) of #bf5e2a color hex is 0.00, 0.51, 0.78, 0.25. Web safe color of #bf5e2a is #cc6633. Color #bf5e2a contains mainly RED color.
Base Numbers
|
|
|
|
#bf5e2a tints
#bf5e2a shades
RGB in % of #bf5e2a
CMYK in % of #bf5e2a
Preview Color #bf5e2a on black ground
Very nice color.
Preview Color #bf5e2a on white ground
Very nice color.
CSS Codes #bf5e2a color
.mybgcolor {background-color:#bf5e2a; } .myforecolor {color:#bf5e2a; } .mybordercolor {border:3px solid #bf5e2a; }
Text Font Color #bf5e2a
<p style="color:#bf5e2a">Text here</p>
This sample text font color is #bf5e2a
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.
Background Color #bf5e2a
<div style="background-color:#bf5e2a">
Div content here</div>
This div background color is #bf5e2a
Border Color #bf5e2a
<div style="border:3px solid #bf5e2a">
Div here</div>
The color of this border is #bf5e2a
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bf5e2a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bf5e2a; -webkit-box-shadow: 1px 1px 3px 2px #bf5e2a; box-shadow: 1px 1px 3px 2px #bf5e2a; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #bf5e2a">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bf5e2a; -webkit-box-shadow: 1px 1px 3px 2px #bf5e2a; box-shadow: 1px 1px 3px 2px #bf5e2a;">
Div content here</div>
The shadow of div box using color #bf5e2a