Color Hex Logo

#bcb040 Color Hex

#BCB040
(188,176,64)
0 Favorites   0 Comments

Color spaces of #bcb040

RGB 18817664
HSL0.150.490.49
HSV54°66°74°
CMYK 0.000.060.66   0.26
XYZ37.189842.112211.0188
Yxy42.11220.41180.4663
Hunter Lab64.8939-11.268535.3585
CIE-Lab70.9482-9.071056.7095

#bcb040 color RGB value is (188,176,64).

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

The process color (four color CMYK) of #bcb040 color hex is 0.00, 0.06, 0.66, 0.26. Web safe color of #bcb040 is #cc9933. Color #bcb040 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110000 01000000
Octal 274 260 100
Decimal 188 176 64
Hex BC B0 40

RGB Percentages of Color #bcb040

%43.93
%41.12
%14.95

CMYK Percentages of Color #bcb040

%0
%6
%66
%26

Triadic Colors of #bcb040

#bcb040 #40bcb0 #b040bc

Analogous Colors of #bcb040

#bcb040 #8abc40 #bc7240

Monochromatic Colors of #bcb040

#bcb040

Complementary Color

#bcb040 #404cbc

#bcb040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb040 Color CSS Codes

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

#bcb040 Text Font Color

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

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


#bcb040 Background Color

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

This div background color is #bcb040


#bcb040 Border Color

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

This div border color is #bcb040


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,176,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 #bcb040">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb040


Comments

No comments written yet.

Please login to write comment.