Color Hex Logo

#bc700a Color Hex

#BC700A
(188,112,10)
0 Favorites   0 Comments

Color spaces of #bc700a

RGB 18811210
HSL0.100.900.39
HSV34°95°74°
CMYK 0.000.400.95   0.26
XYZ26.588022.30163.1905
Yxy22.30160.51050.4282
Hunter Lab47.224617.854629.0516
CIE-Lab54.345623.789959.6265

#bc700a color RGB value is (188,112,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110000 00001010
Octal 274 160 12
Decimal 188 112 10
Hex BC 70 A

RGB Percentages of Color #bc700a

%60.65
%36.13
%3.23

CMYK Percentages of Color #bc700a

%0
%40
%95
%26

Triadic Colors of #bc700a

#bc700a #0abc70 #700abc

Analogous Colors of #bc700a

#bc700a #afbc0a #bc170a

Monochromatic Colors of #bc700a

#bc700a

Complementary Color

#bc700a #0a56bc

#bc700a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc700a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc700a Color CSS Codes

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

#bc700a Text Font Color

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

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


#bc700a Background Color

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

This div background color is #bc700a


#bc700a Border Color

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

This div border color is #bc700a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc700a


Comments

No comments written yet.

Please login to write comment.