Color Hex Logo

#bc743e Color Hex

#BC743E
(188,116,62)
0 Favorites   0 Comments

Color spaces of #bc743e

RGB 18811662
HSL0.070.500.49
HSV26°67°74°
CMYK 0.000.380.67   0.26
XYZ27.853923.52997.6311
Yxy23.52990.47200.3987
Hunter Lab48.507617.609424.6280
CIE-Lab55.614023.431941.0133

#bc743e color RGB value is (188,116,62).

#bc743e hex color red value is 188, green value is 116 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bc743e hue: 0.07 , saturation: 0.50 and the lightness value of bc743e is 0.49.

The process color (four color CMYK) of #bc743e color hex is 0.00, 0.38, 0.67, 0.26. Web safe color of #bc743e is #cc6633. Color #bc743e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110100 00111110
Octal 274 164 76
Decimal 188 116 62
Hex BC 74 3E

RGB Percentages of Color #bc743e

%51.37
%31.69
%16.94

CMYK Percentages of Color #bc743e

%0
%38
%67
%26

Triadic Colors of #bc743e

#bc743e #3ebc74 #743ebc

Analogous Colors of #bc743e

#bc743e #bcb33e #bc3e47

Monochromatic Colors of #bc743e

#bc743e

Complementary Color

#bc743e #3e86bc

#bc743e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc743e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc743e Color CSS Codes

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

#bc743e Text Font Color

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

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


#bc743e Background Color

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

This div background color is #bc743e


#bc743e Border Color

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

This div border color is #bc743e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc743e


Comments

No comments written yet.

Please login to write comment.