Color Hex Logo

#bc987f Color Hex

#BC987F
(188,152,127)
0 Favorites   0 Comments

Color spaces of #bc987f

RGB 188152127
HSL0.070.310.62
HSV25°32°74°
CMYK 0.000.190.32   0.26
XYZ35.798034.680124.8858
Yxy34.68010.37540.3637
Hunter Lab58.88985.449616.1680
CIE-Lab65.49889.797418.2338

#bc987f color RGB value is (188,152,127).

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

The process color (four color CMYK) of #bc987f color hex is 0.00, 0.19, 0.32, 0.26. Web safe color of #bc987f is #cc9966. Color #bc987f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011000 01111111
Octal 274 230 177
Decimal 188 152 127
Hex BC 98 7F

RGB Percentages of Color #bc987f

%40.26
%32.55
%27.19

CMYK Percentages of Color #bc987f

%0
%19
%32
%26

Triadic Colors of #bc987f

#bc987f #7fbc98 #987fbc

Analogous Colors of #bc987f

#bc987f #bcb77f #bc7f85

Monochromatic Colors of #bc987f

#bc987f

Complementary Color

#bc987f #7fa3bc

#bc987f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc987f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc987f Color CSS Codes

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

#bc987f Text Font Color

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

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


#bc987f Background Color

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

This div background color is #bc987f


#bc987f Border Color

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

This div border color is #bc987f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc987f


Comments

No comments written yet.

Please login to write comment.