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