Color Hex Logo

#bc540a Color Hex

#BC540A
(188,84,10)
0 Favorites   0 Comments

Color spaces of #bc540a

RGB 1888410
HSL0.070.900.39
HSV25°95°74°
CMYK 0.000.550.95   0.26
XYZ23.964117.05392.3158
Yxy17.05390.55300.3935
Hunter Lab41.296431.314125.5826
CIE-Lab48.327938.596555.4973

#bc540a color RGB value is (188,84,10).

#bc540a hex color red value is 188, green value is 84 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #bc540a hue: 0.07 , saturation: 0.90 and the lightness value of bc540a is 0.39.

The process color (four color CMYK) of #bc540a color hex is 0.00, 0.55, 0.95, 0.26. Web safe color of #bc540a is #cc6600. Color #bc540a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010100 00001010
Octal 274 124 12
Decimal 188 84 10
Hex BC 54 A

RGB Percentages of Color #bc540a

%66.67
%29.79
%3.55

CMYK Percentages of Color #bc540a

%0
%55
%95
%26

Triadic Colors of #bc540a

#bc540a #0abc54 #540abc

Analogous Colors of #bc540a

#bc540a #bcad0a #bc0a19

Monochromatic Colors of #bc540a

#bc540a

Complementary Color

#bc540a #0a72bc

#bc540a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc540a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc540a Color CSS Codes

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

#bc540a Text Font Color

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

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


#bc540a Background Color

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

This div background color is #bc540a


#bc540a Border Color

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

This div border color is #bc540a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc540a


Comments

No comments written yet.

Please login to write comment.