Color Hex Logo

#bc560d Color Hex

#BC560D
(188,86,13)
0 Favorites   0 Comments

Color spaces of #bc560d

RGB 1888613
HSL0.070.870.39
HSV25°93°74°
CMYK 0.000.540.93   0.26
XYZ24.139517.37602.4624
Yxy17.37600.54890.3951
Hunter Lab41.684530.421425.6768
CIE-Lab48.730337.630555.0458

#bc560d color RGB value is (188,86,13).

#bc560d hex color red value is 188, green value is 86 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #bc560d hue: 0.07 , saturation: 0.87 and the lightness value of bc560d is 0.39.

The process color (four color CMYK) of #bc560d color hex is 0.00, 0.54, 0.93, 0.26. Web safe color of #bc560d is #cc6600. Color #bc560d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010110 00001101
Octal 274 126 15
Decimal 188 86 13
Hex BC 56 D

RGB Percentages of Color #bc560d

%65.51
%29.97
%4.53

CMYK Percentages of Color #bc560d

%0
%54
%93
%26

Triadic Colors of #bc560d

#bc560d #0dbc56 #560dbc

Analogous Colors of #bc560d

#bc560d #bcae0d #bc0d1c

Monochromatic Colors of #bc560d

#bc560d

Complementary Color

#bc560d #0d73bc

#bc560d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc560d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc560d Color CSS Codes

.mybgcolor {background-color:#bc560d; } 
.myforecolor {color:#bc560d; }
.mybordercolor {border:3px solid #bc560d; }

#bc560d Text Font Color

<p style="color:#bc560d">Text here</p>

This sample text font color is #bc560d
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.


#bc560d Background Color

<div style="background-color:#bc560d">
Div content here</div>

This div background color is #bc560d


#bc560d Border Color

<div style="border:3px solid #bc560d">
Div here</div>

This div border color is #bc560d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,86,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bc560d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bc560d;
  -webkit-box-shadow: 1px 1px 3px 2px #bc560d;
  box-shadow:         1px 1px 3px 2px #bc560d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,86,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bc560d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bc560d;
  -webkit-box-shadow: 1px 1px 3px 2px #bc560d;
  box-shadow:         1px 1px 3px 2px #bc560d;">
Div content here</div>

This div box has shadow with color #bc560d


Comments

No comments written yet.

Please login to write comment.