Color Hex Logo

#bc706e Color Hex

#BC706E
(188,112,110)
0 Favorites   0 Comments

Color spaces of #bc706e

RGB 188112110
HSL0.000.370.58
HSV41°74°
CMYK 0.000.400.41   0.26
XYZ29.347723.405517.7228
Yxy23.40550.41640.3321
Hunter Lab48.379223.617612.1457
CIE-Lab55.487629.810814.0549

#bc706e color RGB value is (188,112,110).

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

The process color (four color CMYK) of #bc706e color hex is 0.00, 0.40, 0.41, 0.26. Web safe color of #bc706e is #cc6666. Color #bc706e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110000 01101110
Octal 274 160 156
Decimal 188 112 110
Hex BC 70 6E

RGB Percentages of Color #bc706e

%45.85
%27.32
%26.83

CMYK Percentages of Color #bc706e

%0
%40
%41
%26

Triadic Colors of #bc706e

#bc706e #6ebc70 #706ebc

Analogous Colors of #bc706e

#bc706e #bc976e #bc6e93

Monochromatic Colors of #bc706e

#bc706e

Complementary Color

#bc706e #6ebabc

#bc706e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc706e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc706e Color CSS Codes

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

#bc706e Text Font Color

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

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


#bc706e Background Color

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

This div background color is #bc706e


#bc706e Border Color

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

This div border color is #bc706e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc706e


Comments

No comments written yet.

Please login to write comment.