Color Hex Logo

#bc774e Color Hex

#BC774E
(188,119,78)
0 Favorites   0 Comments

Color spaces of #bc774e

RGB 18811978
HSL0.060.450.52
HSV22°59°74°
CMYK 0.000.370.59   0.26
XYZ28.711024.435110.4109
Yxy24.43510.45170.3845
Hunter Lab49.431917.170522.1152
CIE-Lab56.520822.895433.5812

#bc774e color RGB value is (188,119,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110111 01001110
Octal 274 167 116
Decimal 188 119 78
Hex BC 77 4E

RGB Percentages of Color #bc774e

%48.83
%30.91
%20.26

CMYK Percentages of Color #bc774e

%0
%37
%59
%26

Triadic Colors of #bc774e

#bc774e #4ebc77 #774ebc

Analogous Colors of #bc774e

#bc774e #bcae4e #bc4e5c

Monochromatic Colors of #bc774e

#bc774e

Complementary Color

#bc774e #4e93bc

#bc774e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc774e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc774e Color CSS Codes

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

#bc774e Text Font Color

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

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


#bc774e Background Color

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

This div background color is #bc774e


#bc774e Border Color

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

This div border color is #bc774e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,119,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 #bc774e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc774e


Comments

No comments written yet.

Please login to write comment.