Color Hex Logo

#bcb85f Color Hex

#BCB85F
(188,184,95)
0 Favorites   0 Comments

Color spaces of #bcb85f

RGB 18818495
HSL0.160.410.55
HSV57°49°74°
CMYK 0.000.020.49   0.26
XYZ39.945145.798617.5611
Yxy45.79860.38670.4433
Hunter Lab67.6747-13.070731.9869
CIE-Lab73.4147-10.885145.2968

#bcb85f color RGB value is (188,184,95).

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

The process color (four color CMYK) of #bcb85f color hex is 0.00, 0.02, 0.49, 0.26. Web safe color of #bcb85f is #cccc66. Color #bcb85f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111000 01011111
Octal 274 270 137
Decimal 188 184 95
Hex BC B8 5F

RGB Percentages of Color #bcb85f

%40.26
%39.40
%20.34

CMYK Percentages of Color #bcb85f

%0
%2
%49
%26

Triadic Colors of #bcb85f

#bcb85f #5fbcb8 #b85fbc

Analogous Colors of #bcb85f

#bcb85f #92bc5f #bc8a5f

Monochromatic Colors of #bcb85f

#bcb85f

Complementary Color

#bcb85f #5f63bc

#bcb85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb85f Color CSS Codes

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

#bcb85f Text Font Color

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

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


#bcb85f Background Color

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

This div background color is #bcb85f


#bcb85f Border Color

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

This div border color is #bcb85f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb85f


Comments

No comments written yet.

Please login to write comment.