Color Hex Logo

#bc782e Color Hex

#BC782E
(188,120,46)
0 Favorites   0 Comments

Color spaces of #bc782e

RGB 18812046
HSL0.090.610.46
HSV31°76°74°
CMYK 0.000.360.76   0.26
XYZ27.948724.32165.8062
Yxy24.32160.48120.4188
Hunter Lab49.316914.854227.5415
CIE-Lab56.408420.384449.5630

#bc782e color RGB value is (188,120,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111000 00101110
Octal 274 170 56
Decimal 188 120 46
Hex BC 78 2E

RGB Percentages of Color #bc782e

%53.11
%33.90
%12.99

CMYK Percentages of Color #bc782e

%0
%36
%76
%26

Triadic Colors of #bc782e

#bc782e #2ebc78 #782ebc

Analogous Colors of #bc782e

#bc782e #b9bc2e #bc312e

Monochromatic Colors of #bc782e

#bc782e

Complementary Color

#bc782e #2e72bc

#bc782e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc782e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc782e Color CSS Codes

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

#bc782e Text Font Color

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

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


#bc782e Background Color

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

This div background color is #bc782e


#bc782e Border Color

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

This div border color is #bc782e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc782e


Comments

No comments written yet.

Please login to write comment.