Color Hex Logo

#bcb15f Color Hex

#BCB15F
(188,177,95)
0 Favorites   0 Comments

Color spaces of #bcb15f

RGB 18817795
HSL0.150.410.55
HSV53°49°74°
CMYK 0.000.060.49   0.26
XYZ38.526742.961917.0884
Yxy42.96190.39080.4358
Hunter Lab65.5453-9.784330.4242
CIE-Lab71.5291-7.244243.0315

#bcb15f color RGB value is (188,177,95).

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

The process color (four color CMYK) of #bcb15f color hex is 0.00, 0.06, 0.49, 0.26. Web safe color of #bcb15f is #cc9966. Color #bcb15f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110001 01011111
Octal 274 261 137
Decimal 188 177 95
Hex BC B1 5F

RGB Percentages of Color #bcb15f

%40.87
%38.48
%20.65

CMYK Percentages of Color #bcb15f

%0
%6
%49
%26

Triadic Colors of #bcb15f

#bcb15f #5fbcb1 #b15fbc

Analogous Colors of #bcb15f

#bcb15f #99bc5f #bc835f

Monochromatic Colors of #bcb15f

#bcb15f

Complementary Color

#bcb15f #5f6abc

#bcb15f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb15f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb15f Color CSS Codes

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

#bcb15f Text Font Color

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

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


#bcb15f Background Color

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

This div background color is #bcb15f


#bcb15f Border Color

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

This div border color is #bcb15f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb15f


Comments

No comments written yet.

Please login to write comment.