Color Hex Logo

#bcb286 Color Hex

#BCB286
(188,178,134)
0 Favorites   0 Comments

Color spaces of #bcb286

RGB 188178134
HSL0.140.290.63
HSV49°29°74°
CMYK 0.000.050.29   0.26
XYZ40.962544.253428.9371
Yxy44.25340.35880.3877
Hunter Lab66.5232-6.502120.7756
CIE-Lab72.3975-3.347923.8232

#bcb286 color RGB value is (188,178,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110010 10000110
Octal 274 262 206
Decimal 188 178 134
Hex BC B2 86

RGB Percentages of Color #bcb286

%37.60
%35.60
%26.80

CMYK Percentages of Color #bcb286

%0
%5
%29
%26

Triadic Colors of #bcb286

#bcb286 #86bcb2 #b286bc

Analogous Colors of #bcb286

#bcb286 #abbc86 #bc9786

Monochromatic Colors of #bcb286

#bcb286

Complementary Color

#bcb286 #8690bc

#bcb286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb286 Color CSS Codes

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

#bcb286 Text Font Color

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

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


#bcb286 Background Color

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

This div background color is #bcb286


#bcb286 Border Color

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

This div border color is #bcb286


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb286


Comments

No comments written yet.

Please login to write comment.