Color Hex Logo

#bc784e Color Hex

#BC784E
(188,120,78)
0 Favorites   0 Comments

Color spaces of #bc784e

RGB 18812078
HSL0.060.450.52
HSV23°59°74°
CMYK 0.000.360.59   0.26
XYZ28.830724.674410.4508
Yxy24.67440.45080.3858
Hunter Lab49.673316.674122.2973
CIE-Lab56.756822.343933.8713

#bc784e color RGB value is (188,120,78).

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

The process color (four color CMYK) of #bc784e color hex is 0.00, 0.36, 0.59, 0.26. Web safe color of #bc784e is #cc6666. Color #bc784e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111000 01001110
Octal 274 170 116
Decimal 188 120 78
Hex BC 78 4E

RGB Percentages of Color #bc784e

%48.70
%31.09
%20.21

CMYK Percentages of Color #bc784e

%0
%36
%59
%26

Triadic Colors of #bc784e

#bc784e #4ebc78 #784ebc

Analogous Colors of #bc784e

#bc784e #bcaf4e #bc4e5b

Monochromatic Colors of #bc784e

#bc784e

Complementary Color

#bc784e #4e92bc

#bc784e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc784e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc784e Color CSS Codes

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

#bc784e Text Font Color

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

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


#bc784e Background Color

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

This div background color is #bc784e


#bc784e Border Color

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

This div border color is #bc784e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc784e


Comments

No comments written yet.

Please login to write comment.