Color Hex Logo

#bcb55c Color Hex

#BCB55C
(188,181,92)
0 Favorites   0 Comments

Color spaces of #bcb55c

RGB 18818192
HSL0.150.420.55
HSV56°51°74°
CMYK 0.000.040.51   0.26
XYZ39.194744.511816.6511
Yxy44.51180.39060.4435
Hunter Lab66.7172-11.890731.9046
CIE-Lab72.5693-9.601345.7531

#bcb55c color RGB value is (188,181,92).

#bcb55c hex color red value is 188, green value is 181 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #bcb55c hue: 0.15 , saturation: 0.42 and the lightness value of bcb55c is 0.55.

The process color (four color CMYK) of #bcb55c color hex is 0.00, 0.04, 0.51, 0.26. Web safe color of #bcb55c is #cccc66. Color #bcb55c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110101 01011100
Octal 274 265 134
Decimal 188 181 92
Hex BC B5 5C

RGB Percentages of Color #bcb55c

%40.78
%39.26
%19.96

CMYK Percentages of Color #bcb55c

%0
%4
%51
%26

Triadic Colors of #bcb55c

#bcb55c #5cbcb5 #b55cbc

Analogous Colors of #bcb55c

#bcb55c #93bc5c #bc855c

Monochromatic Colors of #bcb55c

#bcb55c

Complementary Color

#bcb55c #5c63bc

#bcb55c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb55c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb55c Color CSS Codes

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

#bcb55c Text Font Color

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

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


#bcb55c Background Color

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

This div background color is #bcb55c


#bcb55c Border Color

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

This div border color is #bcb55c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb55c


Comments

No comments written yet.

Please login to write comment.