Color spaces of #bfbba1
RGB | 191 | 187 | 161 |
---|---|---|---|
HSL | 0.14 | 0.19 | 0.69 |
HSV | 52° | 16° | 75° |
CMYK | 0.00 | 0.02 | 0.16 0.25 |
XYZ | 45.6892 | 49.1902 | 40.8048 |
Yxy | 49.1902 | 0.3367 | 0.3625 |
Hunter Lab | 70.1357 | -6.4555 | 14.6002 |
CIE-Lab | 75.5695 | -3.0188 | 13.6845 |
#bfbba1 color RGB value is (191,187,161).
#bfbba1 hex color red value is 191, green value is 187 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #bfbba1 hue: 0.14 , saturation: 0.19 and the lightness value of bfbba1 is 0.69.
The process color (four color CMYK) of #bfbba1 color hex is 0.00, 0.02, 0.16, 0.25. Web safe color of #bfbba1 is #cccc99. Color #bfbba1 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10111011 | 10100001 |
Octal | 277 | 273 | 241 |
Decimal | 191 | 187 | 161 |
Hex | BF | BB | A1 |
Shades of #bfbba1
Tints of #bfbba1
RGB Percentages of Color #bfbba1
CMYK Percentages of Color #bfbba1
Complementary Color
#bfbba1 | #a1a5bf |
#bfbba1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfbba1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfbba1 Color CSS Codes
.mybgcolor {background-color:#bfbba1; } .myforecolor {color:#bfbba1; } .mybordercolor {border:3px solid #bfbba1; }
#bfbba1 Text Font Color
<p style="color:#bfbba1">Text here</p>
This sample text font color is #bfbba1
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.
#bfbba1 Background Color
<div style="background-color:#bfbba1">
Div content here</div>
This div background color is #bfbba1
#bfbba1 Border Color
<div style="border:3px solid #bfbba1">
Div here</div>
This div border color is #bfbba1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,187,161, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfbba1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfbba1; -webkit-box-shadow: 1px 1px 3px 2px #bfbba1; box-shadow: 1px 1px 3px 2px #bfbba1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,187,161, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfbba1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfbba1; -webkit-box-shadow: 1px 1px 3px 2px #bfbba1; box-shadow: 1px 1px 3px 2px #bfbba1;">
Div content here</div>
This div box has shadow with color #bfbba1
Comments
No comments written yet.
Please login to write comment.