Color spaces of #beb36f
RGB | 190 | 179 | 111 |
---|---|---|---|
HSL | 0.14 | 0.38 | 0.59 |
HSV | 52° | 42° | 75° |
CMYK | 0.00 | 0.06 | 0.42 0.25 |
XYZ | 40.2245 | 44.3350 | 21.4764 |
Yxy | 44.3350 | 0.3793 | 0.4181 |
Hunter Lab | 66.5845 | -8.6890 | 27.4856 |
CIE-Lab | 72.4518 | -5.8639 | 36.0824 |
#beb36f color RGB value is (190,179,111).
#beb36f hex color red value is 190, green value is 179 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #beb36f hue: 0.14 , saturation: 0.38 and the lightness value of beb36f is 0.59.
The process color (four color CMYK) of #beb36f color hex is 0.00, 0.06, 0.42, 0.25. Web safe color of #beb36f is #cccc66. Color #beb36f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10110011 | 01101111 |
Octal | 276 | 263 | 157 |
Decimal | 190 | 179 | 111 |
Hex | BE | B3 | 6F |
Shades of #beb36f
Tints of #beb36f
RGB Percentages of Color #beb36f
CMYK Percentages of Color #beb36f
Complementary Color
#beb36f | #6f7abe |
#beb36f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beb36f Color Preview on White Background
Lorem ipsum dolor sit amet.
#beb36f Color CSS Codes
.mybgcolor {background-color:#beb36f; } .myforecolor {color:#beb36f; } .mybordercolor {border:3px solid #beb36f; }
#beb36f Text Font Color
<p style="color:#beb36f">Text here</p>
This sample text font color is #beb36f
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.
#beb36f Background Color
<div style="background-color:#beb36f">
Div content here</div>
This div background color is #beb36f
#beb36f Border Color
<div style="border:3px solid #beb36f">
Div here</div>
This div border color is #beb36f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,179,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beb36f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beb36f; -webkit-box-shadow: 1px 1px 3px 2px #beb36f; box-shadow: 1px 1px 3px 2px #beb36f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,179,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #beb36f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beb36f; -webkit-box-shadow: 1px 1px 3px 2px #beb36f; box-shadow: 1px 1px 3px 2px #beb36f;">
Div content here</div>
This div box has shadow with color #beb36f
Comments
No comments written yet.
Please login to write comment.