Color Hex Logo

#bc7046 Color Hex

#BC7046
(188,112,70)
0 Favorites   0 Comments

Color spaces of #bc7046

RGB 18811270
HSL0.060.470.51
HSV21°63°74°
CMYK 0.000.400.63   0.26
XYZ27.638722.72198.7234
Yxy22.72190.46780.3846
Hunter Lab47.667520.080322.5169
CIE-Lab54.784726.148935.8232

#bc7046 color RGB value is (188,112,70).

#bc7046 hex color red value is 188, green value is 112 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #bc7046 hue: 0.06 , saturation: 0.47 and the lightness value of bc7046 is 0.51.

The process color (four color CMYK) of #bc7046 color hex is 0.00, 0.40, 0.63, 0.26. Web safe color of #bc7046 is #cc6633. Color #bc7046 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110000 01000110
Octal 274 160 106
Decimal 188 112 70
Hex BC 70 46

RGB Percentages of Color #bc7046

%50.81
%30.27
%18.92

CMYK Percentages of Color #bc7046

%0
%40
%63
%26

Triadic Colors of #bc7046

#bc7046 #46bc70 #7046bc

Analogous Colors of #bc7046

#bc7046 #bcab46 #bc4657

Monochromatic Colors of #bc7046

#bc7046

Complementary Color

#bc7046 #4692bc

#bc7046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7046 Color CSS Codes

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

#bc7046 Text Font Color

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

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


#bc7046 Background Color

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

This div background color is #bc7046


#bc7046 Border Color

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

This div border color is #bc7046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7046


Comments

No comments written yet.

Please login to write comment.