Color spaces of #beb041
RGB | 190 | 176 | 65 |
---|---|---|---|
HSL | 0.15 | 0.49 | 0.50 |
HSV | 53° | 66° | 75° |
CMYK | 0.00 | 0.07 | 0.66 0.25 |
XYZ | 37.7147 | 42.3795 | 11.1933 |
Yxy | 42.3795 | 0.4131 | 0.4642 |
Hunter Lab | 65.0995 | -10.5122 | 35.3753 |
CIE-Lab | 71.1318 | -8.1498 | 56.5366 |
#beb041 color RGB value is (190,176,65).
#beb041 hex color red value is 190, green value is 176 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #beb041 hue: 0.15 , saturation: 0.49 and the lightness value of beb041 is 0.50.
The process color (four color CMYK) of #beb041 color hex is 0.00, 0.07, 0.66, 0.25. Web safe color of #beb041 is #cc9933. Color #beb041 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10110000 | 01000001 |
Octal | 276 | 260 | 101 |
Decimal | 190 | 176 | 65 |
Hex | BE | B0 | 41 |
Shades of #beb041
Tints of #beb041
RGB Percentages of Color #beb041
CMYK Percentages of Color #beb041
Complementary Color
#beb041 | #414fbe |
#beb041 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beb041 Color Preview on White Background
Lorem ipsum dolor sit amet.
#beb041 Color CSS Codes
.mybgcolor {background-color:#beb041; } .myforecolor {color:#beb041; } .mybordercolor {border:3px solid #beb041; }
#beb041 Text Font Color
<p style="color:#beb041">Text here</p>
This sample text font color is #beb041
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.
#beb041 Background Color
<div style="background-color:#beb041">
Div content here</div>
This div background color is #beb041
#beb041 Border Color
<div style="border:3px solid #beb041">
Div here</div>
This div border color is #beb041
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,176,65, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beb041; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beb041; -webkit-box-shadow: 1px 1px 3px 2px #beb041; box-shadow: 1px 1px 3px 2px #beb041; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,176,65, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #beb041">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beb041; -webkit-box-shadow: 1px 1px 3px 2px #beb041; box-shadow: 1px 1px 3px 2px #beb041;">
Div content here</div>
This div box has shadow with color #beb041
Comments
No comments written yet.
Please login to write comment.