Color Hex Logo

#bcb044 Color Hex

#BCB044
(188,176,68)
0 Favorites   0 Comments

Color spaces of #bcb044

RGB 18817668
HSL0.150.470.50
HSV54°64°74°
CMYK 0.000.060.64   0.26
XYZ37.307842.159411.6401
Yxy42.15940.40950.4627
Hunter Lab64.9303-11.065034.8222
CIE-Lab70.9807-8.824655.0457

#bcb044 color RGB value is (188,176,68).

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

The process color (four color CMYK) of #bcb044 color hex is 0.00, 0.06, 0.64, 0.26. Web safe color of #bcb044 is #cc9933. Color #bcb044 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110000 01000100
Octal 274 260 104
Decimal 188 176 68
Hex BC B0 44

RGB Percentages of Color #bcb044

%43.52
%40.74
%15.74

CMYK Percentages of Color #bcb044

%0
%6
%64
%26

Triadic Colors of #bcb044

#bcb044 #44bcb0 #b044bc

Analogous Colors of #bcb044

#bcb044 #8cbc44 #bc7444

Monochromatic Colors of #bcb044

#bcb044

Complementary Color

#bcb044 #4450bc

#bcb044 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb044 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb044 Color CSS Codes

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

#bcb044 Text Font Color

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

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


#bcb044 Background Color

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

This div background color is #bcb044


#bcb044 Border Color

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

This div border color is #bcb044


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb044


Comments

No comments written yet.

Please login to write comment.