Color spaces of #beb291
RGB | 190 | 178 | 145 |
---|---|---|---|
HSL | 0.12 | 0.26 | 0.66 |
HSV | 44° | 24° | 75° |
CMYK | 0.00 | 0.06 | 0.24 0.25 |
XYZ | 42.2664 | 44.8323 | 33.2139 |
Yxy | 44.8323 | 0.3513 | 0.3726 |
Hunter Lab | 66.9569 | -4.4969 | 17.4591 |
CIE-Lab | 72.7813 | -1.0366 | 18.4388 |
#beb291 color RGB value is (190,178,145).
#beb291 hex color red value is 190, green value is 178 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #beb291 hue: 0.12 , saturation: 0.26 and the lightness value of beb291 is 0.66.
The process color (four color CMYK) of #beb291 color hex is 0.00, 0.06, 0.24, 0.25. Web safe color of #beb291 is #cc9999. Color #beb291 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10110010 | 10010001 |
Octal | 276 | 262 | 221 |
Decimal | 190 | 178 | 145 |
Hex | BE | B2 | 91 |
Shades of #beb291
Tints of #beb291
RGB Percentages of Color #beb291
CMYK Percentages of Color #beb291
Complementary Color
#beb291 | #919dbe |
#beb291 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beb291 Color Preview on White Background
Lorem ipsum dolor sit amet.
#beb291 Color CSS Codes
.mybgcolor {background-color:#beb291; } .myforecolor {color:#beb291; } .mybordercolor {border:3px solid #beb291; }
#beb291 Text Font Color
<p style="color:#beb291">Text here</p>
This sample text font color is #beb291
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.
#beb291 Background Color
<div style="background-color:#beb291">
Div content here</div>
This div background color is #beb291
#beb291 Border Color
<div style="border:3px solid #beb291">
Div here</div>
This div border color is #beb291
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,178,145, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beb291; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beb291; -webkit-box-shadow: 1px 1px 3px 2px #beb291; box-shadow: 1px 1px 3px 2px #beb291; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,178,145, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #beb291">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beb291; -webkit-box-shadow: 1px 1px 3px 2px #beb291; box-shadow: 1px 1px 3px 2px #beb291;">
Div content here</div>
This div box has shadow with color #beb291
Comments
No comments written yet.
Please login to write comment.