Color Hex Logo

#bcb187 Color Hex

#BCB187
(188,177,135)
0 Favorites   0 Comments

Color spaces of #bcb187

RGB 188177135
HSL0.130.280.63
HSV48°28°74°
CMYK 0.000.060.28   0.26
XYZ40.834443.884929.2401
Yxy43.88490.35830.3851
Hunter Lab66.2457-5.901020.2020
CIE-Lab72.1515-2.681522.9517

#bcb187 color RGB value is (188,177,135).

#bcb187 hex color red value is 188, green value is 177 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #bcb187 hue: 0.13 , saturation: 0.28 and the lightness value of bcb187 is 0.63.

The process color (four color CMYK) of #bcb187 color hex is 0.00, 0.06, 0.28, 0.26. Web safe color of #bcb187 is #cc9999. Color #bcb187 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110001 10000111
Octal 274 261 207
Decimal 188 177 135
Hex BC B1 87

RGB Percentages of Color #bcb187

%37.60
%35.40
%27.00

CMYK Percentages of Color #bcb187

%0
%6
%28
%26

Triadic Colors of #bcb187

#bcb187 #87bcb1 #b187bc

Analogous Colors of #bcb187

#bcb187 #adbc87 #bc9787

Monochromatic Colors of #bcb187

#bcb187

Complementary Color

#bcb187 #8792bc

#bcb187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb187 Color CSS Codes

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

#bcb187 Text Font Color

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

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


#bcb187 Background Color

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

This div background color is #bcb187


#bcb187 Border Color

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

This div border color is #bcb187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb187


Comments

No comments written yet.

Please login to write comment.