Color Hex Logo

#bc561e Color Hex

#BC561E
(188,86,30)
0 Favorites   0 Comments

Color spaces of #bc561e

RGB 1888630
HSL0.060.720.43
HSV21°84°74°
CMYK 0.000.540.84   0.26
XYZ24.301217.44073.3139
Yxy17.44070.53940.3871
Hunter Lab41.762130.784924.5287
CIE-Lab48.810637.990149.2985

#bc561e color RGB value is (188,86,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010110 00011110
Octal 274 126 36
Decimal 188 86 30
Hex BC 56 1E

RGB Percentages of Color #bc561e

%61.84
%28.29
%9.87

CMYK Percentages of Color #bc561e

%0
%54
%84
%26

Triadic Colors of #bc561e

#bc561e #1ebc56 #561ebc

Analogous Colors of #bc561e

#bc561e #bca51e #bc1e35

Monochromatic Colors of #bc561e

#bc561e

Complementary Color

#bc561e #1e84bc

#bc561e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc561e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc561e Color CSS Codes

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

#bc561e Text Font Color

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

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


#bc561e Background Color

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

This div background color is #bc561e


#bc561e Border Color

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

This div border color is #bc561e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc561e


Comments

No comments written yet.

Please login to write comment.