Color Hex Logo

#bc716e Color Hex

#BC716E
(188,113,110)
0 Favorites   0 Comments

Color spaces of #bc716e

RGB 188113110
HSL0.010.370.58
HSV41°74°
CMYK 0.000.400.41   0.26
XYZ29.458623.627417.7598
Yxy23.62740.41580.3335
Hunter Lab48.608023.114812.3630
CIE-Lab55.712829.265314.3673

#bc716e color RGB value is (188,113,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110001 01101110
Octal 274 161 156
Decimal 188 113 110
Hex BC 71 6E

RGB Percentages of Color #bc716e

%45.74
%27.49
%26.76

CMYK Percentages of Color #bc716e

%0
%40
%41
%26

Triadic Colors of #bc716e

#bc716e #6ebc71 #716ebc

Analogous Colors of #bc716e

#bc716e #bc986e #bc6e92

Monochromatic Colors of #bc716e

#bc716e

Complementary Color

#bc716e #6eb9bc

#bc716e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc716e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc716e Color CSS Codes

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

#bc716e Text Font Color

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

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


#bc716e Background Color

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

This div background color is #bc716e


#bc716e Border Color

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

This div border color is #bc716e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,113,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 #bc716e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc716e


Comments

No comments written yet.

Please login to write comment.