Color Hex Logo

#bc4504 Color Hex

#BC4504
(188,69,4)
0 Favorites   0 Comments

Color spaces of #bc4504

RGB 188694
HSL0.060.960.38
HSV21°98°74°
CMYK 0.000.630.98   0.26
XYZ22.889114.95641.7953
Yxy14.95640.57740.3773
Hunter Lab38.673537.967424.3191
CIE-Lab45.574445.669255.2584

#bc4504 color RGB value is (188,69,4).

#bc4504 hex color red value is 188, green value is 69 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #bc4504 hue: 0.06 , saturation: 0.96 and the lightness value of bc4504 is 0.38.

The process color (four color CMYK) of #bc4504 color hex is 0.00, 0.63, 0.98, 0.26. Web safe color of #bc4504 is #cc3300. Color #bc4504 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000101 00000100
Octal 274 105 4
Decimal 188 69 4
Hex BC 45 4

RGB Percentages of Color #bc4504

%72.03
%26.44
%1.53

CMYK Percentages of Color #bc4504

%0
%63
%98
%26

Triadic Colors of #bc4504

#bc4504 #04bc45 #4504bc

Analogous Colors of #bc4504

#bc4504 #bca104 #bc041f

Monochromatic Colors of #bc4504

#bc4504

Complementary Color

#bc4504 #047bbc

#bc4504 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4504 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4504 Color CSS Codes

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

#bc4504 Text Font Color

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

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


#bc4504 Background Color

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

This div background color is #bc4504


#bc4504 Border Color

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

This div border color is #bc4504


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4504


Comments

No comments written yet.

Please login to write comment.