Color Hex Logo

#bc9786 Color Hex

#BC9786
(188,151,134)
0 Favorites   0 Comments

Color spaces of #bc9786

RGB 188151134
HSL0.050.290.63
HSV19°29°74°
CMYK 0.000.200.29   0.26
XYZ36.108734.545827.3191
Yxy34.54580.36860.3526
Hunter Lab58.77576.803613.5848
CIE-Lab65.393511.293114.1900

#bc9786 color RGB value is (188,151,134).

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

The process color (four color CMYK) of #bc9786 color hex is 0.00, 0.20, 0.29, 0.26. Web safe color of #bc9786 is #cc9999. Color #bc9786 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010111 10000110
Octal 274 227 206
Decimal 188 151 134
Hex BC 97 86

RGB Percentages of Color #bc9786

%39.75
%31.92
%28.33

CMYK Percentages of Color #bc9786

%0
%20
%29
%26

Triadic Colors of #bc9786

#bc9786 #86bc97 #9786bc

Analogous Colors of #bc9786

#bc9786 #bcb286 #bc8690

Monochromatic Colors of #bc9786

#bc9786

Complementary Color

#bc9786 #86abbc

#bc9786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9786 Color CSS Codes

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

#bc9786 Text Font Color

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

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


#bc9786 Background Color

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

This div background color is #bc9786


#bc9786 Border Color

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

This div border color is #bc9786


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9786


Comments

No comments written yet.

Please login to write comment.