Color spaces of #bfa159
RGB | 191 | 161 | 89 |
---|---|---|---|
HSL | 0.12 | 0.44 | 0.55 |
HSV | 42° | 53° | 75° |
CMYK | 0.00 | 0.16 | 0.53 0.25 |
XYZ | 36.0339 | 37.2874 | 14.7492 |
Yxy | 37.2874 | 0.4091 | 0.4234 |
Hunter Lab | 61.0634 | -1.5270 | 28.4235 |
CIE-Lab | 67.4921 | 1.9973 | 41.2371 |
#bfa159 color RGB value is (191,161,89).
#bfa159 hex color red value is 191, green value is 161 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #bfa159 hue: 0.12 , saturation: 0.44 and the lightness value of bfa159 is 0.55.
The process color (four color CMYK) of #bfa159 color hex is 0.00, 0.16, 0.53, 0.25. Web safe color of #bfa159 is #cc9966. Color #bfa159 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10100001 | 01011001 |
Octal | 277 | 241 | 131 |
Decimal | 191 | 161 | 89 |
Hex | BF | A1 | 59 |
Shades of #bfa159
Tints of #bfa159
RGB Percentages of Color #bfa159
CMYK Percentages of Color #bfa159
Complementary Color
#bfa159 | #5977bf |
#bfa159 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfa159 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfa159 Color CSS Codes
.mybgcolor {background-color:#bfa159; } .myforecolor {color:#bfa159; } .mybordercolor {border:3px solid #bfa159; }
#bfa159 Text Font Color
<p style="color:#bfa159">Text here</p>
This sample text font color is #bfa159
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.
#bfa159 Background Color
<div style="background-color:#bfa159">
Div content here</div>
This div background color is #bfa159
#bfa159 Border Color
<div style="border:3px solid #bfa159">
Div here</div>
This div border color is #bfa159
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,161,89, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfa159; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfa159; -webkit-box-shadow: 1px 1px 3px 2px #bfa159; box-shadow: 1px 1px 3px 2px #bfa159; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,161,89, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfa159">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfa159; -webkit-box-shadow: 1px 1px 3px 2px #bfa159; box-shadow: 1px 1px 3px 2px #bfa159;">
Div content here</div>
This div box has shadow with color #bfa159
Comments
No comments written yet.
Please login to write comment.