Color Hex Logo

#bc700f Color Hex

#BC700F
(188,112,15)
0 Favorites   0 Comments

Color spaces of #bc700f

RGB 18811215
HSL0.090.850.40
HSV34°92°74°
CMYK 0.000.400.92   0.26
XYZ26.619422.31423.3560
Yxy22.31420.50910.4267
Hunter Lab47.237917.921628.8543
CIE-Lab54.358823.861558.6011

#bc700f color RGB value is (188,112,15).

#bc700f hex color red value is 188, green value is 112 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bc700f hue: 0.09 , saturation: 0.85 and the lightness value of bc700f is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110000 00001111
Octal 274 160 17
Decimal 188 112 15
Hex BC 70 F

RGB Percentages of Color #bc700f

%59.68
%35.56
%4.76

CMYK Percentages of Color #bc700f

%0
%40
%92
%26

Triadic Colors of #bc700f

#bc700f #0fbc70 #700fbc

Analogous Colors of #bc700f

#bc700f #b2bc0f #bc1a0f

Monochromatic Colors of #bc700f

#bc700f

Complementary Color

#bc700f #0f5bbc

#bc700f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc700f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc700f Color CSS Codes

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

#bc700f Text Font Color

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

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


#bc700f Background Color

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

This div background color is #bc700f


#bc700f Border Color

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

This div border color is #bc700f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc700f


Comments

No comments written yet.

Please login to write comment.