Color Hex Logo

#bcb745 Color Hex

#BCB745
(188,183,69)
0 Favorites   0 Comments

Color spaces of #bcb745

RGB 18818369
HSL0.160.470.50
HSV57°63°74°
CMYK 0.000.030.63   0.26
XYZ38.746744.988012.2716
Yxy44.98800.40360.4686
Hunter Lab67.0731-14.262336.1036
CIE-Lab72.8840-12.381256.6409

#bcb745 color RGB value is (188,183,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110111 01000101
Octal 274 267 105
Decimal 188 183 69
Hex BC B7 45

RGB Percentages of Color #bcb745

%42.73
%41.59
%15.68

CMYK Percentages of Color #bcb745

%0
%3
%63
%26

Triadic Colors of #bcb745

#bcb745 #45bcb7 #b745bc

Analogous Colors of #bcb745

#bcb745 #86bc45 #bc7c45

Monochromatic Colors of #bcb745

#bcb745

Complementary Color

#bcb745 #454abc

#bcb745 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb745 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb745 Color CSS Codes

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

#bcb745 Text Font Color

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

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


#bcb745 Background Color

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

This div background color is #bcb745


#bcb745 Border Color

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

This div border color is #bcb745


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb745


Comments

No comments written yet.

Please login to write comment.