Color spaces of #bfb24d
RGB | 191 | 178 | 77 |
---|---|---|---|
HSL | 0.15 | 0.47 | 0.53 |
HSV | 53° | 60° | 75° |
CMYK | 0.00 | 0.07 | 0.60 0.25 |
XYZ | 38.7458 | 43.4530 | 13.3663 |
Yxy | 43.4530 | 0.4054 | 0.4547 |
Hunter Lab | 65.9189 | -10.4393 | 34.1211 |
CIE-Lab | 71.8614 | -7.9762 | 52.0865 |
#bfb24d color RGB value is (191,178,77).
#bfb24d hex color red value is 191, green value is 178 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bfb24d hue: 0.15 , saturation: 0.47 and the lightness value of bfb24d is 0.53.
The process color (four color CMYK) of #bfb24d color hex is 0.00, 0.07, 0.60, 0.25. Web safe color of #bfb24d is #cc9966. Color #bfb24d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10110010 | 01001101 |
Octal | 277 | 262 | 115 |
Decimal | 191 | 178 | 77 |
Hex | BF | B2 | 4D |
Shades of #bfb24d
Tints of #bfb24d
RGB Percentages of Color #bfb24d
CMYK Percentages of Color #bfb24d
Complementary Color
#bfb24d | #4d5abf |
#bfb24d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfb24d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfb24d Color CSS Codes
.mybgcolor {background-color:#bfb24d; } .myforecolor {color:#bfb24d; } .mybordercolor {border:3px solid #bfb24d; }
#bfb24d Text Font Color
<p style="color:#bfb24d">Text here</p>
This sample text font color is #bfb24d
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.
#bfb24d Background Color
<div style="background-color:#bfb24d">
Div content here</div>
This div background color is #bfb24d
#bfb24d Border Color
<div style="border:3px solid #bfb24d">
Div here</div>
This div border color is #bfb24d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,178,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfb24d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfb24d; -webkit-box-shadow: 1px 1px 3px 2px #bfb24d; box-shadow: 1px 1px 3px 2px #bfb24d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,178,77, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfb24d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfb24d; -webkit-box-shadow: 1px 1px 3px 2px #bfb24d; box-shadow: 1px 1px 3px 2px #bfb24d;">
Div content here</div>
This div box has shadow with color #bfb24d
Comments
No comments written yet.
Please login to write comment.