Color spaces of #bfb5aa
RGB | 191 | 181 | 170 |
---|---|---|---|
HSL | 0.09 | 0.14 | 0.71 |
HSV | 31° | 11° | 75° |
CMYK | 0.00 | 0.05 | 0.11 0.25 |
XYZ | 45.2654 | 47.0264 | 44.7215 |
Yxy | 47.0264 | 0.3304 | 0.3432 |
Hunter Lab | 68.5758 | -2.1837 | 9.3373 |
CIE-Lab | 74.2067 | 1.6407 | 6.8614 |
#bfb5aa color RGB value is (191,181,170).
#bfb5aa hex color red value is 191, green value is 181 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bfb5aa hue: 0.09 , saturation: 0.14 and the lightness value of bfb5aa is 0.71.
The process color (four color CMYK) of #bfb5aa color hex is 0.00, 0.05, 0.11, 0.25. Web safe color of #bfb5aa is #cccc99. Color #bfb5aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10110101 | 10101010 |
Octal | 277 | 265 | 252 |
Decimal | 191 | 181 | 170 |
Hex | BF | B5 | AA |
Shades of #bfb5aa
Tints of #bfb5aa
RGB Percentages of Color #bfb5aa
CMYK Percentages of Color #bfb5aa
Complementary Color
#bfb5aa | #aab4bf |
#bfb5aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfb5aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfb5aa Color CSS Codes
.mybgcolor {background-color:#bfb5aa; } .myforecolor {color:#bfb5aa; } .mybordercolor {border:3px solid #bfb5aa; }
#bfb5aa Text Font Color
<p style="color:#bfb5aa">Text here</p>
This sample text font color is #bfb5aa
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.
#bfb5aa Background Color
<div style="background-color:#bfb5aa">
Div content here</div>
This div background color is #bfb5aa
#bfb5aa Border Color
<div style="border:3px solid #bfb5aa">
Div here</div>
This div border color is #bfb5aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,181,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfb5aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfb5aa; -webkit-box-shadow: 1px 1px 3px 2px #bfb5aa; box-shadow: 1px 1px 3px 2px #bfb5aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,181,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfb5aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfb5aa; -webkit-box-shadow: 1px 1px 3px 2px #bfb5aa; box-shadow: 1px 1px 3px 2px #bfb5aa;">
Div content here</div>
This div box has shadow with color #bfb5aa
Comments
No comments written yet.
Please login to write comment.