Color Hex Logo

#bc743f Color Hex

#BC743F
(188,116,63)
0 Favorites   0 Comments

Color spaces of #bc743f

RGB 18811663
HSL0.070.500.49
HSV25°66°74°
CMYK 0.000.380.66   0.26
XYZ27.881623.54107.7770
Yxy23.54100.47100.3977
Hunter Lab48.519117.667124.4599
CIE-Lab55.625323.493440.5105

#bc743f color RGB value is (188,116,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110100 00111111
Octal 274 164 77
Decimal 188 116 63
Hex BC 74 3F

RGB Percentages of Color #bc743f

%51.23
%31.61
%17.17

CMYK Percentages of Color #bc743f

%0
%38
%66
%26

Triadic Colors of #bc743f

#bc743f #3fbc74 #743fbc

Analogous Colors of #bc743f

#bc743f #bcb33f #bc3f49

Monochromatic Colors of #bc743f

#bc743f

Complementary Color

#bc743f #3f87bc

#bc743f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc743f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc743f Color CSS Codes

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

#bc743f Text Font Color

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

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


#bc743f Background Color

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

This div background color is #bc743f


#bc743f Border Color

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

This div border color is #bc743f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc743f


Comments

No comments written yet.

Please login to write comment.