Color Hex Logo

#bcb06c Color Hex

#BCB06C
(188,176,108)
0 Favorites   0 Comments

Color spaces of #bcb06c

RGB 188176108
HSL0.140.370.58
HSV51°43°74°
CMYK 0.000.060.43   0.26
XYZ38.971142.824720.3994
Yxy42.82470.38130.4190
Hunter Lab65.4406-8.220927.3263
CIE-Lab71.4358-5.424836.3102

#bcb06c color RGB value is (188,176,108).

#bcb06c hex color red value is 188, green value is 176 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #bcb06c hue: 0.14 , saturation: 0.37 and the lightness value of bcb06c is 0.58.

The process color (four color CMYK) of #bcb06c color hex is 0.00, 0.06, 0.43, 0.26. Web safe color of #bcb06c is #cc9966. Color #bcb06c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110000 01101100
Octal 274 260 154
Decimal 188 176 108
Hex BC B0 6C

RGB Percentages of Color #bcb06c

%39.83
%37.29
%22.88

CMYK Percentages of Color #bcb06c

%0
%6
%43
%26

Triadic Colors of #bcb06c

#bcb06c #6cbcb0 #b06cbc

Analogous Colors of #bcb06c

#bcb06c #a0bc6c #bc886c

Monochromatic Colors of #bcb06c

#bcb06c

Complementary Color

#bcb06c #6c78bc

#bcb06c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb06c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb06c Color CSS Codes

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

#bcb06c Text Font Color

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

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


#bcb06c Background Color

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

This div background color is #bcb06c


#bcb06c Border Color

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

This div border color is #bcb06c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb06c


Comments

No comments written yet.

Please login to write comment.