Color Hex Logo

#bcb446 Color Hex

#BCB446
(188,180,70)
0 Favorites   0 Comments

Color spaces of #bcb446

RGB 18818070
HSL0.160.470.51
HSV56°63°74°
CMYK 0.000.040.63   0.26
XYZ38.165843.776112.2324
Yxy43.77610.40530.4648
Hunter Lab66.1635-12.820135.3528
CIE-Lab72.0786-10.771755.3552

#bcb446 color RGB value is (188,180,70).

#bcb446 hex color red value is 188, green value is 180 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #bcb446 hue: 0.16 , saturation: 0.47 and the lightness value of bcb446 is 0.51.

The process color (four color CMYK) of #bcb446 color hex is 0.00, 0.04, 0.63, 0.26. Web safe color of #bcb446 is #cccc33. Color #bcb446 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110100 01000110
Octal 274 264 106
Decimal 188 180 70
Hex BC B4 46

RGB Percentages of Color #bcb446

%42.92
%41.10
%15.98

CMYK Percentages of Color #bcb446

%0
%4
%63
%26

Triadic Colors of #bcb446

#bcb446 #46bcb4 #b446bc

Analogous Colors of #bcb446

#bcb446 #89bc46 #bc7946

Monochromatic Colors of #bcb446

#bcb446

Complementary Color

#bcb446 #464ebc

#bcb446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb446 Color CSS Codes

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

#bcb446 Text Font Color

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

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


#bcb446 Background Color

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

This div background color is #bcb446


#bcb446 Border Color

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

This div border color is #bcb446


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb446


Comments

No comments written yet.

Please login to write comment.