Color Hex Logo

#bc742e Color Hex

#BC742E
(188,116,46)
0 Favorites   0 Comments

Color spaces of #bc742e

RGB 18811646
HSL0.080.610.46
HSV30°76°74°
CMYK 0.000.380.76   0.26
XYZ27.477623.37945.6492
Yxy23.37940.48630.4137
Hunter Lab48.352216.821526.9195
CIE-Lab55.461022.589148.6143

#bc742e color RGB value is (188,116,46).

#bc742e hex color red value is 188, green value is 116 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bc742e hue: 0.08 , saturation: 0.61 and the lightness value of bc742e is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110100 00101110
Octal 274 164 56
Decimal 188 116 46
Hex BC 74 2E

RGB Percentages of Color #bc742e

%53.71
%33.14
%13.14

CMYK Percentages of Color #bc742e

%0
%38
%76
%26

Triadic Colors of #bc742e

#bc742e #2ebc74 #742ebc

Analogous Colors of #bc742e

#bc742e #bcbb2e #bc2e2f

Monochromatic Colors of #bc742e

#bc742e

Complementary Color

#bc742e #2e76bc

#bc742e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc742e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc742e Color CSS Codes

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

#bc742e Text Font Color

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

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


#bc742e Background Color

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

This div background color is #bc742e


#bc742e Border Color

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

This div border color is #bc742e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc742e


Comments

No comments written yet.

Please login to write comment.