Color Hex Logo

#bc693f Color Hex

#BC693F
(188,105,63)
0 Favorites   0 Comments

Color spaces of #bc693f

RGB 18810563
HSL0.060.500.49
HSV20°66°74°
CMYK 0.000.440.66   0.26
XYZ26.687821.15347.3790
Yxy21.15340.48330.3831
Hunter Lab45.992823.089022.6826
CIE-Lab53.117029.494237.6262

#bc693f color RGB value is (188,105,63).

#bc693f hex color red value is 188, green value is 105 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bc693f hue: 0.06 , saturation: 0.50 and the lightness value of bc693f is 0.49.

The process color (four color CMYK) of #bc693f color hex is 0.00, 0.44, 0.66, 0.26. Web safe color of #bc693f is #cc6633. Color #bc693f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101001 00111111
Octal 274 151 77
Decimal 188 105 63
Hex BC 69 3F

RGB Percentages of Color #bc693f

%52.81
%29.49
%17.70

CMYK Percentages of Color #bc693f

%0
%44
%66
%26

Triadic Colors of #bc693f

#bc693f #3fbc69 #693fbc

Analogous Colors of #bc693f

#bc693f #bca83f #bc3f54

Monochromatic Colors of #bc693f

#bc693f

Complementary Color

#bc693f #3f92bc

#bc693f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc693f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc693f Color CSS Codes

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

#bc693f Text Font Color

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

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


#bc693f Background Color

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

This div background color is #bc693f


#bc693f Border Color

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

This div border color is #bc693f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc693f


Comments

No comments written yet.

Please login to write comment.