Color Hex Logo

#bc7138 Color Hex

#BC7138
(188,113,56)
0 Favorites   0 Comments

Color spaces of #bc7138

RGB 18811356
HSL0.070.540.48
HSV26°70°74°
CMYK 0.000.400.70   0.26
XYZ27.358022.78716.6978
Yxy22.78710.48130.4009
Hunter Lab47.735818.762925.0961
CIE-Lab54.852424.732143.2089

#bc7138 color RGB value is (188,113,56).

#bc7138 hex color red value is 188, green value is 113 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #bc7138 hue: 0.07 , saturation: 0.54 and the lightness value of bc7138 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110001 00111000
Octal 274 161 70
Decimal 188 113 56
Hex BC 71 38

RGB Percentages of Color #bc7138

%52.66
%31.65
%15.69

CMYK Percentages of Color #bc7138

%0
%40
%70
%26

Triadic Colors of #bc7138

#bc7138 #38bc71 #7138bc

Analogous Colors of #bc7138

#bc7138 #bcb338 #bc3841

Monochromatic Colors of #bc7138

#bc7138

Complementary Color

#bc7138 #3883bc

#bc7138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7138 Color CSS Codes

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

#bc7138 Text Font Color

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

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


#bc7138 Background Color

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

This div background color is #bc7138


#bc7138 Border Color

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

This div border color is #bc7138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7138


Comments

No comments written yet.

Please login to write comment.