Color spaces of #be5829
RGB | 190 | 88 | 41 |
---|---|---|---|
HSL | 0.05 | 0.65 | 0.45 |
HSV | 19° | 78° | 75° |
CMYK | 0.00 | 0.54 | 0.78 0.25 |
XYZ | 25.1252 | 18.0867 | 4.2647 |
Yxy | 18.0867 | 0.5292 | 0.3810 |
Hunter Lab | 42.5285 | 31.0304 | 23.8244 |
CIE-Lab | 49.6011 | 38.1297 | 45.1840 |
#be5829 color RGB value is (190,88,41).
#be5829 hex color red value is 190, green value is 88 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #be5829 hue: 0.05 , saturation: 0.65 and the lightness value of be5829 is 0.45.
The process color (four color CMYK) of #be5829 color hex is 0.00, 0.54, 0.78, 0.25. Web safe color of #be5829 is #cc6633. Color #be5829 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 01011000 | 00101001 |
Octal | 276 | 130 | 51 |
Decimal | 190 | 88 | 41 |
Hex | BE | 58 | 29 |
Shades of #be5829
Tints of #be5829
RGB Percentages of Color #be5829
CMYK Percentages of Color #be5829
Complementary Color
#be5829 | #298fbe |
#be5829 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be5829 Color Preview on White Background
Lorem ipsum dolor sit amet.
#be5829 Color CSS Codes
.mybgcolor {background-color:#be5829; } .myforecolor {color:#be5829; } .mybordercolor {border:3px solid #be5829; }
#be5829 Text Font Color
<p style="color:#be5829">Text here</p>
This sample text font color is #be5829
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.
#be5829 Background Color
<div style="background-color:#be5829">
Div content here</div>
This div background color is #be5829
#be5829 Border Color
<div style="border:3px solid #be5829">
Div here</div>
This div border color is #be5829
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,88,41, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be5829; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be5829; -webkit-box-shadow: 1px 1px 3px 2px #be5829; box-shadow: 1px 1px 3px 2px #be5829; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,88,41, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #be5829">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be5829; -webkit-box-shadow: 1px 1px 3px 2px #be5829; box-shadow: 1px 1px 3px 2px #be5829;">
Div content here</div>
This div box has shadow with color #be5829
Comments
No comments written yet.
Please login to write comment.