Color spaces of #bc863b
RGB | 188 | 134 | 59 |
---|---|---|---|
HSL | 0.10 | 0.52 | 0.48 |
HSV | 35° | 69° | 74° |
CMYK | 0.00 | 0.29 | 0.69 0.26 |
XYZ | 30.0536 | 28.0573 | 7.9693 |
Yxy | 28.0573 | 0.4548 | 0.4246 |
Hunter Lab | 52.9691 | 8.5812 | 28.1581 |
CIE-Lab | 59.9405 | 13.3055 | 47.2721 |
#bc863b color RGB value is (188,134,59).
#bc863b hex color red value is 188, green value is 134 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bc863b hue: 0.10 , saturation: 0.52 and the lightness value of bc863b is 0.48.
The process color (four color CMYK) of #bc863b color hex is 0.00, 0.29, 0.69, 0.26. Web safe color of #bc863b is #cc9933. Color #bc863b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10000110 | 00111011 |
Octal | 274 | 206 | 73 |
Decimal | 188 | 134 | 59 |
Hex | BC | 86 | 3B |
Shades of #bc863b
Tints of #bc863b
RGB Percentages of Color #bc863b
CMYK Percentages of Color #bc863b
Complementary Color
#bc863b | #3b71bc |
#bc863b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc863b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc863b Color CSS Codes
.mybgcolor {background-color:#bc863b; } .myforecolor {color:#bc863b; } .mybordercolor {border:3px solid #bc863b; }
#bc863b Text Font Color
<p style="color:#bc863b">Text here</p>
This sample text font color is #bc863b
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.
#bc863b Background Color
<div style="background-color:#bc863b">
Div content here</div>
This div background color is #bc863b
#bc863b Border Color
<div style="border:3px solid #bc863b">
Div here</div>
This div border color is #bc863b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,134,59, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc863b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc863b; -webkit-box-shadow: 1px 1px 3px 2px #bc863b; box-shadow: 1px 1px 3px 2px #bc863b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,134,59, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc863b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc863b; -webkit-box-shadow: 1px 1px 3px 2px #bc863b; box-shadow: 1px 1px 3px 2px #bc863b;">
Div content here</div>
This div box has shadow with color #bc863b
Comments
No comments written yet.
Please login to write comment.