Color Hex Logo

#bcb539 Color Hex

#BCB539
(188,181,57)
0 Favorites   0 Comments

Color spaces of #bcb539

RGB 18818157
HSL0.160.530.48
HSV57°70°74°
CMYK 0.000.040.70   0.26
XYZ38.001444.034510.3675
Yxy44.03450.41130.4765
Hunter Lab66.3585-13.906137.1878
CIE-Lab72.2516-12.047760.8304

#bcb539 color RGB value is (188,181,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110101 00111001
Octal 274 265 71
Decimal 188 181 57
Hex BC B5 39

RGB Percentages of Color #bcb539

%44.13
%42.49
%13.38

CMYK Percentages of Color #bcb539

%0
%4
%70
%26

Triadic Colors of #bcb539

#bcb539 #39bcb5 #b539bc

Analogous Colors of #bcb539

#bcb539 #82bc39 #bc7439

Monochromatic Colors of #bcb539

#bcb539

Complementary Color

#bcb539 #3940bc

#bcb539 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb539 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb539 Color CSS Codes

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

#bcb539 Text Font Color

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

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


#bcb539 Background Color

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

This div background color is #bcb539


#bcb539 Border Color

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

This div border color is #bcb539


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb539


Comments

No comments written yet.

Please login to write comment.