Color Hex Logo

#bc866f Color Hex

#BC866F
(188,134,111)
0 Favorites   0 Comments

Color spaces of #bc866f

RGB 188134111
HSL0.050.360.59
HSV18°41°74°
CMYK 0.000.290.41   0.26
XYZ32.133428.889318.9215
Yxy28.88930.40190.3614
Hunter Lab53.748812.654916.7519
CIE-Lab60.683817.784520.6055

#bc866f color RGB value is (188,134,111).

#bc866f hex color red value is 188, green value is 134 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bc866f hue: 0.05 , saturation: 0.36 and the lightness value of bc866f is 0.59.

The process color (four color CMYK) of #bc866f color hex is 0.00, 0.29, 0.41, 0.26. Web safe color of #bc866f is #cc9966. Color #bc866f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000110 01101111
Octal 274 206 157
Decimal 188 134 111
Hex BC 86 6F

RGB Percentages of Color #bc866f

%43.42
%30.95
%25.64

CMYK Percentages of Color #bc866f

%0
%29
%41
%26

Triadic Colors of #bc866f

#bc866f #6fbc86 #866fbc

Analogous Colors of #bc866f

#bc866f #bcad6f #bc6f7f

Monochromatic Colors of #bc866f

#bc866f

Complementary Color

#bc866f #6fa5bc

#bc866f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc866f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc866f Color CSS Codes

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

#bc866f Text Font Color

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

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


#bc866f Background Color

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

This div background color is #bc866f


#bc866f Border Color

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

This div border color is #bc866f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc866f


Comments

No comments written yet.

Please login to write comment.