Color Hex Logo

#bc562a Color Hex

#BC562A
(188,86,42)
0 Favorites   0 Comments

Color spaces of #bc562a

RGB 1888642
HSL0.050.630.45
HSV18°78°74°
CMYK 0.000.540.78   0.26
XYZ24.484717.51414.2806
Yxy17.51410.52910.3784
Hunter Lab41.849931.196123.2304
CIE-Lab48.901438.395543.8933

#bc562a color RGB value is (188,86,42).

#bc562a hex color red value is 188, green value is 86 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bc562a hue: 0.05 , saturation: 0.63 and the lightness value of bc562a is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010110 00101010
Octal 274 126 52
Decimal 188 86 42
Hex BC 56 2A

RGB Percentages of Color #bc562a

%59.49
%27.22
%13.29

CMYK Percentages of Color #bc562a

%0
%54
%78
%26

Triadic Colors of #bc562a

#bc562a #2abc56 #562abc

Analogous Colors of #bc562a

#bc562a #bc9f2a #bc2a47

Monochromatic Colors of #bc562a

#bc562a

Complementary Color

#bc562a #2a90bc

#bc562a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc562a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc562a Color CSS Codes

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

#bc562a Text Font Color

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

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


#bc562a Background Color

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

This div background color is #bc562a


#bc562a Border Color

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

This div border color is #bc562a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc562a


Comments

No comments written yet.

Please login to write comment.