Color Hex Logo

#bc784c Color Hex

#BC784C
(188,120,76)
0 Favorites   0 Comments

Color spaces of #bc784c

RGB 18812076
HSL0.070.460.52
HSV24°60°74°
CMYK 0.000.360.60   0.26
XYZ28.760024.646110.0788
Yxy24.64610.45300.3882
Hunter Lab49.644816.529322.7144
CIE-Lab56.729022.189034.9230

#bc784c color RGB value is (188,120,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111000 01001100
Octal 274 170 114
Decimal 188 120 76
Hex BC 78 4C

RGB Percentages of Color #bc784c

%48.96
%31.25
%19.79

CMYK Percentages of Color #bc784c

%0
%36
%60
%26

Triadic Colors of #bc784c

#bc784c #4cbc78 #784cbc

Analogous Colors of #bc784c

#bc784c #bcb04c #bc4c58

Monochromatic Colors of #bc784c

#bc784c

Complementary Color

#bc784c #4c90bc

#bc784c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc784c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc784c Color CSS Codes

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

#bc784c Text Font Color

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

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


#bc784c Background Color

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

This div background color is #bc784c


#bc784c Border Color

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

This div border color is #bc784c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc784c


Comments

No comments written yet.

Please login to write comment.