Color Hex Logo

#bc683f Color Hex

#BC683F
(188,104,63)
0 Favorites   0 Comments

Color spaces of #bc683f

RGB 18810463
HSL0.050.500.49
HSV20°66°74°
CMYK 0.000.450.66   0.26
XYZ26.586620.95097.3453
Yxy20.95090.48440.3817
Hunter Lab45.772223.579922.5259
CIE-Lab52.895730.033537.3691

#bc683f color RGB value is (188,104,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101000 00111111
Octal 274 150 77
Decimal 188 104 63
Hex BC 68 3F

RGB Percentages of Color #bc683f

%52.96
%29.30
%17.75

CMYK Percentages of Color #bc683f

%0
%45
%66
%26

Triadic Colors of #bc683f

#bc683f #3fbc68 #683fbc

Analogous Colors of #bc683f

#bc683f #bca73f #bc3f55

Monochromatic Colors of #bc683f

#bc683f

Complementary Color

#bc683f #3f93bc

#bc683f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc683f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc683f Color CSS Codes

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

#bc683f Text Font Color

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

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


#bc683f Background Color

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

This div background color is #bc683f


#bc683f Border Color

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

This div border color is #bc683f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc683f


Comments

No comments written yet.

Please login to write comment.