Color spaces of #bf392e
RGB | 191 | 57 | 46 |
---|---|---|---|
HSL | 0.01 | 0.61 | 0.46 |
HSV | 5° | 76° | 75° |
CMYK | 0.00 | 0.70 | 0.76 0.25 |
XYZ | 23.4421 | 14.1999 | 4.0901 |
Yxy | 14.1999 | 0.5617 | 0.3403 |
Hunter Lab | 37.6828 | 45.0984 | 19.9426 |
CIE-Lab | 44.5183 | 52.7069 | 37.3604 |
#bf392e color RGB value is (191,57,46).
#bf392e hex color red value is 191, green value is 57 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bf392e hue: 0.01 , saturation: 0.61 and the lightness value of bf392e is 0.46.
The process color (four color CMYK) of #bf392e color hex is 0.00, 0.70, 0.76, 0.25. Web safe color of #bf392e is #cc3333. Color #bf392e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 00111001 | 00101110 |
Octal | 277 | 71 | 56 |
Decimal | 191 | 57 | 46 |
Hex | BF | 39 | 2E |
Shades of #bf392e
Tints of #bf392e
RGB Percentages of Color #bf392e
CMYK Percentages of Color #bf392e
Complementary Color
#bf392e | #2eb4bf |
#bf392e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bf392e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bf392e Color CSS Codes
.mybgcolor {background-color:#bf392e; } .myforecolor {color:#bf392e; } .mybordercolor {border:3px solid #bf392e; }
#bf392e Text Font Color
<p style="color:#bf392e">Text here</p>
This sample text font color is #bf392e
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.
#bf392e Background Color
<div style="background-color:#bf392e">
Div content here</div>
This div background color is #bf392e
#bf392e Border Color
<div style="border:3px solid #bf392e">
Div here</div>
This div border color is #bf392e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,57,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bf392e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bf392e; -webkit-box-shadow: 1px 1px 3px 2px #bf392e; box-shadow: 1px 1px 3px 2px #bf392e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,57,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bf392e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bf392e; -webkit-box-shadow: 1px 1px 3px 2px #bf392e; box-shadow: 1px 1px 3px 2px #bf392e;">
Div content here</div>
This div box has shadow with color #bf392e
Comments
No comments written yet.
Please login to write comment.