Color Hex Logo

#bc645d Color Hex

#BC645D
(188,100,93)
0 Favorites   0 Comments

Color spaces of #bc645d

RGB 18810093
HSL0.010.410.55
HSV51°74°
CMYK 0.000.470.51   0.26
XYZ27.272020.596012.8940
Yxy20.59600.44880.3390
Hunter Lab45.382827.846514.9227
CIE-Lab52.504534.506019.8974

#bc645d color RGB value is (188,100,93).

#bc645d hex color red value is 188, green value is 100 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bc645d hue: 0.01 , saturation: 0.41 and the lightness value of bc645d is 0.55.

The process color (four color CMYK) of #bc645d color hex is 0.00, 0.47, 0.51, 0.26. Web safe color of #bc645d is #cc6666. Color #bc645d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100100 01011101
Octal 274 144 135
Decimal 188 100 93
Hex BC 64 5D

RGB Percentages of Color #bc645d

%49.34
%26.25
%24.41

CMYK Percentages of Color #bc645d

%0
%47
%51
%26

Triadic Colors of #bc645d

#bc645d #5dbc64 #645dbc

Analogous Colors of #bc645d

#bc645d #bc945d #bc5d86

Monochromatic Colors of #bc645d

#bc645d

Complementary Color

#bc645d #5db5bc

#bc645d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc645d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc645d Color CSS Codes

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

#bc645d Text Font Color

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

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


#bc645d Background Color

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

This div background color is #bc645d


#bc645d Border Color

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

This div border color is #bc645d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc645d


Comments

No comments written yet.

Please login to write comment.