Color Hex Logo

#bc987e Color Hex

#BC987E
(188,152,126)
0 Favorites   0 Comments

Color spaces of #bc987e

RGB 188152126
HSL0.070.320.62
HSV25°33°74°
CMYK 0.000.190.33   0.26
XYZ35.733234.654224.5443
Yxy34.65420.37640.3650
Hunter Lab58.86785.332116.4871
CIE-Lab65.47859.666918.7607

#bc987e color RGB value is (188,152,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011000 01111110
Octal 274 230 176
Decimal 188 152 126
Hex BC 98 7E

RGB Percentages of Color #bc987e

%40.34
%32.62
%27.04

CMYK Percentages of Color #bc987e

%0
%19
%33
%26

Triadic Colors of #bc987e

#bc987e #7ebc98 #987ebc

Analogous Colors of #bc987e

#bc987e #bcb77e #bc7e83

Monochromatic Colors of #bc987e

#bc987e

Complementary Color

#bc987e #7ea2bc

#bc987e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc987e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc987e Color CSS Codes

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

#bc987e Text Font Color

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

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


#bc987e Background Color

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

This div background color is #bc987e


#bc987e Border Color

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

This div border color is #bc987e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc987e


Comments

No comments written yet.

Please login to write comment.