Color Hex Logo

#bc555c Color Hex

#BC555C
(188,85,92)
0 Favorites   0 Comments

Color spaces of #bc555c

RGB 1888592
HSL0.990.430.54
HSV356°55°74°
CMYK 0.000.550.51   0.26
XYZ25.919317.961112.2259
Yxy17.96110.46200.3201
Hunter Lab42.380535.002012.5624
CIE-Lab49.448942.131516.3556

#bc555c color RGB value is (188,85,92).

#bc555c hex color red value is 188, green value is 85 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #bc555c hue: 0.99 , saturation: 0.43 and the lightness value of bc555c is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010101 01011100
Octal 274 125 134
Decimal 188 85 92
Hex BC 55 5C

RGB Percentages of Color #bc555c

%51.51
%23.29
%25.21

CMYK Percentages of Color #bc555c

%0
%55
%51
%26

Triadic Colors of #bc555c

#bc555c #5cbc55 #555cbc

Analogous Colors of #bc555c

#bc555c #bc8255 #bc5590

Monochromatic Colors of #bc555c

#bc555c

Complementary Color

#bc555c #55bcb5

#bc555c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc555c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc555c Color CSS Codes

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

#bc555c Text Font Color

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

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


#bc555c Background Color

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

This div background color is #bc555c


#bc555c Border Color

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

This div border color is #bc555c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc555c


Comments

No comments written yet.

Please login to write comment.