Color Hex Logo

#bc4301 Color Hex

#BC4301
(188,67,1)
0 Favorites   0 Comments

Color spaces of #bc4301

RGB 188671
HSL0.060.990.37
HSV21°99°74°
CMYK 0.000.640.99   0.26
XYZ22.751714.70791.6685
Yxy14.70790.58150.3759
Hunter Lab38.350938.781324.2661
CIE-Lab45.231546.523655.8949

#bc4301 color RGB value is (188,67,1).

#bc4301 hex color red value is 188, green value is 67 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #bc4301 hue: 0.06 , saturation: 0.99 and the lightness value of bc4301 is 0.37.

The process color (four color CMYK) of #bc4301 color hex is 0.00, 0.64, 0.99, 0.26. Web safe color of #bc4301 is #cc3300. Color #bc4301 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000011 00000001
Octal 274 103 1
Decimal 188 67 1
Hex BC 43 1

RGB Percentages of Color #bc4301

%73.44
%26.17
%0.39

CMYK Percentages of Color #bc4301

%0
%64
%99
%26

Triadic Colors of #bc4301

#bc4301 #01bc43 #4301bc

Analogous Colors of #bc4301

#bc4301 #bca101 #bc011d

Monochromatic Colors of #bc4301

#bc4301

Complementary Color

#bc4301 #017abc

#bc4301 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4301 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4301 Color CSS Codes

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

#bc4301 Text Font Color

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

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


#bc4301 Background Color

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

This div background color is #bc4301


#bc4301 Border Color

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

This div border color is #bc4301


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4301


Comments

No comments written yet.

Please login to write comment.