Color Hex Logo

#bc7549 Color Hex

#BC7549
(188,117,73)
0 Favorites   0 Comments

Color spaces of #bc7549

RGB 18811773
HSL0.060.460.51
HSV23°61°74°
CMYK 0.000.380.61   0.26
XYZ28.302923.89509.4238
Yxy23.89500.45930.3878
Hunter Lab48.882517.806822.7876
CIE-Lab55.982523.618635.6400

#bc7549 color RGB value is (188,117,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110101 01001001
Octal 274 165 111
Decimal 188 117 73
Hex BC 75 49

RGB Percentages of Color #bc7549

%49.74
%30.95
%19.31

CMYK Percentages of Color #bc7549

%0
%38
%61
%26

Triadic Colors of #bc7549

#bc7549 #49bc75 #7549bc

Analogous Colors of #bc7549

#bc7549 #bcaf49 #bc4957

Monochromatic Colors of #bc7549

#bc7549

Complementary Color

#bc7549 #4990bc

#bc7549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7549 Color CSS Codes

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

#bc7549 Text Font Color

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

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


#bc7549 Background Color

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

This div background color is #bc7549


#bc7549 Border Color

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

This div border color is #bc7549


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,117,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 #bc7549">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7549


Comments

No comments written yet.

Please login to write comment.