Color Hex Logo

#bcb49d Color Hex

#BCB49D
(188,180,157)
0 Favorites   0 Comments

Color spaces of #bcb49d

RGB 188180157
HSL0.120.190.68
HSV45°16°74°
CMYK 0.000.040.16   0.26
XYZ43.146145.768238.4584
Yxy45.76820.33870.3593
Hunter Lab67.6522-4.550613.6518
CIE-Lab73.3949-1.051612.7537

#bcb49d color RGB value is (188,180,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110100 10011101
Octal 274 264 235
Decimal 188 180 157
Hex BC B4 9D

RGB Percentages of Color #bcb49d

%35.81
%34.29
%29.90

CMYK Percentages of Color #bcb49d

%0
%4
%16
%26

Triadic Colors of #bcb49d

#bcb49d #9dbcb4 #b49dbc

Analogous Colors of #bcb49d

#bcb49d #b5bc9d #bca59d

Monochromatic Colors of #bcb49d

#bcb49d

Complementary Color

#bcb49d #9da5bc

#bcb49d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb49d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb49d Color CSS Codes

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

#bcb49d Text Font Color

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

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


#bcb49d Background Color

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

This div background color is #bcb49d


#bcb49d Border Color

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

This div border color is #bcb49d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb49d


Comments

No comments written yet.

Please login to write comment.