Color spaces of #bf333c
RGB | 191 | 51 | 60 |
---|---|---|---|
HSL | 0.99 | 0.58 | 0.47 |
HSV | 356° | 73° | 75° |
CMYK | 0.00 | 0.73 | 0.69 0.25 |
XYZ | 23.4853 | 13.7703 | 5.6951 |
Yxy | 13.7703 | 0.5468 | 0.3206 |
Hunter Lab | 37.1084 | 48.0302 | 16.8765 |
CIE-Lab | 43.9017 | 55.5570 | 28.4830 |
#bf333c color RGB value is (191,51,60).
#bf333c hex color red value is 191, green value is 51 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #bf333c hue: 0.99 , saturation: 0.58 and the lightness value of bf333c is 0.47.
The process color (four color CMYK) of #bf333c color hex is 0.00, 0.73, 0.69, 0.25. Web safe color of #bf333c is #cc3333. Color #bf333c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 00110011 | 00111100 |
Octal | 277 | 63 | 74 |
Decimal | 191 | 51 | 60 |
Hex | BF | 33 | 3C |
Shades of #bf333c
Tints of #bf333c
RGB Percentages of Color #bf333c
CMYK Percentages of Color #bf333c
Complementary Color
#bf333c | #33bfb6 |
#bf333c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bf333c Color Preview on White Background
Lorem ipsum dolor sit amet.
#bf333c Color CSS Codes
.mybgcolor {background-color:#bf333c; } .myforecolor {color:#bf333c; } .mybordercolor {border:3px solid #bf333c; }
#bf333c Text Font Color
<p style="color:#bf333c">Text here</p>
This sample text font color is #bf333c
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.
#bf333c Background Color
<div style="background-color:#bf333c">
Div content here</div>
This div background color is #bf333c
#bf333c Border Color
<div style="border:3px solid #bf333c">
Div here</div>
This div border color is #bf333c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,51,60, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bf333c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bf333c; -webkit-box-shadow: 1px 1px 3px 2px #bf333c; box-shadow: 1px 1px 3px 2px #bf333c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,51,60, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bf333c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bf333c; -webkit-box-shadow: 1px 1px 3px 2px #bf333c; box-shadow: 1px 1px 3px 2px #bf333c;">
Div content here</div>
This div box has shadow with color #bf333c
Comments
No comments written yet.
Please login to write comment.