Color spaces of #bfbb98
RGB | 191 | 187 | 152 |
---|---|---|---|
HSL | 0.15 | 0.23 | 0.67 |
HSV | 54° | 20° | 75° |
CMYK | 0.00 | 0.02 | 0.20 0.25 |
XYZ | 44.9237 | 48.8840 | 36.7736 |
Yxy | 48.8840 | 0.3440 | 0.3744 |
Hunter Lab | 69.9171 | -7.6636 | 17.7578 |
CIE-Lab | 75.3791 | -4.3980 | 18.2702 |
#bfbb98 color RGB value is (191,187,152).
#bfbb98 hex color red value is 191, green value is 187 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #bfbb98 hue: 0.15 , saturation: 0.23 and the lightness value of bfbb98 is 0.67.
The process color (four color CMYK) of #bfbb98 color hex is 0.00, 0.02, 0.20, 0.25. Web safe color of #bfbb98 is #cccc99. Color #bfbb98 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10111011 | 10011000 |
Octal | 277 | 273 | 230 |
Decimal | 191 | 187 | 152 |
Hex | BF | BB | 98 |
Shades of #bfbb98
Tints of #bfbb98
RGB Percentages of Color #bfbb98
CMYK Percentages of Color #bfbb98
Complementary Color
#bfbb98 | #989cbf |
#bfbb98 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfbb98 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfbb98 Color CSS Codes
.mybgcolor {background-color:#bfbb98; } .myforecolor {color:#bfbb98; } .mybordercolor {border:3px solid #bfbb98; }
#bfbb98 Text Font Color
<p style="color:#bfbb98">Text here</p>
This sample text font color is #bfbb98
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.
#bfbb98 Background Color
<div style="background-color:#bfbb98">
Div content here</div>
This div background color is #bfbb98
#bfbb98 Border Color
<div style="border:3px solid #bfbb98">
Div here</div>
This div border color is #bfbb98
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,187,152, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfbb98; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfbb98; -webkit-box-shadow: 1px 1px 3px 2px #bfbb98; box-shadow: 1px 1px 3px 2px #bfbb98; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,187,152, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfbb98">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfbb98; -webkit-box-shadow: 1px 1px 3px 2px #bfbb98; box-shadow: 1px 1px 3px 2px #bfbb98;">
Div content here</div>
This div box has shadow with color #bfbb98
Comments
No comments written yet.
Please login to write comment.