Color spaces of #bd630c
RGB | 189 | 99 | 12 |
---|---|---|---|
HSL | 0.08 | 0.88 | 0.39 |
HSV | 29° | 94° | 74° |
CMYK | 0.00 | 0.48 | 0.94 0.26 |
XYZ | 25.5145 | 19.7690 | 2.8189 |
Yxy | 19.7690 | 0.5304 | 0.4110 |
Hunter Lab | 44.4623 | 24.6223 | 27.3647 |
CIE-Lab | 51.5750 | 31.2703 | 57.3430 |
#bd630c color RGB value is (189,99,12).
#bd630c hex color red value is 189, green value is 99 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #bd630c hue: 0.08 , saturation: 0.88 and the lightness value of bd630c is 0.39.
The process color (four color CMYK) of #bd630c color hex is 0.00, 0.48, 0.94, 0.26. Web safe color of #bd630c is #cc6600. Color #bd630c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 01100011 | 00001100 |
Octal | 275 | 143 | 14 |
Decimal | 189 | 99 | 12 |
Hex | BD | 63 | C |
Shades of #bd630c
Tints of #bd630c
RGB Percentages of Color #bd630c
CMYK Percentages of Color #bd630c
Complementary Color
#bd630c | #0c66bd |
#bd630c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd630c Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd630c Color CSS Codes
.mybgcolor {background-color:#bd630c; } .myforecolor {color:#bd630c; } .mybordercolor {border:3px solid #bd630c; }
#bd630c Text Font Color
<p style="color:#bd630c">Text here</p>
This sample text font color is #bd630c
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.
#bd630c Background Color
<div style="background-color:#bd630c">
Div content here</div>
This div background color is #bd630c
#bd630c Border Color
<div style="border:3px solid #bd630c">
Div here</div>
This div border color is #bd630c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,99,12, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd630c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd630c; -webkit-box-shadow: 1px 1px 3px 2px #bd630c; box-shadow: 1px 1px 3px 2px #bd630c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,99,12, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd630c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd630c; -webkit-box-shadow: 1px 1px 3px 2px #bd630c; box-shadow: 1px 1px 3px 2px #bd630c;">
Div content here</div>
This div box has shadow with color #bd630c
Comments
No comments written yet.
Please login to write comment.