Color spaces of #bfa372
RGB | 191 | 163 | 114 |
---|---|---|---|
HSL | 0.11 | 0.38 | 0.60 |
HSV | 38° | 40° | 75° |
CMYK | 0.00 | 0.15 | 0.40 0.25 |
XYZ | 37.6203 | 38.4857 | 21.3653 |
Yxy | 38.4857 | 0.3860 | 0.3948 |
Hunter Lab | 62.0368 | -0.3187 | 23.0065 |
CIE-Lab | 68.3771 | 3.4172 | 29.2580 |
#bfa372 color RGB value is (191,163,114).
#bfa372 hex color red value is 191, green value is 163 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #bfa372 hue: 0.11 , saturation: 0.38 and the lightness value of bfa372 is 0.60.
The process color (four color CMYK) of #bfa372 color hex is 0.00, 0.15, 0.40, 0.25. Web safe color of #bfa372 is #cc9966. Color #bfa372 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10100011 | 01110010 |
Octal | 277 | 243 | 162 |
Decimal | 191 | 163 | 114 |
Hex | BF | A3 | 72 |
Shades of #bfa372
Tints of #bfa372
RGB Percentages of Color #bfa372
CMYK Percentages of Color #bfa372
Complementary Color
#bfa372 | #728ebf |
#bfa372 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfa372 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfa372 Color CSS Codes
.mybgcolor {background-color:#bfa372; } .myforecolor {color:#bfa372; } .mybordercolor {border:3px solid #bfa372; }
#bfa372 Text Font Color
<p style="color:#bfa372">Text here</p>
This sample text font color is #bfa372
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.
#bfa372 Background Color
<div style="background-color:#bfa372">
Div content here</div>
This div background color is #bfa372
#bfa372 Border Color
<div style="border:3px solid #bfa372">
Div here</div>
This div border color is #bfa372
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,163,114, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfa372; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfa372; -webkit-box-shadow: 1px 1px 3px 2px #bfa372; box-shadow: 1px 1px 3px 2px #bfa372; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,163,114, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfa372">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfa372; -webkit-box-shadow: 1px 1px 3px 2px #bfa372; box-shadow: 1px 1px 3px 2px #bfa372;">
Div content here</div>
This div box has shadow with color #bfa372
Comments
No comments written yet.
Please login to write comment.