Color Hex Logo

#bc9242 Color Hex

#BC9242
(188,146,66)
0 Favorites   0 Comments

Color spaces of #bc9242

RGB 18814666
HSL0.110.480.50
HSV39°65°74°
CMYK 0.000.220.65   0.26
XYZ32.001331.64259.5752
Yxy31.64250.43710.4322
Hunter Lab56.25173.107429.2838
CIE-Lab63.04637.123347.3477

#bc9242 color RGB value is (188,146,66).

#bc9242 hex color red value is 188, green value is 146 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #bc9242 hue: 0.11 , saturation: 0.48 and the lightness value of bc9242 is 0.50.

The process color (four color CMYK) of #bc9242 color hex is 0.00, 0.22, 0.65, 0.26. Web safe color of #bc9242 is #cc9933. Color #bc9242 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010010 01000010
Octal 274 222 102
Decimal 188 146 66
Hex BC 92 42

RGB Percentages of Color #bc9242

%47.00
%36.50
%16.50

CMYK Percentages of Color #bc9242

%0
%22
%65
%26

Triadic Colors of #bc9242

#bc9242 #42bc92 #9242bc

Analogous Colors of #bc9242

#bc9242 #a9bc42 #bc5542

Monochromatic Colors of #bc9242

#bc9242

Complementary Color

#bc9242 #426cbc

#bc9242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9242 Color CSS Codes

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

#bc9242 Text Font Color

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

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


#bc9242 Background Color

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

This div background color is #bc9242


#bc9242 Border Color

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

This div border color is #bc9242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9242


Comments

No comments written yet.

Please login to write comment.