Color Hex Logo

#bc7328 Color Hex

#BC7328
(188,115,40)
0 Favorites   0 Comments

Color spaces of #bc7328

RGB 18811540
HSL0.080.650.45
HSV30°79°74°
CMYK 0.000.390.79   0.26
XYZ27.252823.10605.0310
Yxy23.10600.49200.4172
Hunter Lab48.068717.081327.4426
CIE-Lab55.181422.890450.9589

#bc7328 color RGB value is (188,115,40).

#bc7328 hex color red value is 188, green value is 115 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #bc7328 hue: 0.08 , saturation: 0.65 and the lightness value of bc7328 is 0.45.

The process color (four color CMYK) of #bc7328 color hex is 0.00, 0.39, 0.79, 0.26. Web safe color of #bc7328 is #cc6633. Color #bc7328 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110011 00101000
Octal 274 163 50
Decimal 188 115 40
Hex BC 73 28

RGB Percentages of Color #bc7328

%54.81
%33.53
%11.66

CMYK Percentages of Color #bc7328

%0
%39
%79
%26

Triadic Colors of #bc7328

#bc7328 #28bc73 #7328bc

Analogous Colors of #bc7328

#bc7328 #bbbc28 #bc2928

Monochromatic Colors of #bc7328

#bc7328

Complementary Color

#bc7328 #2871bc

#bc7328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7328 Color CSS Codes

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

#bc7328 Text Font Color

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

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


#bc7328 Background Color

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

This div background color is #bc7328


#bc7328 Border Color

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

This div border color is #bc7328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7328


Comments

No comments written yet.

Please login to write comment.