Color Hex Logo

#bcb540 Color Hex

#BCB540
(188,181,64)
0 Favorites   0 Comments

Color spaces of #bcb540

RGB 18818164
HSL0.160.490.49
HSV57°66°74°
CMYK 0.000.040.66   0.26
XYZ38.188344.109311.3517
Yxy44.10930.40780.4710
Hunter Lab66.4148-13.589136.3565
CIE-Lab72.3015-11.660158.1135

#bcb540 color RGB value is (188,181,64).

#bcb540 hex color red value is 188, green value is 181 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #bcb540 hue: 0.16 , saturation: 0.49 and the lightness value of bcb540 is 0.49.

The process color (four color CMYK) of #bcb540 color hex is 0.00, 0.04, 0.66, 0.26. Web safe color of #bcb540 is #cccc33. Color #bcb540 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110101 01000000
Octal 274 265 100
Decimal 188 181 64
Hex BC B5 40

RGB Percentages of Color #bcb540

%43.42
%41.80
%14.78

CMYK Percentages of Color #bcb540

%0
%4
%66
%26

Triadic Colors of #bcb540

#bcb540 #40bcb5 #b540bc

Analogous Colors of #bcb540

#bcb540 #85bc40 #bc7740

Monochromatic Colors of #bcb540

#bcb540

Complementary Color

#bcb540 #4047bc

#bcb540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb540 Color CSS Codes

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

#bcb540 Text Font Color

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

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


#bcb540 Background Color

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

This div background color is #bcb540


#bcb540 Border Color

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

This div border color is #bcb540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb540


Comments

No comments written yet.

Please login to write comment.