Color Hex Logo

#bc7449 Color Hex

#BC7449
(188,116,73)
0 Favorites   0 Comments

Color spaces of #bc7449

RGB 18811673
HSL0.060.460.51
HSV22°61°74°
CMYK 0.000.380.61   0.26
XYZ28.187023.66329.3852
Yxy23.66320.46030.3864
Hunter Lab48.644818.302422.6124
CIE-Lab55.749024.168735.3583

#bc7449 color RGB value is (188,116,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110100 01001001
Octal 274 164 111
Decimal 188 116 73
Hex BC 74 49

RGB Percentages of Color #bc7449

%49.87
%30.77
%19.36

CMYK Percentages of Color #bc7449

%0
%38
%61
%26

Triadic Colors of #bc7449

#bc7449 #49bc74 #7449bc

Analogous Colors of #bc7449

#bc7449 #bcae49 #bc4958

Monochromatic Colors of #bc7449

#bc7449

Complementary Color

#bc7449 #4991bc

#bc7449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7449 Color CSS Codes

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

#bc7449 Text Font Color

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

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


#bc7449 Background Color

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

This div background color is #bc7449


#bc7449 Border Color

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

This div border color is #bc7449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7449


Comments

No comments written yet.

Please login to write comment.