Color Hex Logo

#bc9c9f Color Hex

#BC9C9F
(188,156,159)
0 Favorites   0 Comments

Color spaces of #bc9c9f

RGB 188156159
HSL0.980.190.67
HSV354°17°74°
CMYK 0.000.170.15   0.26
XYZ38.885536.971537.8876
Yxy36.97150.34190.3250
Hunter Lab60.80427.74705.6188
CIE-Lab67.255612.32112.8718

#bc9c9f color RGB value is (188,156,159).

#bc9c9f hex color red value is 188, green value is 156 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bc9c9f hue: 0.98 , saturation: 0.19 and the lightness value of bc9c9f is 0.67.

The process color (four color CMYK) of #bc9c9f color hex is 0.00, 0.17, 0.15, 0.26. Web safe color of #bc9c9f is #cc9999. Color #bc9c9f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011100 10011111
Octal 274 234 237
Decimal 188 156 159
Hex BC 9C 9F

RGB Percentages of Color #bc9c9f

%37.38
%31.01
%31.61

CMYK Percentages of Color #bc9c9f

%0
%17
%15
%26

Triadic Colors of #bc9c9f

#bc9c9f #9fbc9c #9c9fbc

Analogous Colors of #bc9c9f

#bc9c9f #bca99c #bc9caf

Monochromatic Colors of #bc9c9f

#bc9c9f

Complementary Color

#bc9c9f #9cbcb9

#bc9c9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9c9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9c9f Color CSS Codes

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

#bc9c9f Text Font Color

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

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


#bc9c9f Background Color

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

This div background color is #bc9c9f


#bc9c9f Border Color

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

This div border color is #bc9c9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9c9f


Comments

No comments written yet.

Please login to write comment.