Color Hex Logo

#bc6504 Color Hex

#BC6504
(188,101,4)
0 Favorites   0 Comments

Color spaces of #bc6504

RGB 1881014
HSL0.090.960.38
HSV32°98°74°
CMYK 0.000.460.98   0.26
XYZ25.414620.00752.6372
Yxy20.00750.52880.4163
Hunter Lab44.729723.143327.8152
CIE-Lab51.845729.682159.1092

#bc6504 color RGB value is (188,101,4).

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

The process color (four color CMYK) of #bc6504 color hex is 0.00, 0.46, 0.98, 0.26. Web safe color of #bc6504 is #cc6600. Color #bc6504 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100101 00000100
Octal 274 145 4
Decimal 188 101 4
Hex BC 65 4

RGB Percentages of Color #bc6504

%64.16
%34.47
%1.37

CMYK Percentages of Color #bc6504

%0
%46
%98
%26

Triadic Colors of #bc6504

#bc6504 #04bc65 #6504bc

Analogous Colors of #bc6504

#bc6504 #b7bc04 #bc0904

Monochromatic Colors of #bc6504

#bc6504

Complementary Color

#bc6504 #045bbc

#bc6504 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc6504 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc6504 Color CSS Codes

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

#bc6504 Text Font Color

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

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


#bc6504 Background Color

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

This div background color is #bc6504


#bc6504 Border Color

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

This div border color is #bc6504


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,101,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 #bc6504">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc6504


Comments

No comments written yet.

Please login to write comment.