Color spaces of #be952f
RGB | 190 | 149 | 47 |
---|---|---|---|
HSL | 0.12 | 0.60 | 0.46 |
HSV | 43° | 75° | 75° |
CMYK | 0.00 | 0.22 | 0.75 0.25 |
XYZ | 32.4957 | 32.6473 | 7.2782 |
Yxy | 32.6473 | 0.4487 | 0.4508 |
Hunter Lab | 57.1378 | 1.5262 | 32.4441 |
CIE-Lab | 63.8743 | 5.3365 | 56.5464 |
#be952f color RGB value is (190,149,47).
#be952f hex color red value is 190, green value is 149 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #be952f hue: 0.12 , saturation: 0.60 and the lightness value of be952f is 0.46.
The process color (four color CMYK) of #be952f color hex is 0.00, 0.22, 0.75, 0.25. Web safe color of #be952f is #cc9933. Color #be952f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10010101 | 00101111 |
Octal | 276 | 225 | 57 |
Decimal | 190 | 149 | 47 |
Hex | BE | 95 | 2F |
Shades of #be952f
Tints of #be952f
RGB Percentages of Color #be952f
CMYK Percentages of Color #be952f
Complementary Color
#be952f | #2f58be |
#be952f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be952f Color Preview on White Background
Lorem ipsum dolor sit amet.
#be952f Color CSS Codes
.mybgcolor {background-color:#be952f; } .myforecolor {color:#be952f; } .mybordercolor {border:3px solid #be952f; }
#be952f Text Font Color
<p style="color:#be952f">Text here</p>
This sample text font color is #be952f
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.
#be952f Background Color
<div style="background-color:#be952f">
Div content here</div>
This div background color is #be952f
#be952f Border Color
<div style="border:3px solid #be952f">
Div here</div>
This div border color is #be952f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,149,47, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be952f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be952f; -webkit-box-shadow: 1px 1px 3px 2px #be952f; box-shadow: 1px 1px 3px 2px #be952f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,149,47, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #be952f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be952f; -webkit-box-shadow: 1px 1px 3px 2px #be952f; box-shadow: 1px 1px 3px 2px #be952f;">
Div content here</div>
This div box has shadow with color #be952f
Comments
No comments written yet.
Please login to write comment.