Color Hex Logo

#bc756d Color Hex

#BC756D
(188,117,109)
0 Favorites   0 Comments

Color spaces of #bc756d

RGB 188117109
HSL0.020.370.58
HSV42°74°
CMYK 0.000.380.42   0.26
XYZ29.860624.518117.6266
Yxy24.51810.41470.3405
Hunter Lab49.515820.992313.5550
CIE-Lab56.602826.961116.1757

#bc756d color RGB value is (188,117,109).

#bc756d hex color red value is 188, green value is 117 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bc756d hue: 0.02 , saturation: 0.37 and the lightness value of bc756d is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110101 01101101
Octal 274 165 155
Decimal 188 117 109
Hex BC 75 6D

RGB Percentages of Color #bc756d

%45.41
%28.26
%26.33

CMYK Percentages of Color #bc756d

%0
%38
%42
%26

Triadic Colors of #bc756d

#bc756d #6dbc75 #756dbc

Analogous Colors of #bc756d

#bc756d #bc9d6d #bc6d8d

Monochromatic Colors of #bc756d

#bc756d

Complementary Color

#bc756d #6db4bc

#bc756d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc756d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc756d Color CSS Codes

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

#bc756d Text Font Color

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

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


#bc756d Background Color

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

This div background color is #bc756d


#bc756d Border Color

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

This div border color is #bc756d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc756d


Comments

No comments written yet.

Please login to write comment.