Color spaces of #bfb01a
RGB | 191 | 176 | 26 |
---|---|---|---|
HSL | 0.15 | 0.76 | 0.43 |
HSV | 55° | 86° | 75° |
CMYK | 0.00 | 0.08 | 0.86 0.25 |
XYZ | 37.1976 | 42.2016 | 7.1625 |
Yxy | 42.2016 | 0.4297 | 0.4875 |
Hunter Lab | 64.9628 | -11.4759 | 38.9369 |
CIE-Lab | 71.0097 | -9.3104 | 69.2812 |
#bfb01a color RGB value is (191,176,26).
#bfb01a hex color red value is 191, green value is 176 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #bfb01a hue: 0.15 , saturation: 0.76 and the lightness value of bfb01a is 0.43.
The process color (four color CMYK) of #bfb01a color hex is 0.00, 0.08, 0.86, 0.25. Web safe color of #bfb01a is #cc9933. Color #bfb01a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10110000 | 00011010 |
Octal | 277 | 260 | 32 |
Decimal | 191 | 176 | 26 |
Hex | BF | B0 | 1A |
Shades of #bfb01a
Tints of #bfb01a
RGB Percentages of Color #bfb01a
CMYK Percentages of Color #bfb01a
Complementary Color
#bfb01a | #1a29bf |
#bfb01a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfb01a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfb01a Color CSS Codes
.mybgcolor {background-color:#bfb01a; } .myforecolor {color:#bfb01a; } .mybordercolor {border:3px solid #bfb01a; }
#bfb01a Text Font Color
<p style="color:#bfb01a">Text here</p>
This sample text font color is #bfb01a
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.
#bfb01a Background Color
<div style="background-color:#bfb01a">
Div content here</div>
This div background color is #bfb01a
#bfb01a Border Color
<div style="border:3px solid #bfb01a">
Div here</div>
This div border color is #bfb01a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,176,26, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfb01a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfb01a; -webkit-box-shadow: 1px 1px 3px 2px #bfb01a; box-shadow: 1px 1px 3px 2px #bfb01a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,176,26, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfb01a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfb01a; -webkit-box-shadow: 1px 1px 3px 2px #bfb01a; box-shadow: 1px 1px 3px 2px #bfb01a;">
Div content here</div>
This div box has shadow with color #bfb01a
Comments
No comments written yet.
Please login to write comment.