Color Hex Logo

#bc602e Color Hex

#BC602E
(188,96,46)
0 Favorites   0 Comments

Color spaces of #bc602e

RGB 1889646
HSL0.060.610.46
HSV21°76°74°
CMYK 0.000.490.76   0.26
XYZ25.415119.25444.9617
Yxy19.25440.51210.3879
Hunter Lab43.879826.597124.0117
CIE-Lab50.983533.400544.0523

#bc602e color RGB value is (188,96,46).

#bc602e hex color red value is 188, green value is 96 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bc602e hue: 0.06 , saturation: 0.61 and the lightness value of bc602e is 0.46.

The process color (four color CMYK) of #bc602e color hex is 0.00, 0.49, 0.76, 0.26. Web safe color of #bc602e is #cc6633. Color #bc602e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100000 00101110
Octal 274 140 56
Decimal 188 96 46
Hex BC 60 2E

RGB Percentages of Color #bc602e

%56.97
%29.09
%13.94

CMYK Percentages of Color #bc602e

%0
%49
%76
%26

Triadic Colors of #bc602e

#bc602e #2ebc60 #602ebc

Analogous Colors of #bc602e

#bc602e #bca72e #bc2e43

Monochromatic Colors of #bc602e

#bc602e

Complementary Color

#bc602e #2e8abc

#bc602e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc602e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc602e Color CSS Codes

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

#bc602e Text Font Color

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

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


#bc602e Background Color

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

This div background color is #bc602e


#bc602e Border Color

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

This div border color is #bc602e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc602e


Comments

No comments written yet.

Please login to write comment.