Color Hex Logo

#bcb050 Color Hex

#BCB050
(188,176,80)
0 Favorites   0 Comments

Color spaces of #bcb050

RGB 18817680
HSL0.150.450.53
HSV53°57°74°
CMYK 0.000.060.57   0.26
XYZ37.712342.321213.7706
Yxy42.32120.40200.4512
Hunter Lab65.0547-10.369232.9880
CIE-Lab71.0918-7.985349.7674

#bcb050 color RGB value is (188,176,80).

#bcb050 hex color red value is 188, green value is 176 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #bcb050 hue: 0.15 , saturation: 0.45 and the lightness value of bcb050 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110000 01010000
Octal 274 260 120
Decimal 188 176 80
Hex BC B0 50

RGB Percentages of Color #bcb050

%42.34
%39.64
%18.02

CMYK Percentages of Color #bcb050

%0
%6
%57
%26

Triadic Colors of #bcb050

#bcb050 #50bcb0 #b050bc

Analogous Colors of #bcb050

#bcb050 #92bc50 #bc7a50

Monochromatic Colors of #bcb050

#bcb050

Complementary Color

#bcb050 #505cbc

#bcb050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb050 Color CSS Codes

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

#bcb050 Text Font Color

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

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


#bcb050 Background Color

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

This div background color is #bcb050


#bcb050 Border Color

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

This div border color is #bcb050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb050


Comments

No comments written yet.

Please login to write comment.