Color spaces of #be521d
RGB | 190 | 82 | 29 |
---|---|---|---|
HSL | 0.05 | 0.74 | 0.43 |
HSV | 20° | 85° | 75° |
CMYK | 0.00 | 0.57 | 0.85 0.25 |
XYZ | 24.4743 | 17.0704 | 3.1674 |
Yxy | 17.0704 | 0.5474 | 0.3818 |
Hunter Lab | 41.3163 | 33.4333 | 24.3761 |
CIE-Lab | 48.3486 | 40.7330 | 49.4361 |
#be521d color RGB value is (190,82,29).
#be521d hex color red value is 190, green value is 82 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #be521d hue: 0.05 , saturation: 0.74 and the lightness value of be521d is 0.43.
The process color (four color CMYK) of #be521d color hex is 0.00, 0.57, 0.85, 0.25. Web safe color of #be521d is #cc6633. Color #be521d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 01010010 | 00011101 |
Octal | 276 | 122 | 35 |
Decimal | 190 | 82 | 29 |
Hex | BE | 52 | 1D |
Shades of #be521d
Tints of #be521d
RGB Percentages of Color #be521d
CMYK Percentages of Color #be521d
Complementary Color
#be521d | #1d89be |
#be521d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be521d Color Preview on White Background
Lorem ipsum dolor sit amet.
#be521d Color CSS Codes
.mybgcolor {background-color:#be521d; } .myforecolor {color:#be521d; } .mybordercolor {border:3px solid #be521d; }
#be521d Text Font Color
<p style="color:#be521d">Text here</p>
This sample text font color is #be521d
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.
#be521d Background Color
<div style="background-color:#be521d">
Div content here</div>
This div background color is #be521d
#be521d Border Color
<div style="border:3px solid #be521d">
Div here</div>
This div border color is #be521d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,82,29, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be521d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be521d; -webkit-box-shadow: 1px 1px 3px 2px #be521d; box-shadow: 1px 1px 3px 2px #be521d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,82,29, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #be521d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be521d; -webkit-box-shadow: 1px 1px 3px 2px #be521d; box-shadow: 1px 1px 3px 2px #be521d;">
Div content here</div>
This div box has shadow with color #be521d
Comments
No comments written yet.
Please login to write comment.