Color spaces of #bfa09e
RGB | 191 | 160 | 158 |
---|---|---|---|
HSL | 0.01 | 0.20 | 0.68 |
HSV | 4° | 17° | 75° |
CMYK | 0.00 | 0.16 | 0.17 0.25 |
XYZ | 40.2282 | 38.6866 | 37.6948 |
Yxy | 38.6866 | 0.3450 | 0.3318 |
Hunter Lab | 62.1986 | 6.6011 | 7.6069 |
CIE-Lab | 68.5236 | 11.0796 | 5.2970 |
#bfa09e color RGB value is (191,160,158).
#bfa09e hex color red value is 191, green value is 160 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bfa09e hue: 0.01 , saturation: 0.20 and the lightness value of bfa09e is 0.68.
The process color (four color CMYK) of #bfa09e color hex is 0.00, 0.16, 0.17, 0.25. Web safe color of #bfa09e is #cc9999. Color #bfa09e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10100000 | 10011110 |
Octal | 277 | 240 | 236 |
Decimal | 191 | 160 | 158 |
Hex | BF | A0 | 9E |
Shades of #bfa09e
Tints of #bfa09e
RGB Percentages of Color #bfa09e
CMYK Percentages of Color #bfa09e
Complementary Color
#bfa09e | #9ebdbf |
#bfa09e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfa09e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfa09e Color CSS Codes
.mybgcolor {background-color:#bfa09e; } .myforecolor {color:#bfa09e; } .mybordercolor {border:3px solid #bfa09e; }
#bfa09e Text Font Color
<p style="color:#bfa09e">Text here</p>
This sample text font color is #bfa09e
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.
#bfa09e Background Color
<div style="background-color:#bfa09e">
Div content here</div>
This div background color is #bfa09e
#bfa09e Border Color
<div style="border:3px solid #bfa09e">
Div here</div>
This div border color is #bfa09e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,160,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfa09e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfa09e; -webkit-box-shadow: 1px 1px 3px 2px #bfa09e; box-shadow: 1px 1px 3px 2px #bfa09e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,160,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfa09e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfa09e; -webkit-box-shadow: 1px 1px 3px 2px #bfa09e; box-shadow: 1px 1px 3px 2px #bfa09e;">
Div content here</div>
This div box has shadow with color #bfa09e
Comments
No comments written yet.
Please login to write comment.