Color spaces of #bfbe73
RGB | 191 | 190 | 115 |
---|---|---|---|
HSL | 0.16 | 0.37 | 0.60 |
HSV | 59° | 40° | 75° |
CMYK | 0.00 | 0.01 | 0.40 0.25 |
XYZ | 42.9938 | 49.1411 | 23.4388 |
Yxy | 49.1411 | 0.3720 | 0.4252 |
Hunter Lab | 70.1007 | -13.1996 | 29.2464 |
CIE-Lab | 75.5390 | -10.7463 | 37.9620 |
#bfbe73 color RGB value is (191,190,115).
#bfbe73 hex color red value is 191, green value is 190 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #bfbe73 hue: 0.16 , saturation: 0.37 and the lightness value of bfbe73 is 0.60.
The process color (four color CMYK) of #bfbe73 color hex is 0.00, 0.01, 0.40, 0.25. Web safe color of #bfbe73 is #cccc66. Color #bfbe73 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10111110 | 01110011 |
Octal | 277 | 276 | 163 |
Decimal | 191 | 190 | 115 |
Hex | BF | BE | 73 |
Shades of #bfbe73
Tints of #bfbe73
RGB Percentages of Color #bfbe73
CMYK Percentages of Color #bfbe73
Complementary Color
#bfbe73 | #7374bf |
#bfbe73 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfbe73 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfbe73 Color CSS Codes
.mybgcolor {background-color:#bfbe73; } .myforecolor {color:#bfbe73; } .mybordercolor {border:3px solid #bfbe73; }
#bfbe73 Text Font Color
<p style="color:#bfbe73">Text here</p>
This sample text font color is #bfbe73
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.
#bfbe73 Background Color
<div style="background-color:#bfbe73">
Div content here</div>
This div background color is #bfbe73
#bfbe73 Border Color
<div style="border:3px solid #bfbe73">
Div here</div>
This div border color is #bfbe73
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,190,115, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfbe73; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfbe73; -webkit-box-shadow: 1px 1px 3px 2px #bfbe73; box-shadow: 1px 1px 3px 2px #bfbe73; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,190,115, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfbe73">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfbe73; -webkit-box-shadow: 1px 1px 3px 2px #bfbe73; box-shadow: 1px 1px 3px 2px #bfbe73;">
Div content here</div>
This div box has shadow with color #bfbe73
Comments
No comments written yet.
Please login to write comment.