Color spaces of #bf954e
RGB | 191 | 149 | 78 |
---|---|---|---|
HSL | 0.10 | 0.47 | 0.53 |
HSV | 38° | 59° | 75° |
CMYK | 0.00 | 0.22 | 0.59 0.25 |
XYZ | 33.6084 | 33.1213 | 11.8294 |
Yxy | 33.1213 | 0.4278 | 0.4216 |
Hunter Lab | 57.5511 | 3.5251 | 28.0990 |
CIE-Lab | 64.2590 | 7.6242 | 42.9448 |
#bf954e color RGB value is (191,149,78).
#bf954e hex color red value is 191, green value is 149 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bf954e hue: 0.10 , saturation: 0.47 and the lightness value of bf954e is 0.53.
The process color (four color CMYK) of #bf954e color hex is 0.00, 0.22, 0.59, 0.25. Web safe color of #bf954e is #cc9966. Color #bf954e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10010101 | 01001110 |
Octal | 277 | 225 | 116 |
Decimal | 191 | 149 | 78 |
Hex | BF | 95 | 4E |
Shades of #bf954e
Tints of #bf954e
RGB Percentages of Color #bf954e
CMYK Percentages of Color #bf954e
Complementary Color
#bf954e | #4e78bf |
#bf954e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bf954e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bf954e Color CSS Codes
.mybgcolor {background-color:#bf954e; } .myforecolor {color:#bf954e; } .mybordercolor {border:3px solid #bf954e; }
#bf954e Text Font Color
<p style="color:#bf954e">Text here</p>
This sample text font color is #bf954e
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.
#bf954e Background Color
<div style="background-color:#bf954e">
Div content here</div>
This div background color is #bf954e
#bf954e Border Color
<div style="border:3px solid #bf954e">
Div here</div>
This div border color is #bf954e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,149,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bf954e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bf954e; -webkit-box-shadow: 1px 1px 3px 2px #bf954e; box-shadow: 1px 1px 3px 2px #bf954e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,149,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bf954e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bf954e; -webkit-box-shadow: 1px 1px 3px 2px #bf954e; box-shadow: 1px 1px 3px 2px #bf954e;">
Div content here</div>
This div box has shadow with color #bf954e
Comments
No comments written yet.
Please login to write comment.