Color spaces of #bfbb93
RGB | 191 | 187 | 147 |
---|---|---|---|
HSL | 0.15 | 0.26 | 0.66 |
HSV | 55° | 23° | 75° |
CMYK | 0.00 | 0.02 | 0.23 0.25 |
XYZ | 44.5226 | 48.7236 | 34.6618 |
Yxy | 48.7236 | 0.3481 | 0.3809 |
Hunter Lab | 69.8023 | -8.2998 | 19.4199 |
CIE-Lab | 75.2791 | -5.1293 | 20.8166 |
#bfbb93 color RGB value is (191,187,147).
#bfbb93 hex color red value is 191, green value is 187 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bfbb93 hue: 0.15 , saturation: 0.26 and the lightness value of bfbb93 is 0.66.
The process color (four color CMYK) of #bfbb93 color hex is 0.00, 0.02, 0.23, 0.25. Web safe color of #bfbb93 is #cccc99. Color #bfbb93 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10111011 | 10010011 |
Octal | 277 | 273 | 223 |
Decimal | 191 | 187 | 147 |
Hex | BF | BB | 93 |
Shades of #bfbb93
Tints of #bfbb93
RGB Percentages of Color #bfbb93
CMYK Percentages of Color #bfbb93
Complementary Color
#bfbb93 | #9397bf |
#bfbb93 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfbb93 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfbb93 Color CSS Codes
.mybgcolor {background-color:#bfbb93; } .myforecolor {color:#bfbb93; } .mybordercolor {border:3px solid #bfbb93; }
#bfbb93 Text Font Color
<p style="color:#bfbb93">Text here</p>
This sample text font color is #bfbb93
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.
#bfbb93 Background Color
<div style="background-color:#bfbb93">
Div content here</div>
This div background color is #bfbb93
#bfbb93 Border Color
<div style="border:3px solid #bfbb93">
Div here</div>
This div border color is #bfbb93
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,187,147, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfbb93; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfbb93; -webkit-box-shadow: 1px 1px 3px 2px #bfbb93; box-shadow: 1px 1px 3px 2px #bfbb93; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,187,147, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfbb93">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfbb93; -webkit-box-shadow: 1px 1px 3px 2px #bfbb93; box-shadow: 1px 1px 3px 2px #bfbb93;">
Div content here</div>
This div box has shadow with color #bfbb93
Comments
No comments written yet.
Please login to write comment.