Color spaces of #bf692c
RGB | 191 | 105 | 44 |
---|---|---|---|
HSL | 0.07 | 0.63 | 0.46 |
HSV | 25° | 77° | 75° |
CMYK | 0.00 | 0.45 | 0.77 0.25 |
XYZ | 26.9921 | 21.3614 | 5.0834 |
Yxy | 21.3614 | 0.5051 | 0.3997 |
Hunter Lab | 46.2184 | 23.3640 | 25.8318 |
CIE-Lab | 53.3428 | 29.7606 | 47.5407 |
#bf692c color RGB value is (191,105,44).
#bf692c hex color red value is 191, green value is 105 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #bf692c hue: 0.07 , saturation: 0.63 and the lightness value of bf692c is 0.46.
The process color (four color CMYK) of #bf692c color hex is 0.00, 0.45, 0.77, 0.25. Web safe color of #bf692c is #cc6633. Color #bf692c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 01101001 | 00101100 |
Octal | 277 | 151 | 54 |
Decimal | 191 | 105 | 44 |
Hex | BF | 69 | 2C |
Shades of #bf692c
Tints of #bf692c
RGB Percentages of Color #bf692c
CMYK Percentages of Color #bf692c
Complementary Color
#bf692c | #2c82bf |
#bf692c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bf692c Color Preview on White Background
Lorem ipsum dolor sit amet.
#bf692c Color CSS Codes
.mybgcolor {background-color:#bf692c; } .myforecolor {color:#bf692c; } .mybordercolor {border:3px solid #bf692c; }
#bf692c Text Font Color
<p style="color:#bf692c">Text here</p>
This sample text font color is #bf692c
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.
#bf692c Background Color
<div style="background-color:#bf692c">
Div content here</div>
This div background color is #bf692c
#bf692c Border Color
<div style="border:3px solid #bf692c">
Div here</div>
This div border color is #bf692c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,105,44, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bf692c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bf692c; -webkit-box-shadow: 1px 1px 3px 2px #bf692c; box-shadow: 1px 1px 3px 2px #bf692c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,105,44, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bf692c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bf692c; -webkit-box-shadow: 1px 1px 3px 2px #bf692c; box-shadow: 1px 1px 3px 2px #bf692c;">
Div content here</div>
This div box has shadow with color #bf692c
Comments
No comments written yet.
Please login to write comment.