Color Hex Logo

#bc784d Color Hex

#BC784D
(188,120,77)
0 Favorites   0 Comments

Color spaces of #bc784d

RGB 18812077
HSL0.060.450.52
HSV23°59°74°
CMYK 0.000.360.59   0.26
XYZ28.795124.660110.2634
Yxy24.66010.45190.3870
Hunter Lab49.658916.601422.5073
CIE-Lab56.742722.266134.3978

#bc784d color RGB value is (188,120,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111000 01001101
Octal 274 170 115
Decimal 188 120 77
Hex BC 78 4D

RGB Percentages of Color #bc784d

%48.83
%31.17
%20.00

CMYK Percentages of Color #bc784d

%0
%36
%59
%26

Triadic Colors of #bc784d

#bc784d #4dbc78 #784dbc

Analogous Colors of #bc784d

#bc784d #bcb04d #bc4d59

Monochromatic Colors of #bc784d

#bc784d

Complementary Color

#bc784d #4d91bc

#bc784d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc784d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc784d Color CSS Codes

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

#bc784d Text Font Color

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

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


#bc784d Background Color

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

This div background color is #bc784d


#bc784d Border Color

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

This div border color is #bc784d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc784d


Comments

No comments written yet.

Please login to write comment.