Color Hex Logo

#bc9391 Color Hex

#BC9391
(188,147,145)
1 Favorites   0 Comments

Color spaces of #bc9391

RGB 188147145
HSL0.010.240.65
HSV23°74°
CMYK 0.000.220.23   0.26
XYZ36.283633.603131.3618
Yxy33.60310.35840.3319
Hunter Lab57.968210.28298.5008
CIE-Lab64.646315.09766.9633

#bc9391 color RGB value is (188,147,145).

#bc9391 hex color red value is 188, green value is 147 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #bc9391 hue: 0.01 , saturation: 0.24 and the lightness value of bc9391 is 0.65.

The process color (four color CMYK) of #bc9391 color hex is 0.00, 0.22, 0.23, 0.26. Web safe color of #bc9391 is #cc9999. Color #bc9391 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010011 10010001
Octal 274 223 221
Decimal 188 147 145
Hex BC 93 91

RGB Percentages of Color #bc9391

%39.17
%30.63
%30.21

CMYK Percentages of Color #bc9391

%0
%22
%23
%26

Triadic Colors of #bc9391

#bc9391 #91bc93 #9391bc

Analogous Colors of #bc9391

#bc9391 #bca991 #bc91a5

Monochromatic Colors of #bc9391

#bc9391

Complementary Color

#bc9391 #91babc

#bc9391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9391 Color CSS Codes

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

#bc9391 Text Font Color

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

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


#bc9391 Background Color

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

This div background color is #bc9391


#bc9391 Border Color

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

This div border color is #bc9391


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9391

#bc9391 Color Palettes


Comments

No comments written yet.

Please login to write comment.