Color Hex Logo

#bcb12f Color Hex

#BCB12F
(188,177,47)
0 Favorites   0 Comments

Color spaces of #bcb12f

RGB 18817747
HSL0.150.600.46
HSV55°75°74°
CMYK 0.000.060.75   0.26
XYZ36.974342.34098.9132
Yxy42.34090.41910.4799
Hunter Lab65.0699-12.444237.4274
CIE-Lab71.1053-10.455963.3413

#bcb12f color RGB value is (188,177,47).

#bcb12f hex color red value is 188, green value is 177 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bcb12f hue: 0.15 , saturation: 0.60 and the lightness value of bcb12f is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110001 00101111
Octal 274 261 57
Decimal 188 177 47
Hex BC B1 2F

RGB Percentages of Color #bcb12f

%45.63
%42.96
%11.41

CMYK Percentages of Color #bcb12f

%0
%6
%75
%26

Triadic Colors of #bcb12f

#bcb12f #2fbcb1 #b12fbc

Analogous Colors of #bcb12f

#bcb12f #81bc2f #bc6b2f

Monochromatic Colors of #bcb12f

#bcb12f

Complementary Color

#bcb12f #2f3abc

#bcb12f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb12f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb12f Color CSS Codes

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

#bcb12f Text Font Color

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

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


#bcb12f Background Color

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

This div background color is #bcb12f


#bcb12f Border Color

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

This div border color is #bcb12f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb12f


Comments

No comments written yet.

Please login to write comment.