Color Hex Logo

#bcb39d Color Hex

#BCB39D
(188,179,157)
0 Favorites   0 Comments

Color spaces of #bcb39d

RGB 188179157
HSL0.120.190.68
HSV43°16°74°
CMYK 0.000.050.16   0.26
XYZ42.944945.365938.3913
Yxy45.36590.33890.3581
Hunter Lab67.3542-4.058713.3532
CIE-Lab73.1322-0.517612.3831

#bcb39d color RGB value is (188,179,157).

#bcb39d hex color red value is 188, green value is 179 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bcb39d hue: 0.12 , saturation: 0.19 and the lightness value of bcb39d is 0.68.

The process color (four color CMYK) of #bcb39d color hex is 0.00, 0.05, 0.16, 0.26. Web safe color of #bcb39d is #cccc99. Color #bcb39d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110011 10011101
Octal 274 263 235
Decimal 188 179 157
Hex BC B3 9D

RGB Percentages of Color #bcb39d

%35.88
%34.16
%29.96

CMYK Percentages of Color #bcb39d

%0
%5
%16
%26

Triadic Colors of #bcb39d

#bcb39d #9dbcb3 #b39dbc

Analogous Colors of #bcb39d

#bcb39d #b6bc9d #bca49d

Monochromatic Colors of #bcb39d

#bcb39d

Complementary Color

#bcb39d #9da6bc

#bcb39d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb39d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb39d Color CSS Codes

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

#bcb39d Text Font Color

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

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


#bcb39d Background Color

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

This div background color is #bcb39d


#bcb39d Border Color

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

This div border color is #bcb39d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb39d


Comments

No comments written yet.

Please login to write comment.