Color Hex Logo

#bc8d6f Color Hex

#BC8D6F
(188,141,111)
0 Favorites   0 Comments

Color spaces of #bc8d6f

RGB 188141111
HSL0.060.360.59
HSV23°41°74°
CMYK 0.000.250.41   0.26
XYZ33.133230.888819.2548
Yxy30.88880.39790.3709
Hunter Lab55.57779.153618.3635
CIE-Lab62.413613.904022.9365

#bc8d6f color RGB value is (188,141,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001101 01101111
Octal 274 215 157
Decimal 188 141 111
Hex BC 8D 6F

RGB Percentages of Color #bc8d6f

%42.73
%32.05
%25.23

CMYK Percentages of Color #bc8d6f

%0
%25
%41
%26

Triadic Colors of #bc8d6f

#bc8d6f #6fbc8d #8d6fbc

Analogous Colors of #bc8d6f

#bc8d6f #bcb46f #bc6f78

Monochromatic Colors of #bc8d6f

#bc8d6f

Complementary Color

#bc8d6f #6f9ebc

#bc8d6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8d6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8d6f Color CSS Codes

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

#bc8d6f Text Font Color

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

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


#bc8d6f Background Color

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

This div background color is #bc8d6f


#bc8d6f Border Color

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

This div border color is #bc8d6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8d6f


Comments

No comments written yet.

Please login to write comment.