Color spaces of #bf762e
RGB | 191 | 118 | 46 |
---|---|---|---|
HSL | 0.08 | 0.61 | 0.46 |
HSV | 30° | 76° | 75° |
CMYK | 0.00 | 0.38 | 0.76 0.25 |
XYZ | 28.4574 | 24.2305 | 5.7618 |
Yxy | 24.2305 | 0.4869 | 0.4146 |
Hunter Lab | 49.2245 | 17.0506 | 27.5172 |
CIE-Lab | 56.3178 | 22.7796 | 49.5993 |
#bf762e color RGB value is (191,118,46).
#bf762e hex color red value is 191, green value is 118 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bf762e hue: 0.08 , saturation: 0.61 and the lightness value of bf762e is 0.46.
The process color (four color CMYK) of #bf762e color hex is 0.00, 0.38, 0.76, 0.25. Web safe color of #bf762e is #cc6633. Color #bf762e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 01110110 | 00101110 |
Octal | 277 | 166 | 56 |
Decimal | 191 | 118 | 46 |
Hex | BF | 76 | 2E |
Shades of #bf762e
Tints of #bf762e
RGB Percentages of Color #bf762e
CMYK Percentages of Color #bf762e
Complementary Color
#bf762e | #2e77bf |
#bf762e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bf762e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bf762e Color CSS Codes
.mybgcolor {background-color:#bf762e; } .myforecolor {color:#bf762e; } .mybordercolor {border:3px solid #bf762e; }
#bf762e Text Font Color
<p style="color:#bf762e">Text here</p>
This sample text font color is #bf762e
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.
#bf762e Background Color
<div style="background-color:#bf762e">
Div content here</div>
This div background color is #bf762e
#bf762e Border Color
<div style="border:3px solid #bf762e">
Div here</div>
This div border color is #bf762e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,118,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bf762e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bf762e; -webkit-box-shadow: 1px 1px 3px 2px #bf762e; box-shadow: 1px 1px 3px 2px #bf762e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,118,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 #bf762e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bf762e; -webkit-box-shadow: 1px 1px 3px 2px #bf762e; box-shadow: 1px 1px 3px 2px #bf762e;">
Div content here</div>
This div box has shadow with color #bf762e
Comments
No comments written yet.
Please login to write comment.