Color spaces of #bfa584
RGB | 191 | 165 | 132 |
---|---|---|---|
HSL | 0.09 | 0.32 | 0.63 |
HSV | 34° | 31° | 75° |
CMYK | 0.00 | 0.14 | 0.31 0.25 |
XYZ | 39.1058 | 39.6526 | 27.4224 |
Yxy | 39.6526 | 0.3683 | 0.3734 |
Hunter Lab | 62.9703 | 0.6540 | 18.2595 |
CIE-Lab | 69.2214 | 4.5477 | 20.6310 |
#bfa584 color RGB value is (191,165,132).
#bfa584 hex color red value is 191, green value is 165 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #bfa584 hue: 0.09 , saturation: 0.32 and the lightness value of bfa584 is 0.63.
The process color (four color CMYK) of #bfa584 color hex is 0.00, 0.14, 0.31, 0.25. Web safe color of #bfa584 is #cc9999. Color #bfa584 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10100101 | 10000100 |
Octal | 277 | 245 | 204 |
Decimal | 191 | 165 | 132 |
Hex | BF | A5 | 84 |
Shades of #bfa584
Tints of #bfa584
RGB Percentages of Color #bfa584
CMYK Percentages of Color #bfa584
Complementary Color
#bfa584 | #849ebf |
#bfa584 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfa584 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfa584 Color CSS Codes
.mybgcolor {background-color:#bfa584; } .myforecolor {color:#bfa584; } .mybordercolor {border:3px solid #bfa584; }
#bfa584 Text Font Color
<p style="color:#bfa584">Text here</p>
This sample text font color is #bfa584
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.
#bfa584 Background Color
<div style="background-color:#bfa584">
Div content here</div>
This div background color is #bfa584
#bfa584 Border Color
<div style="border:3px solid #bfa584">
Div here</div>
This div border color is #bfa584
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,165,132, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfa584; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfa584; -webkit-box-shadow: 1px 1px 3px 2px #bfa584; box-shadow: 1px 1px 3px 2px #bfa584; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,165,132, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfa584">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfa584; -webkit-box-shadow: 1px 1px 3px 2px #bfa584; box-shadow: 1px 1px 3px 2px #bfa584;">
Div content here</div>
This div box has shadow with color #bfa584
#bfa584 Color Palettes
Comments
No comments written yet.
Please login to write comment.