Color Hex Logo

#bc921f Color Hex

#BC921F
(188,146,31)
0 Favorites   0 Comments

Color spaces of #bc921f

RGB 18814631
HSL0.120.720.43
HSV44°84°74°
CMYK 0.000.220.84   0.26
XYZ31.265231.34815.6992
Yxy31.34810.45770.4589
Hunter Lab55.98941.695333.1574
CIE-Lab62.80045.495661.0490

#bc921f color RGB value is (188,146,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010010 00011111
Octal 274 222 37
Decimal 188 146 31
Hex BC 92 1F

RGB Percentages of Color #bc921f

%51.51
%40.00
%8.49

CMYK Percentages of Color #bc921f

%0
%22
%84
%26

Triadic Colors of #bc921f

#bc921f #1fbc92 #921fbc

Analogous Colors of #bc921f

#bc921f #98bc1f #bc441f

Monochromatic Colors of #bc921f

#bc921f

Complementary Color

#bc921f #1f49bc

#bc921f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc921f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc921f Color CSS Codes

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

#bc921f Text Font Color

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

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


#bc921f Background Color

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

This div background color is #bc921f


#bc921f Border Color

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

This div border color is #bc921f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc921f


Comments

No comments written yet.

Please login to write comment.