Color Hex Logo

#bc957e Color Hex

#BC957E
(188,149,126)
0 Favorites   0 Comments

Color spaces of #bc957e

RGB 188149126
HSL0.060.320.62
HSV22°33°74°
CMYK 0.000.210.33   0.26
XYZ35.252433.692624.3840
Yxy33.69260.37770.3610
Hunter Lab58.04536.828315.7249
CIE-Lab64.717811.320017.7147

#bc957e color RGB value is (188,149,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010101 01111110
Octal 274 225 176
Decimal 188 149 126
Hex BC 95 7E

RGB Percentages of Color #bc957e

%40.60
%32.18
%27.21

CMYK Percentages of Color #bc957e

%0
%21
%33
%26

Triadic Colors of #bc957e

#bc957e #7ebc95 #957ebc

Analogous Colors of #bc957e

#bc957e #bcb47e #bc7e86

Monochromatic Colors of #bc957e

#bc957e

Complementary Color

#bc957e #7ea5bc

#bc957e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc957e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc957e Color CSS Codes

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

#bc957e Text Font Color

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

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


#bc957e Background Color

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

This div background color is #bc957e


#bc957e Border Color

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

This div border color is #bc957e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc957e


Comments

No comments written yet.

Please login to write comment.