Color spaces of #bfb236
RGB | 191 | 178 | 54 |
---|---|---|---|
HSL | 0.15 | 0.56 | 0.48 |
HSV | 54° | 72° | 75° |
CMYK | 0.00 | 0.07 | 0.72 0.25 |
XYZ | 38.0721 | 43.1835 | 9.8187 |
Yxy | 43.1835 | 0.4180 | 0.4742 |
Hunter Lab | 65.7142 | -11.5842 | 37.1411 |
CIE-Lab | 71.6793 | -9.3530 | 61.4846 |
#bfb236 color RGB value is (191,178,54).
#bfb236 hex color red value is 191, green value is 178 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #bfb236 hue: 0.15 , saturation: 0.56 and the lightness value of bfb236 is 0.48.
The process color (four color CMYK) of #bfb236 color hex is 0.00, 0.07, 0.72, 0.25. Web safe color of #bfb236 is #cc9933. Color #bfb236 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10110010 | 00110110 |
Octal | 277 | 262 | 66 |
Decimal | 191 | 178 | 54 |
Hex | BF | B2 | 36 |
Shades of #bfb236
Tints of #bfb236
RGB Percentages of Color #bfb236
CMYK Percentages of Color #bfb236
Complementary Color
#bfb236 | #3643bf |
#bfb236 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfb236 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfb236 Color CSS Codes
.mybgcolor {background-color:#bfb236; } .myforecolor {color:#bfb236; } .mybordercolor {border:3px solid #bfb236; }
#bfb236 Text Font Color
<p style="color:#bfb236">Text here</p>
This sample text font color is #bfb236
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.
#bfb236 Background Color
<div style="background-color:#bfb236">
Div content here</div>
This div background color is #bfb236
#bfb236 Border Color
<div style="border:3px solid #bfb236">
Div here</div>
This div border color is #bfb236
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,178,54, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfb236; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfb236; -webkit-box-shadow: 1px 1px 3px 2px #bfb236; box-shadow: 1px 1px 3px 2px #bfb236; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,178,54, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfb236">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfb236; -webkit-box-shadow: 1px 1px 3px 2px #bfb236; box-shadow: 1px 1px 3px 2px #bfb236;">
Div content here</div>
This div box has shadow with color #bfb236
Comments
No comments written yet.
Please login to write comment.