Color Hex Logo

#bc901e Color Hex

#BC901E
(188,144,30)
0 Favorites   0 Comments

Color spaces of #bc901e

RGB 18814430
HSL0.120.720.43
HSV43°84°74°
CMYK 0.000.230.84   0.26
XYZ30.946630.73165.5290
Yxy30.73160.46050.4573
Hunter Lab55.43612.632532.8919
CIE-Lab62.28046.560560.9048

#bc901e color RGB value is (188,144,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010000 00011110
Octal 274 220 36
Decimal 188 144 30
Hex BC 90 1E

RGB Percentages of Color #bc901e

%51.93
%39.78
%8.29

CMYK Percentages of Color #bc901e

%0
%23
%84
%26

Triadic Colors of #bc901e

#bc901e #1ebc90 #901ebc

Analogous Colors of #bc901e

#bc901e #99bc1e #bc411e

Monochromatic Colors of #bc901e

#bc901e

Complementary Color

#bc901e #1e4abc

#bc901e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc901e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc901e Color CSS Codes

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

#bc901e Text Font Color

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

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


#bc901e Background Color

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

This div background color is #bc901e


#bc901e Border Color

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

This div border color is #bc901e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc901e


Comments

No comments written yet.

Please login to write comment.