Color Hex Logo

#bcb25f Color Hex

#BCB25F
(188,178,95)
0 Favorites   0 Comments

Color spaces of #bcb25f

RGB 18817895
HSL0.150.410.55
HSV54°49°74°
CMYK 0.000.050.49   0.26
XYZ38.725043.358417.1545
Yxy43.35840.39020.4369
Hunter Lab65.8471-10.255730.6467
CIE-Lab71.7976-7.767543.3555

#bcb25f color RGB value is (188,178,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110010 01011111
Octal 274 262 137
Decimal 188 178 95
Hex BC B2 5F

RGB Percentages of Color #bcb25f

%40.78
%38.61
%20.61

CMYK Percentages of Color #bcb25f

%0
%5
%49
%26

Triadic Colors of #bcb25f

#bcb25f #5fbcb2 #b25fbc

Analogous Colors of #bcb25f

#bcb25f #98bc5f #bc845f

Monochromatic Colors of #bcb25f

#bcb25f

Complementary Color

#bcb25f #5f69bc

#bcb25f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb25f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb25f Color CSS Codes

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

#bcb25f Text Font Color

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

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


#bcb25f Background Color

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

This div background color is #bcb25f


#bcb25f Border Color

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

This div border color is #bcb25f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb25f


Comments

No comments written yet.

Please login to write comment.