Color spaces of #bfa23e
RGB | 191 | 162 | 62 |
---|---|---|---|
HSL | 0.13 | 0.51 | 0.50 |
HSV | 47° | 68° | 75° |
CMYK | 0.00 | 0.15 | 0.68 0.25 |
XYZ | 35.2757 | 37.2648 | 9.8910 |
Yxy | 37.2648 | 0.4279 | 0.4521 |
Hunter Lab | 61.0449 | -3.6797 | 33.1248 |
CIE-Lab | 67.4752 | -0.4861 | 54.0165 |
#bfa23e color RGB value is (191,162,62).
#bfa23e hex color red value is 191, green value is 162 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bfa23e hue: 0.13 , saturation: 0.51 and the lightness value of bfa23e is 0.50.
The process color (four color CMYK) of #bfa23e color hex is 0.00, 0.15, 0.68, 0.25. Web safe color of #bfa23e is #cc9933. Color #bfa23e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10100010 | 00111110 |
Octal | 277 | 242 | 76 |
Decimal | 191 | 162 | 62 |
Hex | BF | A2 | 3E |
Shades of #bfa23e
Tints of #bfa23e
RGB Percentages of Color #bfa23e
CMYK Percentages of Color #bfa23e
Complementary Color
#bfa23e | #3e5bbf |
#bfa23e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfa23e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfa23e Color CSS Codes
.mybgcolor {background-color:#bfa23e; } .myforecolor {color:#bfa23e; } .mybordercolor {border:3px solid #bfa23e; }
#bfa23e Text Font Color
<p style="color:#bfa23e">Text here</p>
This sample text font color is #bfa23e
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.
#bfa23e Background Color
<div style="background-color:#bfa23e">
Div content here</div>
This div background color is #bfa23e
#bfa23e Border Color
<div style="border:3px solid #bfa23e">
Div here</div>
This div border color is #bfa23e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,162,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfa23e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfa23e; -webkit-box-shadow: 1px 1px 3px 2px #bfa23e; box-shadow: 1px 1px 3px 2px #bfa23e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,162,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfa23e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfa23e; -webkit-box-shadow: 1px 1px 3px 2px #bfa23e; box-shadow: 1px 1px 3px 2px #bfa23e;">
Div content here</div>
This div box has shadow with color #bfa23e
Comments
No comments written yet.
Please login to write comment.