Color Hex Logo

#bc7558 Color Hex

#BC7558
(188,117,88)
0 Favorites   0 Comments

Color spaces of #bc7558

RGB 18811788
HSL0.050.430.54
HSV17°53°74°
CMYK 0.000.380.53   0.26
XYZ28.861824.118512.3667
Yxy24.11850.44170.3691
Hunter Lab49.110618.959119.4474
CIE-Lab56.206224.837727.6372

#bc7558 color RGB value is (188,117,88).

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

The process color (four color CMYK) of #bc7558 color hex is 0.00, 0.38, 0.53, 0.26. Web safe color of #bc7558 is #cc6666. Color #bc7558 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110101 01011000
Octal 274 165 130
Decimal 188 117 88
Hex BC 75 58

RGB Percentages of Color #bc7558

%47.84
%29.77
%22.39

CMYK Percentages of Color #bc7558

%0
%38
%53
%26

Triadic Colors of #bc7558

#bc7558 #58bc75 #7558bc

Analogous Colors of #bc7558

#bc7558 #bca758 #bc586d

Monochromatic Colors of #bc7558

#bc7558

Complementary Color

#bc7558 #589fbc

#bc7558 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7558 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7558 Color CSS Codes

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

#bc7558 Text Font Color

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

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


#bc7558 Background Color

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

This div background color is #bc7558


#bc7558 Border Color

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

This div border color is #bc7558


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7558


Comments

No comments written yet.

Please login to write comment.