Color Hex Logo

#bc561f Color Hex

#BC561F
(188,86,31)
0 Favorites   0 Comments

Color spaces of #bc561f

RGB 1888631
HSL0.060.720.43
HSV21°84°74°
CMYK 0.000.540.84   0.26
XYZ24.314117.44593.3822
Yxy17.44590.53860.3865
Hunter Lab41.768330.813724.4368
CIE-Lab48.817038.018548.8836

#bc561f color RGB value is (188,86,31).

#bc561f hex color red value is 188, green value is 86 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #bc561f hue: 0.06 , saturation: 0.72 and the lightness value of bc561f is 0.43.

The process color (four color CMYK) of #bc561f color hex is 0.00, 0.54, 0.84, 0.26. Web safe color of #bc561f is #cc6633. Color #bc561f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010110 00011111
Octal 274 126 37
Decimal 188 86 31
Hex BC 56 1F

RGB Percentages of Color #bc561f

%61.64
%28.20
%10.16

CMYK Percentages of Color #bc561f

%0
%54
%84
%26

Triadic Colors of #bc561f

#bc561f #1fbc56 #561fbc

Analogous Colors of #bc561f

#bc561f #bca51f #bc1f36

Monochromatic Colors of #bc561f

#bc561f

Complementary Color

#bc561f #1f85bc

#bc561f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc561f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc561f Color CSS Codes

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

#bc561f Text Font Color

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

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


#bc561f Background Color

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

This div background color is #bc561f


#bc561f Border Color

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

This div border color is #bc561f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc561f


Comments

No comments written yet.

Please login to write comment.