Color Hex Logo

#bc9225 Color Hex

#BC9225
(188,146,37)
0 Favorites   0 Comments

Color spaces of #bc9225

RGB 18814637
HSL0.120.670.44
HSV43°80°74°
CMYK 0.000.220.80   0.26
XYZ31.351931.38276.1553
Yxy31.38270.45510.4555
Hunter Lab56.02031.862632.6996
CIE-Lab62.82945.689459.1542

#bc9225 color RGB value is (188,146,37).

#bc9225 hex color red value is 188, green value is 146 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #bc9225 hue: 0.12 , saturation: 0.67 and the lightness value of bc9225 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010010 00100101
Octal 274 222 45
Decimal 188 146 37
Hex BC 92 25

RGB Percentages of Color #bc9225

%50.67
%39.35
%9.97

CMYK Percentages of Color #bc9225

%0
%22
%80
%26

Triadic Colors of #bc9225

#bc9225 #25bc92 #9225bc

Analogous Colors of #bc9225

#bc9225 #9bbc25 #bc4625

Monochromatic Colors of #bc9225

#bc9225

Complementary Color

#bc9225 #254fbc

#bc9225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9225 Color CSS Codes

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

#bc9225 Text Font Color

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

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


#bc9225 Background Color

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

This div background color is #bc9225


#bc9225 Border Color

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

This div border color is #bc9225


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9225


Comments

No comments written yet.

Please login to write comment.