Color Hex Logo

#bc7659 Color Hex

#BC7659
(188,118,89)
0 Favorites   0 Comments

Color spaces of #bc7659

RGB 18811889
HSL0.050.420.54
HSV18°53°74°
CMYK 0.000.370.53   0.26
XYZ29.020624.369512.6254
Yxy24.36950.43960.3691
Hunter Lab49.365518.545619.3922
CIE-Lab56.455924.377027.3969

#bc7659 color RGB value is (188,118,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110110 01011001
Octal 274 166 131
Decimal 188 118 89
Hex BC 76 59

RGB Percentages of Color #bc7659

%47.59
%29.87
%22.53

CMYK Percentages of Color #bc7659

%0
%37
%53
%26

Triadic Colors of #bc7659

#bc7659 #59bc76 #7659bc

Analogous Colors of #bc7659

#bc7659 #bca859 #bc596e

Monochromatic Colors of #bc7659

#bc7659

Complementary Color

#bc7659 #599fbc

#bc7659 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7659 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7659 Color CSS Codes

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

#bc7659 Text Font Color

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

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


#bc7659 Background Color

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

This div background color is #bc7659


#bc7659 Border Color

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

This div border color is #bc7659


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7659


Comments

No comments written yet.

Please login to write comment.