Color Hex Logo

#bc360a Color Hex

#BC360A
(188,54,10)
0 Favorites   0 Comments

Color spaces of #bc360a

RGB 1885410
HSL0.040.900.39
HSV15°95°74°
CMYK 0.000.710.95   0.26
XYZ22.113013.35161.6988
Yxy13.35160.59500.3593
Hunter Lab36.539844.079022.8214
CIE-Lab43.288351.966752.2457

#bc360a color RGB value is (188,54,10).

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

The process color (four color CMYK) of #bc360a color hex is 0.00, 0.71, 0.95, 0.26. Web safe color of #bc360a is #cc3300. Color #bc360a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110110 00001010
Octal 274 66 12
Decimal 188 54 10
Hex BC 36 A

RGB Percentages of Color #bc360a

%74.60
%21.43
%3.97

CMYK Percentages of Color #bc360a

%0
%71
%95
%26

Triadic Colors of #bc360a

#bc360a #0abc36 #360abc

Analogous Colors of #bc360a

#bc360a #bc8f0a #bc0a37

Monochromatic Colors of #bc360a

#bc360a

Complementary Color

#bc360a #0a90bc

#bc360a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc360a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc360a Color CSS Codes

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

#bc360a Text Font Color

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

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


#bc360a Background Color

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

This div background color is #bc360a


#bc360a Border Color

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

This div border color is #bc360a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc360a


Comments

No comments written yet.

Please login to write comment.