Color spaces of #bfb65b
RGB | 191 | 182 | 91 |
---|---|---|---|
HSL | 0.15 | 0.44 | 0.55 |
HSV | 55° | 52° | 75° |
CMYK | 0.00 | 0.05 | 0.52 0.25 |
XYZ | 40.1021 | 45.2876 | 16.5253 |
Yxy | 45.2876 | 0.3935 | 0.4444 |
Hunter Lab | 67.2961 | -11.3990 | 32.5479 |
CIE-Lab | 73.0809 | -8.9563 | 46.9052 |
#bfb65b color RGB value is (191,182,91).
#bfb65b hex color red value is 191, green value is 182 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bfb65b hue: 0.15 , saturation: 0.44 and the lightness value of bfb65b is 0.55.
The process color (four color CMYK) of #bfb65b color hex is 0.00, 0.05, 0.52, 0.25. Web safe color of #bfb65b is #cccc66. Color #bfb65b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10110110 | 01011011 |
Octal | 277 | 266 | 133 |
Decimal | 191 | 182 | 91 |
Hex | BF | B6 | 5B |
Shades of #bfb65b
Tints of #bfb65b
RGB Percentages of Color #bfb65b
CMYK Percentages of Color #bfb65b
Complementary Color
#bfb65b | #5b64bf |
#bfb65b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfb65b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfb65b Color CSS Codes
.mybgcolor {background-color:#bfb65b; } .myforecolor {color:#bfb65b; } .mybordercolor {border:3px solid #bfb65b; }
#bfb65b Text Font Color
<p style="color:#bfb65b">Text here</p>
This sample text font color is #bfb65b
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.
#bfb65b Background Color
<div style="background-color:#bfb65b">
Div content here</div>
This div background color is #bfb65b
#bfb65b Border Color
<div style="border:3px solid #bfb65b">
Div here</div>
This div border color is #bfb65b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,182,91, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfb65b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfb65b; -webkit-box-shadow: 1px 1px 3px 2px #bfb65b; box-shadow: 1px 1px 3px 2px #bfb65b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,182,91, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfb65b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfb65b; -webkit-box-shadow: 1px 1px 3px 2px #bfb65b; box-shadow: 1px 1px 3px 2px #bfb65b;">
Div content here</div>
This div box has shadow with color #bfb65b
Comments
No comments written yet.
Please login to write comment.