Color Hex Logo

#bc704e Color Hex

#BC704E
(188,112,78)
0 Favorites   0 Comments

Color spaces of #bc704e

RGB 18811278
HSL0.050.450.52
HSV19°59°74°
CMYK 0.000.400.59   0.26
XYZ27.908422.829810.1434
Yxy22.82980.45840.3750
Hunter Lab47.780520.645120.8596
CIE-Lab54.896626.740731.5709

#bc704e color RGB value is (188,112,78).

#bc704e hex color red value is 188, green value is 112 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bc704e hue: 0.05 , saturation: 0.45 and the lightness value of bc704e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110000 01001110
Octal 274 160 116
Decimal 188 112 78
Hex BC 70 4E

RGB Percentages of Color #bc704e

%49.74
%29.63
%20.63

CMYK Percentages of Color #bc704e

%0
%40
%59
%26

Triadic Colors of #bc704e

#bc704e #4ebc70 #704ebc

Analogous Colors of #bc704e

#bc704e #bca74e #bc4e63

Monochromatic Colors of #bc704e

#bc704e

Complementary Color

#bc704e #4e9abc

#bc704e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc704e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc704e Color CSS Codes

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

#bc704e Text Font Color

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

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


#bc704e Background Color

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

This div background color is #bc704e


#bc704e Border Color

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

This div border color is #bc704e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc704e


Comments

No comments written yet.

Please login to write comment.