Color Hex Logo

#bc8780 Color Hex

#BC8780
(188,135,128)
0 Favorites   0 Comments

Color spaces of #bc8780

RGB 188135128
HSL0.020.310.62
HSV32°74°
CMYK 0.000.280.32   0.26
XYZ33.299329.577824.3761
Yxy29.57780.38160.3390
Hunter Lab54.385514.117911.4955
CIE-Lab61.288219.342011.8147

#bc8780 color RGB value is (188,135,128).

#bc8780 hex color red value is 188, green value is 135 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #bc8780 hue: 0.02 , saturation: 0.31 and the lightness value of bc8780 is 0.62.

The process color (four color CMYK) of #bc8780 color hex is 0.00, 0.28, 0.32, 0.26. Web safe color of #bc8780 is #cc9999. Color #bc8780 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000111 10000000
Octal 274 207 200
Decimal 188 135 128
Hex BC 87 80

RGB Percentages of Color #bc8780

%41.69
%29.93
%28.38

CMYK Percentages of Color #bc8780

%0
%28
%32
%26

Triadic Colors of #bc8780

#bc8780 #80bc87 #8780bc

Analogous Colors of #bc8780

#bc8780 #bca580 #bc8097

Monochromatic Colors of #bc8780

#bc8780

Complementary Color

#bc8780 #80b5bc

#bc8780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8780 Color CSS Codes

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

#bc8780 Text Font Color

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

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


#bc8780 Background Color

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

This div background color is #bc8780


#bc8780 Border Color

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

This div border color is #bc8780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8780


Comments

No comments written yet.

Please login to write comment.