Color Hex Logo

#bc744e Color Hex

#BC744E
(188,116,78)
0 Favorites   0 Comments

Color spaces of #bc744e

RGB 18811678
HSL0.060.450.52
HSV21°59°74°
CMYK 0.000.380.59   0.26
XYZ28.359623.732210.2938
Yxy23.73220.45460.3804
Hunter Lab48.715718.660421.5728
CIE-Lab55.818724.547632.7148

#bc744e color RGB value is (188,116,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110100 01001110
Octal 274 164 116
Decimal 188 116 78
Hex BC 74 4E

RGB Percentages of Color #bc744e

%49.21
%30.37
%20.42

CMYK Percentages of Color #bc744e

%0
%38
%59
%26

Triadic Colors of #bc744e

#bc744e #4ebc74 #744ebc

Analogous Colors of #bc744e

#bc744e #bcab4e #bc4e5f

Monochromatic Colors of #bc744e

#bc744e

Complementary Color

#bc744e #4e96bc

#bc744e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc744e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc744e Color CSS Codes

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

#bc744e Text Font Color

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

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


#bc744e Background Color

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

This div background color is #bc744e


#bc744e Border Color

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

This div border color is #bc744e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc744e


Comments

No comments written yet.

Please login to write comment.