Color Hex Logo

#bc6745 Color Hex

#BC6745
(188,103,69)
0 Favorites   0 Comments

Color spaces of #bc6745

RGB 18810369
HSL0.050.470.50
HSV17°63°74°
CMYK 0.000.450.63   0.26
XYZ26.663520.82158.2439
Yxy20.82150.47850.3736
Hunter Lab45.630624.450121.2297
CIE-Lab52.753630.961133.9308

#bc6745 color RGB value is (188,103,69).

#bc6745 hex color red value is 188, green value is 103 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #bc6745 hue: 0.05 , saturation: 0.47 and the lightness value of bc6745 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100111 01000101
Octal 274 147 105
Decimal 188 103 69
Hex BC 67 45

RGB Percentages of Color #bc6745

%52.22
%28.61
%19.17

CMYK Percentages of Color #bc6745

%0
%45
%63
%26

Triadic Colors of #bc6745

#bc6745 #45bc67 #6745bc

Analogous Colors of #bc6745

#bc6745 #bca345 #bc455f

Monochromatic Colors of #bc6745

#bc6745

Complementary Color

#bc6745 #459abc

#bc6745 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc6745 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc6745 Color CSS Codes

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

#bc6745 Text Font Color

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

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


#bc6745 Background Color

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

This div background color is #bc6745


#bc6745 Border Color

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

This div border color is #bc6745


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc6745


Comments

No comments written yet.

Please login to write comment.