Color spaces of #bfb728
RGB | 191 | 183 | 40 |
---|---|---|---|
HSL | 0.16 | 0.65 | 0.45 |
HSV | 57° | 79° | 75° |
CMYK | 0.00 | 0.04 | 0.79 0.25 |
XYZ | 38.8023 | 45.0965 | 8.6669 |
Yxy | 45.0965 | 0.4192 | 0.4872 |
Hunter Lab | 67.1539 | -14.3801 | 39.3558 |
CIE-Lab | 72.9554 | -12.5117 | 67.3385 |
#bfb728 color RGB value is (191,183,40).
#bfb728 hex color red value is 191, green value is 183 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #bfb728 hue: 0.16 , saturation: 0.65 and the lightness value of bfb728 is 0.45.
The process color (four color CMYK) of #bfb728 color hex is 0.00, 0.04, 0.79, 0.25. Web safe color of #bfb728 is #cccc33. Color #bfb728 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10110111 | 00101000 |
Octal | 277 | 267 | 50 |
Decimal | 191 | 183 | 40 |
Hex | BF | B7 | 28 |
Shades of #bfb728
Tints of #bfb728
RGB Percentages of Color #bfb728
CMYK Percentages of Color #bfb728
Complementary Color
#bfb728 | #2830bf |
#bfb728 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfb728 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfb728 Color CSS Codes
.mybgcolor {background-color:#bfb728; } .myforecolor {color:#bfb728; } .mybordercolor {border:3px solid #bfb728; }
#bfb728 Text Font Color
<p style="color:#bfb728">Text here</p>
This sample text font color is #bfb728
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.
#bfb728 Background Color
<div style="background-color:#bfb728">
Div content here</div>
This div background color is #bfb728
#bfb728 Border Color
<div style="border:3px solid #bfb728">
Div here</div>
This div border color is #bfb728
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,183,40, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfb728; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfb728; -webkit-box-shadow: 1px 1px 3px 2px #bfb728; box-shadow: 1px 1px 3px 2px #bfb728; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,183,40, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfb728">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfb728; -webkit-box-shadow: 1px 1px 3px 2px #bfb728; box-shadow: 1px 1px 3px 2px #bfb728;">
Div content here</div>
This div box has shadow with color #bfb728
Comments
No comments written yet.
Please login to write comment.