Color spaces of #bd780f
RGB | 189 | 120 | 15 |
---|---|---|---|
HSL | 0.10 | 0.85 | 0.40 |
HSV | 36° | 92° | 74° |
CMYK | 0.00 | 0.37 | 0.92 0.26 |
XYZ | 27.7890 | 24.2862 | 3.6750 |
Yxy | 24.2862 | 0.4985 | 0.4356 |
Hunter Lab | 49.2810 | 14.4123 | 30.0753 |
CIE-Lab | 56.3732 | 19.9014 | 60.1472 |
#bd780f color RGB value is (189,120,15).
#bd780f hex color red value is 189, green value is 120 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bd780f hue: 0.10 , saturation: 0.85 and the lightness value of bd780f is 0.40.
The process color (four color CMYK) of #bd780f color hex is 0.00, 0.37, 0.92, 0.26. Web safe color of #bd780f is #cc6600. Color #bd780f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 01111000 | 00001111 |
Octal | 275 | 170 | 17 |
Decimal | 189 | 120 | 15 |
Hex | BD | 78 | F |
Shades of #bd780f
Tints of #bd780f
RGB Percentages of Color #bd780f
CMYK Percentages of Color #bd780f
Complementary Color
#bd780f | #0f54bd |
#bd780f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd780f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd780f Color CSS Codes
.mybgcolor {background-color:#bd780f; } .myforecolor {color:#bd780f; } .mybordercolor {border:3px solid #bd780f; }
#bd780f Text Font Color
<p style="color:#bd780f">Text here</p>
This sample text font color is #bd780f
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.
#bd780f Background Color
<div style="background-color:#bd780f">
Div content here</div>
This div background color is #bd780f
#bd780f Border Color
<div style="border:3px solid #bd780f">
Div here</div>
This div border color is #bd780f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,120,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd780f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd780f; -webkit-box-shadow: 1px 1px 3px 2px #bd780f; box-shadow: 1px 1px 3px 2px #bd780f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,120,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd780f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd780f; -webkit-box-shadow: 1px 1px 3px 2px #bd780f; box-shadow: 1px 1px 3px 2px #bd780f;">
Div content here</div>
This div box has shadow with color #bd780f
Comments
No comments written yet.
Please login to write comment.