Color Hex Logo

#bc600e Color Hex

#BC600E
(188,96,14)
0 Favorites   0 Comments

Color spaces of #bc600e

RGB 1889614
HSL0.080.860.40
HSV28°93°74°
CMYK 0.000.490.93   0.26
XYZ25.001219.08882.7823
Yxy19.08880.53340.4073
Hunter Lab43.690725.684526.8078
CIE-Lab50.790932.472456.2483

#bc600e color RGB value is (188,96,14).

#bc600e hex color red value is 188, green value is 96 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bc600e hue: 0.08 , saturation: 0.86 and the lightness value of bc600e is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100000 00001110
Octal 274 140 16
Decimal 188 96 14
Hex BC 60 E

RGB Percentages of Color #bc600e

%63.09
%32.21
%4.70

CMYK Percentages of Color #bc600e

%0
%49
%93
%26

Triadic Colors of #bc600e

#bc600e #0ebc60 #600ebc

Analogous Colors of #bc600e

#bc600e #bcb70e #bc0e13

Monochromatic Colors of #bc600e

#bc600e

Complementary Color

#bc600e #0e6abc

#bc600e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc600e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc600e Color CSS Codes

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

#bc600e Text Font Color

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

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


#bc600e Background Color

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

This div background color is #bc600e


#bc600e Border Color

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

This div border color is #bc600e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc600e


Comments

No comments written yet.

Please login to write comment.