Color Hex Logo

#bcb69d Color Hex

#BCB69D
(188,182,157)
0 Favorites   0 Comments

Color spaces of #bcb69d

RGB 188182157
HSL0.130.190.68
HSV48°16°74°
CMYK 0.000.030.16   0.26
XYZ43.552846.581638.5940
Yxy46.58160.33830.3619
Hunter Lab68.2507-5.532614.2486
CIE-Lab73.9213-2.117313.4955

#bcb69d color RGB value is (188,182,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110110 10011101
Octal 274 266 235
Decimal 188 182 157
Hex BC B6 9D

RGB Percentages of Color #bcb69d

%35.67
%34.54
%29.79

CMYK Percentages of Color #bcb69d

%0
%3
%16
%26

Triadic Colors of #bcb69d

#bcb69d #9dbcb6 #b69dbc

Analogous Colors of #bcb69d

#bcb69d #b3bc9d #bca79d

Monochromatic Colors of #bcb69d

#bcb69d

Complementary Color

#bcb69d #9da3bc

#bcb69d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb69d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb69d Color CSS Codes

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

#bcb69d Text Font Color

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

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


#bcb69d Background Color

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

This div background color is #bcb69d


#bcb69d Border Color

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

This div border color is #bcb69d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb69d


Comments

No comments written yet.

Please login to write comment.