Color spaces of #b7423f
RGB | 183 | 66 | 63 |
---|---|---|---|
HSL | 0.00 | 0.49 | 0.48 |
HSV | 1° | 66° | 72° |
CMYK | 0.00 | 0.64 | 0.66 0.28 |
XYZ | 22.3739 | 14.3226 | 6.2879 |
Yxy | 14.3226 | 0.5205 | 0.3332 |
Hunter Lab | 37.8452 | 39.2992 | 16.6407 |
CIE-Lab | 44.6921 | 47.1208 | 27.3357 |
#b7423f color RGB value is (183,66,63).
#b7423f hex color red value is 183, green value is 66 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #b7423f hue: 0.00 , saturation: 0.49 and the lightness value of b7423f is 0.48.
The process color (four color CMYK) of #b7423f color hex is 0.00, 0.64, 0.66, 0.28. Web safe color of #b7423f is #cc3333. Color #b7423f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 01000010 | 00111111 |
Octal | 267 | 102 | 77 |
Decimal | 183 | 66 | 63 |
Hex | B7 | 42 | 3F |
Shades of #b7423f
Tints of #b7423f
RGB Percentages of Color #b7423f
CMYK Percentages of Color #b7423f
Complementary Color
#b7423f | #3fb4b7 |
#b7423f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b7423f Color Preview on White Background
Lorem ipsum dolor sit amet.
#b7423f Color CSS Codes
.mybgcolor {background-color:#b7423f; } .myforecolor {color:#b7423f; } .mybordercolor {border:3px solid #b7423f; }
#b7423f Text Font Color
<p style="color:#b7423f">Text here</p>
This sample text font color is #b7423f
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.
#b7423f Background Color
<div style="background-color:#b7423f">
Div content here</div>
This div background color is #b7423f
#b7423f Border Color
<div style="border:3px solid #b7423f">
Div here</div>
This div border color is #b7423f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,66,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b7423f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b7423f; -webkit-box-shadow: 1px 1px 3px 2px #b7423f; box-shadow: 1px 1px 3px 2px #b7423f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,66,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b7423f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b7423f; -webkit-box-shadow: 1px 1px 3px 2px #b7423f; box-shadow: 1px 1px 3px 2px #b7423f;">
Div content here</div>
This div box has shadow with color #b7423f
Comments
No comments written yet.
Please login to write comment.