Color spaces of #bea042
RGB | 190 | 160 | 66 |
---|---|---|---|
HSL | 0.13 | 0.49 | 0.50 |
HSV | 45° | 65° | 75° |
CMYK | 0.00 | 0.16 | 0.65 0.25 |
XYZ | 34.7894 | 36.4821 | 10.3624 |
Yxy | 36.4821 | 0.4262 | 0.4469 |
Hunter Lab | 60.4004 | -2.8884 | 32.1084 |
CIE-Lab | 66.8867 | 0.3920 | 51.5956 |
#bea042 color RGB value is (190,160,66).
#bea042 hex color red value is 190, green value is 160 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #bea042 hue: 0.13 , saturation: 0.49 and the lightness value of bea042 is 0.50.
The process color (four color CMYK) of #bea042 color hex is 0.00, 0.16, 0.65, 0.25. Web safe color of #bea042 is #cc9933. Color #bea042 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10100000 | 01000010 |
Octal | 276 | 240 | 102 |
Decimal | 190 | 160 | 66 |
Hex | BE | A0 | 42 |
Shades of #bea042
Tints of #bea042
RGB Percentages of Color #bea042
CMYK Percentages of Color #bea042
Complementary Color
#bea042 | #4260be |
#bea042 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bea042 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bea042 Color CSS Codes
.mybgcolor {background-color:#bea042; } .myforecolor {color:#bea042; } .mybordercolor {border:3px solid #bea042; }
#bea042 Text Font Color
<p style="color:#bea042">Text here</p>
This sample text font color is #bea042
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.
#bea042 Background Color
<div style="background-color:#bea042">
Div content here</div>
This div background color is #bea042
#bea042 Border Color
<div style="border:3px solid #bea042">
Div here</div>
This div border color is #bea042
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,160,66, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bea042; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bea042; -webkit-box-shadow: 1px 1px 3px 2px #bea042; box-shadow: 1px 1px 3px 2px #bea042; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,160,66, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bea042">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bea042; -webkit-box-shadow: 1px 1px 3px 2px #bea042; box-shadow: 1px 1px 3px 2px #bea042;">
Div content here</div>
This div box has shadow with color #bea042
Comments
No comments written yet.
Please login to write comment.