Color spaces of #bfa58e
RGB | 191 | 165 | 142 |
---|---|---|---|
HSL | 0.08 | 0.28 | 0.65 |
HSV | 28° | 26° | 75° |
CMYK | 0.00 | 0.14 | 0.26 0.25 |
XYZ | 39.8235 | 39.9396 | 31.2014 |
Yxy | 39.9396 | 0.3589 | 0.3599 |
Hunter Lab | 63.1978 | 1.8840 | 14.9664 |
CIE-Lab | 69.4265 | 5.9248 | 15.4306 |
#bfa58e color RGB value is (191,165,142).
#bfa58e hex color red value is 191, green value is 165 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bfa58e hue: 0.08 , saturation: 0.28 and the lightness value of bfa58e is 0.65.
The process color (four color CMYK) of #bfa58e color hex is 0.00, 0.14, 0.26, 0.25. Web safe color of #bfa58e is #cc9999. Color #bfa58e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10100101 | 10001110 |
Octal | 277 | 245 | 216 |
Decimal | 191 | 165 | 142 |
Hex | BF | A5 | 8E |
Shades of #bfa58e
Tints of #bfa58e
RGB Percentages of Color #bfa58e
CMYK Percentages of Color #bfa58e
Complementary Color
#bfa58e | #8ea8bf |
#bfa58e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfa58e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfa58e Color CSS Codes
.mybgcolor {background-color:#bfa58e; } .myforecolor {color:#bfa58e; } .mybordercolor {border:3px solid #bfa58e; }
#bfa58e Text Font Color
<p style="color:#bfa58e">Text here</p>
This sample text font color is #bfa58e
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.
#bfa58e Background Color
<div style="background-color:#bfa58e">
Div content here</div>
This div background color is #bfa58e
#bfa58e Border Color
<div style="border:3px solid #bfa58e">
Div here</div>
This div border color is #bfa58e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,165,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfa58e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfa58e; -webkit-box-shadow: 1px 1px 3px 2px #bfa58e; box-shadow: 1px 1px 3px 2px #bfa58e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,165,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfa58e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfa58e; -webkit-box-shadow: 1px 1px 3px 2px #bfa58e; box-shadow: 1px 1px 3px 2px #bfa58e;">
Div content here</div>
This div box has shadow with color #bfa58e
Comments
No comments written yet.
Please login to write comment.