Color Hex Logo

#bc9727 Color Hex

#BC9727
(188,151,39)
0 Favorites   0 Comments

Color spaces of #bc9727

RGB 18815139
HSL0.130.660.45
HSV45°79°74°
CMYK 0.000.200.79   0.26
XYZ32.171932.97116.5879
Yxy32.97110.44850.4596
Hunter Lab57.4205-0.474733.3919
CIE-Lab64.13753.036959.6520

#bc9727 color RGB value is (188,151,39).

#bc9727 hex color red value is 188, green value is 151 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #bc9727 hue: 0.13 , saturation: 0.66 and the lightness value of bc9727 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010111 00100111
Octal 274 227 47
Decimal 188 151 39
Hex BC 97 27

RGB Percentages of Color #bc9727

%49.74
%39.95
%10.32

CMYK Percentages of Color #bc9727

%0
%20
%79
%26

Triadic Colors of #bc9727

#bc9727 #27bc97 #9727bc

Analogous Colors of #bc9727

#bc9727 #97bc27 #bc4c27

Monochromatic Colors of #bc9727

#bc9727

Complementary Color

#bc9727 #274cbc

#bc9727 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9727 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9727 Color CSS Codes

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

#bc9727 Text Font Color

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

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


#bc9727 Background Color

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

This div background color is #bc9727


#bc9727 Border Color

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

This div border color is #bc9727


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9727


Comments

No comments written yet.

Please login to write comment.