Color Hex Logo

#bc600a Color Hex

#BC600A
(188,96,10)
0 Favorites   0 Comments

Color spaces of #bc600a

RGB 1889610
HSL0.080.900.39
HSV29°95°74°
CMYK 0.000.490.95   0.26
XYZ24.976719.07902.6534
Yxy19.07900.53470.4085
Hunter Lab43.679525.630226.9740
CIE-Lab50.779532.417057.1527

#bc600a color RGB value is (188,96,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100000 00001010
Octal 274 140 12
Decimal 188 96 10
Hex BC 60 A

RGB Percentages of Color #bc600a

%63.95
%32.65
%3.40

CMYK Percentages of Color #bc600a

%0
%49
%95
%26

Triadic Colors of #bc600a

#bc600a #0abc60 #600abc

Analogous Colors of #bc600a

#bc600a #bcb90a #bc0a0d

Monochromatic Colors of #bc600a

#bc600a

Complementary Color

#bc600a #0a66bc

#bc600a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc600a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc600a Color CSS Codes

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

#bc600a Text Font Color

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

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


#bc600a Background Color

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

This div background color is #bc600a


#bc600a Border Color

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

This div border color is #bc600a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc600a


Comments

No comments written yet.

Please login to write comment.