Color spaces of #bf939a
RGB | 191 | 147 | 154 |
---|---|---|---|
HSL | 0.97 | 0.26 | 0.66 |
HSV | 350° | 23° | 75° |
CMYK | 0.00 | 0.23 | 0.19 0.25 |
XYZ | 37.7523 | 34.2769 | 35.1982 |
Yxy | 34.2769 | 0.3521 | 0.3197 |
Hunter Lab | 58.5465 | 12.6451 | 5.3373 |
CIE-Lab | 65.1818 | 17.6189 | 2.7066 |
#bf939a color RGB value is (191,147,154).
#bf939a hex color red value is 191, green value is 147 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bf939a hue: 0.97 , saturation: 0.26 and the lightness value of bf939a is 0.66.
The process color (four color CMYK) of #bf939a color hex is 0.00, 0.23, 0.19, 0.25. Web safe color of #bf939a is #cc9999. Color #bf939a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10010011 | 10011010 |
Octal | 277 | 223 | 232 |
Decimal | 191 | 147 | 154 |
Hex | BF | 93 | 9A |
Shades of #bf939a
Tints of #bf939a
RGB Percentages of Color #bf939a
CMYK Percentages of Color #bf939a
Complementary Color
#bf939a | #93bfb8 |
#bf939a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bf939a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bf939a Color CSS Codes
.mybgcolor {background-color:#bf939a; } .myforecolor {color:#bf939a; } .mybordercolor {border:3px solid #bf939a; }
#bf939a Text Font Color
<p style="color:#bf939a">Text here</p>
This sample text font color is #bf939a
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.
#bf939a Background Color
<div style="background-color:#bf939a">
Div content here</div>
This div background color is #bf939a
#bf939a Border Color
<div style="border:3px solid #bf939a">
Div here</div>
This div border color is #bf939a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,147,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bf939a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bf939a; -webkit-box-shadow: 1px 1px 3px 2px #bf939a; box-shadow: 1px 1px 3px 2px #bf939a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,147,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bf939a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bf939a; -webkit-box-shadow: 1px 1px 3px 2px #bf939a; box-shadow: 1px 1px 3px 2px #bf939a;">
Div content here</div>
This div box has shadow with color #bf939a
Comments
No comments written yet.
Please login to write comment.