Color spaces of #bc482f
RGB | 188 | 72 | 47 |
---|---|---|---|
HSL | 0.03 | 0.60 | 0.46 |
HSV | 11° | 75° | 74° |
CMYK | 0.00 | 0.62 | 0.75 0.26 |
XYZ | 23.5695 | 15.5313 | 4.4449 |
Yxy | 15.5313 | 0.5413 | 0.3567 |
Hunter Lab | 39.4098 | 37.7870 | 20.8997 |
CIE-Lab | 46.3535 | 45.3636 | 38.6412 |
#bc482f color RGB value is (188,72,47).
#bc482f hex color red value is 188, green value is 72 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bc482f hue: 0.03 , saturation: 0.60 and the lightness value of bc482f is 0.46.
The process color (four color CMYK) of #bc482f color hex is 0.00, 0.62, 0.75, 0.26. Web safe color of #bc482f is #cc3333. Color #bc482f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 01001000 | 00101111 |
Octal | 274 | 110 | 57 |
Decimal | 188 | 72 | 47 |
Hex | BC | 48 | 2F |
Shades of #bc482f
Tints of #bc482f
RGB Percentages of Color #bc482f
CMYK Percentages of Color #bc482f
Complementary Color
#bc482f | #2fa3bc |
#bc482f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc482f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc482f Color CSS Codes
.mybgcolor {background-color:#bc482f; } .myforecolor {color:#bc482f; } .mybordercolor {border:3px solid #bc482f; }
#bc482f Text Font Color
<p style="color:#bc482f">Text here</p>
This sample text font color is #bc482f
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.
#bc482f Background Color
<div style="background-color:#bc482f">
Div content here</div>
This div background color is #bc482f
#bc482f Border Color
<div style="border:3px solid #bc482f">
Div here</div>
This div border color is #bc482f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,72,47, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc482f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc482f; -webkit-box-shadow: 1px 1px 3px 2px #bc482f; box-shadow: 1px 1px 3px 2px #bc482f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,72,47, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc482f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc482f; -webkit-box-shadow: 1px 1px 3px 2px #bc482f; box-shadow: 1px 1px 3px 2px #bc482f;">
Div content here</div>
This div box has shadow with color #bc482f
Comments
No comments written yet.
Please login to write comment.