Color spaces of #bdb593
RGB | 189 | 181 | 147 |
---|---|---|---|
HSL | 0.13 | 0.24 | 0.66 |
HSV | 49° | 22° | 74° |
CMYK | 0.00 | 0.04 | 0.22 0.26 |
XYZ | 42.7766 | 45.9731 | 34.2229 |
Yxy | 45.9731 | 0.3479 | 0.3738 |
Hunter Lab | 67.8035 | -6.0420 | 17.5366 |
CIE-Lab | 73.5281 | -2.7259 | 18.3765 |
#bdb593 color RGB value is (189,181,147).
#bdb593 hex color red value is 189, green value is 181 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bdb593 hue: 0.13 , saturation: 0.24 and the lightness value of bdb593 is 0.66.
The process color (four color CMYK) of #bdb593 color hex is 0.00, 0.04, 0.22, 0.26. Web safe color of #bdb593 is #cccc99. Color #bdb593 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10110101 | 10010011 |
Octal | 275 | 265 | 223 |
Decimal | 189 | 181 | 147 |
Hex | BD | B5 | 93 |
Shades of #bdb593
Tints of #bdb593
RGB Percentages of Color #bdb593
CMYK Percentages of Color #bdb593
Complementary Color
#bdb593 | #939bbd |
#bdb593 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdb593 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdb593 Color CSS Codes
.mybgcolor {background-color:#bdb593; } .myforecolor {color:#bdb593; } .mybordercolor {border:3px solid #bdb593; }
#bdb593 Text Font Color
<p style="color:#bdb593">Text here</p>
This sample text font color is #bdb593
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.
#bdb593 Background Color
<div style="background-color:#bdb593">
Div content here</div>
This div background color is #bdb593
#bdb593 Border Color
<div style="border:3px solid #bdb593">
Div here</div>
This div border color is #bdb593
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,181,147, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdb593; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdb593; -webkit-box-shadow: 1px 1px 3px 2px #bdb593; box-shadow: 1px 1px 3px 2px #bdb593; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,181,147, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdb593">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdb593; -webkit-box-shadow: 1px 1px 3px 2px #bdb593; box-shadow: 1px 1px 3px 2px #bdb593;">
Div content here</div>
This div box has shadow with color #bdb593
Comments
No comments written yet.
Please login to write comment.