Color Hex Logo

#bc9528 Color Hex

#BC9528
(188,149,40)
0 Favorites   0 Comments

Color spaces of #bc9528

RGB 18814940
HSL0.120.650.45
HSV44°79°74°
CMYK 0.000.210.79   0.26
XYZ31.869532.33956.5699
Yxy32.33950.45030.4569
Hunter Lab56.86780.515132.9577
CIE-Lab63.62254.161658.8356

#bc9528 color RGB value is (188,149,40).

#bc9528 hex color red value is 188, green value is 149 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #bc9528 hue: 0.12 , saturation: 0.65 and the lightness value of bc9528 is 0.45.

The process color (four color CMYK) of #bc9528 color hex is 0.00, 0.21, 0.79, 0.26. Web safe color of #bc9528 is #cc9933. Color #bc9528 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010101 00101000
Octal 274 225 50
Decimal 188 149 40
Hex BC 95 28

RGB Percentages of Color #bc9528

%49.87
%39.52
%10.61

CMYK Percentages of Color #bc9528

%0
%21
%79
%26

Triadic Colors of #bc9528

#bc9528 #28bc95 #9528bc

Analogous Colors of #bc9528

#bc9528 #99bc28 #bc4b28

Monochromatic Colors of #bc9528

#bc9528

Complementary Color

#bc9528 #284fbc

#bc9528 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9528 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9528 Color CSS Codes

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

#bc9528 Text Font Color

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

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


#bc9528 Background Color

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

This div background color is #bc9528


#bc9528 Border Color

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

This div border color is #bc9528


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9528


Comments

No comments written yet.

Please login to write comment.