Color spaces of #bfb326
RGB | 191 | 179 | 38 |
---|---|---|---|
HSL | 0.15 | 0.67 | 0.45 |
HSV | 55° | 80° | 75° |
CMYK | 0.00 | 0.06 | 0.80 0.25 |
XYZ | 37.9558 | 43.4565 | 8.2212 |
Yxy | 43.4565 | 0.4235 | 0.4848 |
Hunter Lab | 65.9215 | -12.5873 | 38.7509 |
CIE-Lab | 71.8637 | -10.5234 | 66.9571 |
#bfb326 color RGB value is (191,179,38).
#bfb326 hex color red value is 191, green value is 179 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #bfb326 hue: 0.15 , saturation: 0.67 and the lightness value of bfb326 is 0.45.
The process color (four color CMYK) of #bfb326 color hex is 0.00, 0.06, 0.80, 0.25. Web safe color of #bfb326 is #cccc33. Color #bfb326 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10110011 | 00100110 |
Octal | 277 | 263 | 46 |
Decimal | 191 | 179 | 38 |
Hex | BF | B3 | 26 |
Shades of #bfb326
Tints of #bfb326
RGB Percentages of Color #bfb326
CMYK Percentages of Color #bfb326
Complementary Color
#bfb326 | #2632bf |
#bfb326 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfb326 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfb326 Color CSS Codes
.mybgcolor {background-color:#bfb326; } .myforecolor {color:#bfb326; } .mybordercolor {border:3px solid #bfb326; }
#bfb326 Text Font Color
<p style="color:#bfb326">Text here</p>
This sample text font color is #bfb326
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.
#bfb326 Background Color
<div style="background-color:#bfb326">
Div content here</div>
This div background color is #bfb326
#bfb326 Border Color
<div style="border:3px solid #bfb326">
Div here</div>
This div border color is #bfb326
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,179,38, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfb326; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfb326; -webkit-box-shadow: 1px 1px 3px 2px #bfb326; box-shadow: 1px 1px 3px 2px #bfb326; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,179,38, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfb326">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfb326; -webkit-box-shadow: 1px 1px 3px 2px #bfb326; box-shadow: 1px 1px 3px 2px #bfb326;">
Div content here</div>
This div box has shadow with color #bfb326
Comments
No comments written yet.
Please login to write comment.