Color Hex Logo

#bc782c Color Hex

#BC782C
(188,120,44)
0 Favorites   0 Comments

Color spaces of #bc782c

RGB 18812044
HSL0.090.620.45
HSV32°77°74°
CMYK 0.000.360.77   0.26
XYZ27.910124.30625.6034
Yxy24.30620.48270.4204
Hunter Lab49.301314.773827.7722
CIE-Lab56.393120.297150.4235

#bc782c color RGB value is (188,120,44).

#bc782c hex color red value is 188, green value is 120 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #bc782c hue: 0.09 , saturation: 0.62 and the lightness value of bc782c is 0.45.

The process color (four color CMYK) of #bc782c color hex is 0.00, 0.36, 0.77, 0.26. Web safe color of #bc782c is #cc6633. Color #bc782c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111000 00101100
Octal 274 170 54
Decimal 188 120 44
Hex BC 78 2C

RGB Percentages of Color #bc782c

%53.41
%34.09
%12.50

CMYK Percentages of Color #bc782c

%0
%36
%77
%26

Triadic Colors of #bc782c

#bc782c #2cbc78 #782cbc

Analogous Colors of #bc782c

#bc782c #b8bc2c #bc302c

Monochromatic Colors of #bc782c

#bc782c

Complementary Color

#bc782c #2c70bc

#bc782c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc782c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc782c Color CSS Codes

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

#bc782c Text Font Color

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

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


#bc782c Background Color

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

This div background color is #bc782c


#bc782c Border Color

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

This div border color is #bc782c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc782c


Comments

No comments written yet.

Please login to write comment.