Color Hex Logo

#bc901f Color Hex

#BC901F
(188,144,31)
0 Favorites   0 Comments

Color spaces of #bc901f

RGB 18814431
HSL0.120.720.43
HSV43°84°74°
CMYK 0.000.230.84   0.26
XYZ30.959630.73685.5974
Yxy30.73680.46010.4568
Hunter Lab55.44082.657832.8225
CIE-Lab62.28486.589660.6082

#bc901f color RGB value is (188,144,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010000 00011111
Octal 274 220 37
Decimal 188 144 31
Hex BC 90 1F

RGB Percentages of Color #bc901f

%51.79
%39.67
%8.54

CMYK Percentages of Color #bc901f

%0
%23
%84
%26

Triadic Colors of #bc901f

#bc901f #1fbc90 #901fbc

Analogous Colors of #bc901f

#bc901f #9abc1f #bc421f

Monochromatic Colors of #bc901f

#bc901f

Complementary Color

#bc901f #1f4bbc

#bc901f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc901f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc901f Color CSS Codes

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

#bc901f Text Font Color

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

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


#bc901f Background Color

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

This div background color is #bc901f


#bc901f Border Color

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

This div border color is #bc901f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,144,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 #bc901f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc901f


Comments

No comments written yet.

Please login to write comment.