Color Hex Logo

#bc8742 Color Hex

#BC8742
(188,135,66)
0 Favorites   0 Comments

Color spaces of #bc8742

RGB 18813566
HSL0.090.480.50
HSV34°65°74°
CMYK 0.000.280.65   0.26
XYZ30.386428.41279.0369
Yxy28.41270.44790.4188
Hunter Lab53.30368.475027.2607
CIE-Lab60.259813.181944.2422

#bc8742 color RGB value is (188,135,66).

#bc8742 hex color red value is 188, green value is 135 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #bc8742 hue: 0.09 , saturation: 0.48 and the lightness value of bc8742 is 0.50.

The process color (four color CMYK) of #bc8742 color hex is 0.00, 0.28, 0.65, 0.26. Web safe color of #bc8742 is #cc9933. Color #bc8742 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000111 01000010
Octal 274 207 102
Decimal 188 135 66
Hex BC 87 42

RGB Percentages of Color #bc8742

%48.33
%34.70
%16.97

CMYK Percentages of Color #bc8742

%0
%28
%65
%26

Triadic Colors of #bc8742

#bc8742 #42bc87 #8742bc

Analogous Colors of #bc8742

#bc8742 #b4bc42 #bc4a42

Monochromatic Colors of #bc8742

#bc8742

Complementary Color

#bc8742 #4277bc

#bc8742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8742 Color CSS Codes

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

#bc8742 Text Font Color

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

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


#bc8742 Background Color

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

This div background color is #bc8742


#bc8742 Border Color

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

This div border color is #bc8742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8742


Comments

No comments written yet.

Please login to write comment.