Color Hex Logo

#bcb87c Color Hex

#BCB87C
(188,184,124)
0 Favorites   0 Comments

Color spaces of #bcb87c

RGB 188184124
HSL0.160.320.61
HSV56°34°74°
CMYK 0.000.020.34   0.26
XYZ41.517646.427625.8420
Yxy46.42760.36490.4080
Hunter Lab68.1378-10.477925.2101
CIE-Lab73.8221-7.790131.0378

#bcb87c color RGB value is (188,184,124).

#bcb87c hex color red value is 188, green value is 184 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bcb87c hue: 0.16 , saturation: 0.32 and the lightness value of bcb87c is 0.61.

The process color (four color CMYK) of #bcb87c color hex is 0.00, 0.02, 0.34, 0.26. Web safe color of #bcb87c is #cccc66. Color #bcb87c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111000 01111100
Octal 274 270 174
Decimal 188 184 124
Hex BC B8 7C

RGB Percentages of Color #bcb87c

%37.90
%37.10
%25.00

CMYK Percentages of Color #bcb87c

%0
%2
%34
%26

Triadic Colors of #bcb87c

#bcb87c #7cbcb8 #b87cbc

Analogous Colors of #bcb87c

#bcb87c #a0bc7c #bc987c

Monochromatic Colors of #bcb87c

#bcb87c

Complementary Color

#bcb87c #7c80bc

#bcb87c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb87c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb87c Color CSS Codes

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

#bcb87c Text Font Color

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

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


#bcb87c Background Color

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

This div background color is #bcb87c


#bcb87c Border Color

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

This div border color is #bcb87c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb87c


Comments

No comments written yet.

Please login to write comment.