Color Hex Logo

#bcb68c Color Hex

#BCB68C
(188,182,140)
0 Favorites   0 Comments

Color spaces of #bcb68c

RGB 188182140
HSL0.150.260.64
HSV53°26°74°
CMYK 0.000.030.26   0.26
XYZ42.200646.040731.4735
Yxy46.04070.35250.3846
Hunter Lab67.8533-7.727219.9959
CIE-Lab73.5719-4.642622.1958

#bcb68c color RGB value is (188,182,140).

#bcb68c hex color red value is 188, green value is 182 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #bcb68c hue: 0.15 , saturation: 0.26 and the lightness value of bcb68c is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110110 10001100
Octal 274 266 214
Decimal 188 182 140
Hex BC B6 8C

RGB Percentages of Color #bcb68c

%36.86
%35.69
%27.45

CMYK Percentages of Color #bcb68c

%0
%3
%26
%26

Triadic Colors of #bcb68c

#bcb68c #8cbcb6 #b68cbc

Analogous Colors of #bcb68c

#bcb68c #aabc8c #bc9e8c

Monochromatic Colors of #bcb68c

#bcb68c

Complementary Color

#bcb68c #8c92bc

#bcb68c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb68c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb68c Color CSS Codes

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

#bcb68c Text Font Color

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

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


#bcb68c Background Color

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

This div background color is #bcb68c


#bcb68c Border Color

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

This div border color is #bcb68c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb68c


Comments

No comments written yet.

Please login to write comment.